HighDots Forums  

<a> tag style rule...

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss <a> tag style rule... in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Karl
 
Posts: n/a

Default <a> tag style rule... - 12-11-2003 , 02:13 PM






I've created this rule:

a {
border: none;
border-top-style: none;
}


hoping that it would eliminate the border around a bitmap when the bitmap is
surrounded by the 'a' tag. It doesn't. At least not for me (IE 6.x).

Is there a way to write a rule that will do this?

TIA.



Reply With Quote
  #2  
Old   
Steve Pugh
 
Posts: n/a

Default Re: <a> tag style rule... - 12-11-2003 , 02:34 PM






"Karl" <kthompson (AT) pine-grove (DOT) com.nospam> wrote:

Quote:
I've created this rule:

a {
border: none;
border-top-style: none;
}

hoping that it would eliminate the border around a bitmap when the bitmap is
surrounded by the 'a' tag. It doesn't. At least not for me (IE 6.x).
That removes the border on the link, not the border on the image.

Quote:
Is there a way to write a rule that will do this?
a img {border: none;}

But are you sure that the content of your image makes it sufficiently
clear that they are links when the standard border indicator is
removed?

Steve

--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor

Steve Pugh <steve (AT) pugh (DOT) net> <http://steve.pugh.net/>


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.