Complicated CSS, Noob Needs Help!!! =)

Reply

Join Date: Sep 2006
Posts: 4
Reputation: fisher318 is an unknown quantity at this point 
Solved Threads: 0
fisher318 fisher318 is offline Offline
Newbie Poster

Complicated CSS, Noob Needs Help!!! =)

 
0
  #1
Oct 22nd, 2007
Hey everyone, ok, I am working with a site, had css outsourced and what not, have an ameteur level of knowledge of css. However, I can't seem to get specific link attributes associated to the radio station list. Can anyone offer a suggestion of what needs to be done.

The site is www.groundwire.net/radio.cfm

The style sheet is www.groundwire.net/style.css

Here is what I thought I was supposed to do, but it is not working:

#mid p a:link{
font:normal 13px/15px Arial, Helvetica, sans-serif;
color:#feba27;
background-color:#292929;
margin:0;
padding:0;
text-decoration: none;
}
#mid p a:visited{
font:normal 13px/15px Arial, Helvetica, sans-serif;
color:#FD7302;
background-color:#292929;
margin:0;
padding:0;
text-decoration: none;
}
#mid p a:hover{
font:normal 13px/15px Arial, Helvetica, sans-serif;
color:#ffffff;
background-color:#292929;
margin:0;
padding:0;
text-decoration: underline;
}
#mid p a:active{
font:normal 13px/15px Arial, Helvetica, sans-serif;
color:#feba27;
background-color:#292929;
margin:0;
padding:0;
text-decoration: none;
}
Reply With Quote Quick reply to this message  
Join Date: Jul 2007
Posts: 26
Reputation: shikeb is an unknown quantity at this point 
Solved Threads: 0
shikeb's Avatar
shikeb shikeb is offline Offline
Light Poster

Re: Complicated CSS, Noob Needs Help!!! =)

 
0
  #2
Oct 23rd, 2007
Have you checked youir css file ... the code you have pasted here is not in your style.css file.

Please !! give me detail so i can help you.
Regards,
Shikeb Ali
------------------------------------------
“Beware the fury of a patient man.”
Reply With Quote Quick reply to this message  
Join Date: Jan 2007
Posts: 3,203
Reputation: MidiMagic has a spectacular aura about MidiMagic has a spectacular aura about 
Solved Threads: 164
MidiMagic's Avatar
MidiMagic MidiMagic is offline Offline
Nearly a Senior Poster

Re: Complicated CSS, Noob Needs Help!!! =)

 
0
  #3
Oct 25th, 2007
Note that those four attributes can be overridden by browser settings.

For accessibility reasons, browsers can set constant values for the colors of links and the background. Your styles will be overridden if those settings are active.

All web designers should realize that these settings can be made, and not play too much with link colors.
Last edited by MidiMagic; Oct 25th, 2007 at 6:37 pm.
Daylight-saving time uses more gasoline
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the HTML and CSS Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC