Reply
works in firefox, not IE (classes)
Old 12-28-2005, 02:52 AM works in firefox, not IE (classes)
lil_cat_luver's Avatar
Skilled Talker

Posts: 57
Location: Canada
I am using this CSS code

Code:
a.navigation {
color: #99cc66;
background-color: #ffffff;
font: 8pt 'Verdana', Arial, Sans-serif;
font-weight: bold;
border-style: solid;
border-color: #666666;
border-left-width: 1px;
border-right-width: 0;
border-top-width: 0;
border-bottom-width: 0;
padding: 0 0 0 2px;
}
along with this html code

Code:
<a href="link.php" class="navigation">link</a>
It works fine in firefox, but in IE, the link follows the CSS for a:link. What's wrong with it??
lil_cat_luver is offline
Reply With Quote
View Public Profile Visit lil_cat_luver's homepage!
 
When You Register, These Ads Go Away!
     
Old 12-28-2005, 03:50 AM
eburza's Avatar
Super Talker

Posts: 114
Location: Zagreb, Croatia
use this css ...
HTML Code:
a.navigation:link, a.navigation:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 9px;
	text-decoration: none;
}

a.navigation:hover, a.navigation:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9px;
	text-decoration: underline;
}
__________________
eBurza: www.eburza.net :: Buy & Sell Vehicles & Realestate
eburza is offline
Reply With Quote
View Public Profile Visit eburza's homepage!
 
Old 01-01-2006, 02:40 AM
lil_cat_luver's Avatar
Skilled Talker

Posts: 57
Location: Canada
OK, thank you very much. I'll try that asap
lil_cat_luver is offline
Reply With Quote
View Public Profile Visit lil_cat_luver's homepage!
 
Reply     « Reply to works in firefox, not IE (classes)
 

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.12049 seconds with 13 queries