Code Newbie
News     Forums     Search     Members     Sign Up    

My Code Newbie
Username

Password

Articles/Snippets
ASP Classic
ASP.NET
C
C#
C++
HTML / CSS
Java
Javascript
Linux / BSD
Perl
PHP
Python
Ruby
SQL
VB 6
VB.NET

C.N. Friends
  Planet Rome

Link to Us!
Code Newbie
  Code Newbie
    forums
Old 11-03-2009, 08:53 PM   #1 (permalink)
metazai
Regular Contributor
 
Join Date: Apr 2004
Location: Orange County, CA
Posts: 151
metazai is on a distinguished road
Keep Rollover On During Dropdown

A CSS (and possibly JavaScript?) question:

I have a css-driven text dropdown menu with rollovers, that I had to tweak the heck out of to satisfy cross-browser issues and constant customer changes. It has a text item, then a "|", then a text item, etc . . .

The problem is that the rollover on the menu bar turns off when I roll down into the dropdown menu. I know there's a way, JavaScript or otherwise, to keep that turned on while the dropdown list is extended, and I've found some ideas online, but I cannot see how to apply it to my code. Any suggestions would be welcome.

Here's the CSS:

Code:
#menubar {
	width:880px;
	height:44px;
	background-color:#424242;
	margin:0 auto;
	text-align:center;
}
#navbar {
	margin: 0 auto;
	padding: 0px 0px 0px 2px;
	font-weight:normal;
}
#navbar li {
	list-style: none;
	float: left;
	color: #fff;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
}
#navbar li a {
	height:30px;
	display: block;
	padding: 10px 12px 4px 12px;
	background-color: #424242;
	color: #fff;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	font-weight:normal;
}
#navbar li a:hover {
	display: block;
	background-color: #797979;
	text-decoration: underline;
	color:#d9d045;
	font-weight:normal;
}
#navbar li ul {
	display: none;
	background-color: #797979;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:193px;
}
#navbar li:hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	background-color: #797979;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:193px;
	font-weight:normal;
}
#navbar li li {
	text-align:left;
	background-color: #797979;
	color: #fff;
}
#navbar li:hover li {
	float: none;
}
#navbar li:hover li a {
	background-color: #797979;
	height:auto;
	color: #fff;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#navbar li li a:hover {
	color:#d9d045;
}
Here's a sample of a couple of menu items in the HTML:

Code:
<div id="menubar">
      <ul id="navbar">
        <li><a href="pagelist.php" title="PageList"><span>PageList</span></a>
          <ul>
            <li><a href="page2.php" title="Page2">Page2</a></li>
            <li><a href="page3.php" title="Page3">Page3</a></li>
            </ul>
        </li>
        <li style="height:30px;
	display: block;
	padding: 7px 0px;">|</li>
        <li><a href="#" title="Biography"><span>Biography</span></a>
          <ul>
            <li><a href="about.php" title="About">About</a></li>
            <li><a href="curriculum.php" title="Curriculum">Curriculum</a></li>
            </ul>
        </li>
</ul>
</div>
metazai is offline   Reply With Quote
Reply

Bookmarks

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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Forms and dropdown boxes JackalSBCC MS Technologies ( ASP, VB, C#, .NET ) 0 09-17-2007 11:34 AM
remote rollover msjkirkpatrick HTML, XML, Javascript, AJAX 1 09-04-2007 08:34 AM
DropDown Question fabbasey MS Technologies ( ASP, VB, C#, .NET ) 1 06-13-2005 12:21 PM
Dropdown option fabbasey MS Technologies ( ASP, VB, C#, .NET ) 2 03-29-2005 07:08 AM
Dropdown list in HTML JoeyJoeJo HTML, XML, Javascript, AJAX 8 02-26-2003 12:00 PM


All times are GMT -8. The time now is 10:18 PM.


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0 RC8 ©2007, Crawlability, Inc.





Copyright © 2000-2008, Milano Interactive
Web Hosting provided by Portal 360 Web Hosting