Go Back   Dynamic Drive Forums > DD Scripts > Dynamic Drive scripts help
Search Dynamic Drive Forums:

Reply
 
Thread Tools Search this Thread
  #1  
Old 08-05-2008, 07:45 PM
silverbob silverbob is offline
Junior Coders
 
Join Date: Jul 2008
Posts: 25
Thanks: 2
Thanked 0 Times in 0 Posts
Default All Levels menu CSS problem

1) Script Title: All Levels

2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...menu/index.htm

3) Describe problem:
When viewing this menu on IE6, some of the dropdown items would appear with underlined hyperlinks. When you hover over, the underlines wiould disappear. My coworkers see more underlined links than I do.

I figured out that the underlined links where those previously clicked on (the a:visited state). The remedy for this is to specify text-decoration: none; for all anchor states.

.ddsubmenustyle li a,
.ddsubmenustyle li a:link,
.ddsubmenustyle li a:active,
.ddsubmenustyle li a:visited{
text-decoration: none;
display: block;
width: 150px;
height:22px; line-height:22px;
color: #7c7c7c;
font-weight: bold;
background-color: #fff;
padding: 1px 5px 1px 8px;
border-bottom: 1px solid #c9d2e3;
}

.ddsubmenustyle li a:hover{
background-color: #fff;
color: #000;
font-weight: bold;
text-decoration: none;
padding: 1px 5px 1px 8px;
border-bottom: 1px solid #c9d2e3;
height:22px; line-height:22px;
}
Reply With Quote
  #2  
Old 08-06-2008, 06:32 AM
jscheuer1's Avatar
jscheuer1 jscheuer1 is offline
No Kidding?
 
Join Date: Mar 2005
Location: SE PA USA
Posts: 19,000
Thanks: 19
Thanked 1,135 Times in 1,121 Posts
Blog Entries: 3
Default

This generally would only be a problem if those states are otherwise designated for more general selectors that could also apply.
__________________
WWWWWWWWWWWW
- John
________________________

Really Show Your Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Reply With Quote
Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

Forum Jump


All times are GMT. The time now is 01:50 AM.

Home - Contact Us - Archives - Link to DD - Top 

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.