Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



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

Posts: 57
Location: Canada
Trades: 0
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!
 
 
Register now for full access!
Old 12-28-2005, 04:50 AM
eburza's Avatar
Super Talker

Posts: 122
Name: Antonio Magdic
Location: Zagreb, Croatia
Trades: 0
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;
}
__________________

Please login or register to view this content. Registration is FREE
eburza is offline
Reply With Quote
View Public Profile Visit eburza's homepage!
 
Old 01-01-2006, 03:40 AM
lil_cat_luver's Avatar
Skilled Talker

Posts: 57
Location: Canada
Trades: 0
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 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
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.12253 seconds with 12 queries