Hi

I've scoured the Web all day looking for various solutions to this problem
but have drawn a complete blank. I've tried to implement suckerfish, son of
suckerfish and more. Is there any quick and easy css code out there to turn
the nav on this page...

http://www.web-foundry.co.uk
 
...into a simple dynamic drop down without adding heaps of javascript into
the head? The 3rd link from the left -
http://www.web-foundry.co.uk/rejive_content_management.aspx - is actually a
child page of the 2nd link (set within the CMS). But for some strange reason
it's displaying alongside and not dropping nicely below.

I've stripped down my css to the bare minimum to try to trouble shoot it.
Any ideas and suggestions really appreciated:

Here it is:

#nav-container {
    }

#nav{
padding:0;
margin:0;
position:relative;
width:980px;
    }

#nav ul {
list-style:none;
}

#nav ul li a {
float:left;
text-align:center;
color:#777;
font-size:80%;
width: 110px;
padding: 3px 5px 3px 5px;
background-color:#ececec;
border-right: solid 2px white;
}


#nav ul li a:hover {
color:white;
background-color:#777;
}


Thanks
Phil Holt
+44 131 446 0702
e: [EMAIL PROTECTED]


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to