Alex, Ingo, David and Ajay...this is a belated thanks for taking the time to look at my links problem, i've been away. I'll have a crack at your solutions today and im sure they will fix the issue. Thanks.
 
also thanks for spotting this glaring blunder Ingo
I haven't looked at it yet, but most of your link rules are wrong.
#header3 a:link, a:active, a:visited { ... }
This is natural language, but not what you want to achieve in CSS:
#header3 a:link, #header3 a:active, #header3 a:visited {...}
I cant believe i did that but its probably the last thing i would have noticed as i was just focusing so much on the other rotten issue.
 
Thanks again guys
 
jackie
----- Original Message -----
Sent: Monday, June 06, 2005 9:15 PM
Subject: RE: [WSG] problems with links

Hi,
 
My suggestion on this would be the same as Alex James
 
Ajay

Alex James <[EMAIL PROTECTED]> wrote:
jackie reid <[EMAIL PROTECTED]>wrote:
> i have been having the most appalling time with my links here www.mackayports.com css here www.mackayports.com/styles/newport2.css

> in the left hand column
I can't stop the logo images from having an underline, its underlining the whole link.
Firstly do you mean the images in the DIV 'icontain'? If yes put a class on the link around the logo and then set the text-decoration to none like this:
a.logoImg { text-decoration: none; }

HTH, haven't had time to look at the second problem but viewed the page in firefox and 'Queensland Transport' is underlined?

aj
******************************************************
The discussion list for http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************



Thanks/Regards
Ajay M Jadhav
+91-98456-98070
+91-98841-91312

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Reply via email to