Jump to content

Image change on mouse over - only on main page?


joecooper

Recommended Posts

i have some mouse over links (HTML) as the headder.

 

it works on the main page, but not on the other pages, im including the header in on the other pages, just the pictures wont change.

 

this is the test site i have: www.joeyjoe.co.uk/oag

 

index.php is:

<?php
session_start();
include("header.php");

if ($_GET['module'] == "game"){
   $id = $_GET['id'];
   include("game.php");
}else{
   include("main.php");
}

?>

 

if you click on one of the games, the index.php just includes header.php like if your on the main site, but the mouse over wont work.

 

i know this isnt 100% php related, but i hope someone can help?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.