Go Back   CP Web Hosting - reseller hosting > Browser Scripting, HTML, XML and Multimedia > CSS
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-18-2007, 04:19 AM
Senior Member
 
Join Date: May 2007
Posts: 908
Default CSS menu help

I'm having trouble with my CSS menu. The last two sections are disappearing on rollover and the dropdown menus are working for the last two. But the code looks the same for all the menu items to me. What am I doing wrong?
Reply With Quote
  #2 (permalink)  
Old 06-18-2007, 04:21 AM
Senior Member
 
Join Date: May 2007
Posts: 290
Default

Quote:
Originally Posted by adakist View Post
I'm having trouble with my CSS menu. The last two sections are disappearing on rollover and the dropdown menus are working for the last two. But the code looks the same for all the menu items to me. What am I doing wrong?

I do recommend combining all the lists into a single nested list
Reply With Quote
  #3 (permalink)  
Old 06-18-2007, 04:22 AM
Senior Member
 
Join Date: May 2007
Posts: 244
Default

Try this

#navcontainer ul li {
display: block;
float: left;tht
Reply With Quote
  #4 (permalink)  
Old 06-18-2007, 04:25 AM
Senior Member
 
Join Date: May 2007
Posts: 329
Default

This is a horizontal menu, background colour and text colour changes on rollover.

Code:
#nav {
width: 780px;
margin: 0 auto;
background-color: #F3F2ED;
margin-top: 5px;}
 #nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 10px;
	background-color: #F3F2ED;}
         #nav li {
	    float: left;
	    margin: 0;
	    padding: 0;
	    background-color: #F3F2ED;}
	     #nav li a {
	        float: left;
	        margin: 0 1px 0 0;
                font-size: 100%;
	        font-weight: normal;
	        text-decoration: none;
                padding: 5px 9px;
	        color: #555;}
	          #nav li a:hover {
	             color: #fff;
	             background: #354966;}
And the XTHML

Code:
<div id="nav">
        <ul>
	<li><A href="#">Option</a></li>
	<li><A href="#">Option</a></li>
	<li><A href="#">Option</a></li>
	<li><A href="#">Option</a></li>
	<li><A href="#">Option</a></li>
	<li><A href="#">Option</a></li>
	<li><A href="#">Option</a></li>
	</ul>
</div>
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 04:28 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0