Spec me a CSS flyout menu

Associate
Joined
1 May 2006
Posts
810
Location
Bristol, UK
Morning all.

Having trouble getting a CSS flyout menu to work. Been trying various different scripts all morning, none want to play ball.

Any links appreciated.

Cheers.
 
I think the problem is that for some reason, stylesheets aren't being correctly applied to the pages :confused: I'm fairly new to CSS so I haven't a clue what to look for!
I've got a main page (index.php) which uses php includes to pull in other pages.
The code for the CSS sheets in index.php is:
Code:
<link href="style.css" rel="stylesheet" type="text/css" media="all" />
<link href="navbar/navbar.css" rel="stylesheet" type="text/css" />
Which has been validated.
Main Page CSS
Navbar CSS
Any help greatly appreciated.

Cheers.
 
Back
Top Bottom