Closed (fixed)
Project:
Box_grey
Version:
4.5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Nov 2004 at 20:51 UTC
Updated:
14 Nov 2004 at 21:09 UTC
The box_grey theme uses url() with no arguments to generate a link to the site root - with clean URLs turned on, this gives href="" - which works fine given the base element in the header. However, Firefox, IE and Opera all refuse to recognise this as being a link for the purposes of the a:link and a:visited CSS selectors - they only consider elements with some text in href to be links.
Dunno what the best fix for this would be... took me ages to figure out why my header text was staying black ;)
Comments
Comment #1
torne commentedD'oh. All that effort and it's not the problem at all.. sorry. The issue was a selector priority thing..