Reply
Css Link Colour Problem:
Old 04-26-2008, 04:17 AM Css Link Colour Problem:
rolda hayes's Avatar
Wannabe Adventurer...

Posts: 541
Name: Darren
Location: England
ahh, more problems with IE6...

Please take a look at this link

The dropdown menus at the top is fine on IE7 & FF - but in IE6 the links are displaying as red, which makes them hard to read.

On the other browsers they display as white for the headings and then blue for the menus themselves.

I guess its really simple to sort out but as you know, CSS is my Nemesis!
__________________
"I always wanted the adoration of John Lennon - With The Anonimity of Ringo Starr..."
QuizBay Help with the testing of this Beta site!
rolda hayes is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
     
Old 04-26-2008, 06:05 AM Re: Css Link Colour Problem:
chrishirst's Avatar
Super Moderator

Posts: 11,885
Location: Blackpool. UK
probably something to do with this ->

Code:
a:hlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
a:hhover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFCC00;
}
a:hvisited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
from 2008.css

the smart money ( mine ) is on IE6 glossing over the non-existent pseudo-properties.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Indifference will be the downfall of mankind, but who cares?
Code Samples | People Counting System
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 04-26-2008, 06:30 AM Re: Css Link Colour Problem:
rolda hayes's Avatar
Wannabe Adventurer...

Posts: 541
Name: Darren
Location: England
Thanks Chris,

The menu CSS is in ./dropdowntabfiles/ddcolortabs.css

changing line 31 from color: white to color: #ffffff sorts out the drop down links and turns them to white, but I can't seem to get the main heading links (Home -Commercial - Leisure) to change?

Any suggestions?
__________________
"I always wanted the adoration of John Lennon - With The Anonimity of Ringo Starr..."
QuizBay Help with the testing of this Beta site!
rolda hayes is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Css Link Colour Problem:
 

Thread Tools

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 Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.12343 seconds with 13 queries