Technology, Web & Business Forum

You are here: Technology, Web & Business Forum : Web Development : Design : Something wrong with my no underline css in firefox?


Welcome to the Technology, Web & Business Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.


Design Talk about web design techniques and ideas in CSS, HTML, etc.


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-14-2008
Ash Ash is offline
Junior Member
 
Join Date: May 2008
Posts: 1
Default Something wrong with my no underline css in firefox?

I use this code so I dont have any underlines under my links. It works fine in IE but on firefox it stays the same. *Grey text with black hover*

a:link,a:visited,a:active
{
color: #666666;
font-family:trebuchet ms;
font-weight:normal;
font-size:10px;
text-transform:uppercase;
text-decoration:none;
}
a:hover
{
color: #D87895;
cursor:crosshair;
font-size:10px;
font-weight:normal;
text-transform: uppercase;
text-decoration:none;
}

Is there a reason it works with IE but stays the same in firefox?

( www.modelesque.net ) <--- if you wanna see what I mean.
Oh I didnt think of clearing my history. Thanks so much!!
__________________
Powered by Yahoo! Answers
Reply With Quote
Reply

Thread Tools
Display Modes

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


All times are GMT -5. The time now is 12:22 PM.