Active links for general navigation do not change color (do not work) in IE6.

Ian Ward - July 29, 2004 - 03:31
Project:Drupal.org webmasters
Component:Other
Category:task
Priority:minor
Assigned:Unassigned
Status:closed
Description

The active links for general navigation do not work (do not change color to the active link color as assigned in drupal.css) in IE 6. Not sure if making hacks for browsers to get functionality to work is priority, nor whether is could be classified as really a bug, but just noticed it.

#1

killes@www.drop.org - October 8, 2004 - 19:53

Can anybody confirm this for current cvs?

#2

TDobes - October 15, 2004 - 02:31

I can confirm this using a CVS checkout from approx. 5 minutes ago... IE6, WinXP-SP1... with all core themes.

Links marked with class="active" in the navigation panel appear in the "visited" color rather than the "active" color. These same links appear in the expected color in both Firefox and Opera. The problem can also be observed here on drupal.org.

Not knowing much about overcoming IE's stupid CSS shortcomings, that's really all I can add.

#3

erikhopp - March 14, 2005 - 00:55

this is still a problem. it can be seen on drupal.org with IE6

#4

erikhopp - March 14, 2005 - 01:07
Project:Drupal» Drupal.org webmasters
Component:theme system» web site

oops. looks like it is actually just a drupal.org issue.

perhaps it is the bluebeach theme or just drupal's style sheets.

tested on a 4.5 site and a 4.6(rc) site and i cannot reproduce.

#5

ufku - June 16, 2005 - 14:48
Category:bug report» task

in drupal.css this code is not enough for IE6 to display links in black

li a.active {
  color: #000;
}

if it is changed to this:

li a.active:link {
  color: #000;
}
li a.active:visited {
  color: #000;
}

there will be no problem.

instead of drupal.css this can also be applied per theme.

#6

Michelle - September 5, 2008 - 18:46
Component:web site» Other
Status:active» closed

If this hasn't been fixed in 4 years I don't think it will be and will be moot with the redesign anyway.

Michelle

 
 

Drupal is a registered trademark of Dries Buytaert.