on 2001-05-29 18:51, Bryan Harris whose email address shall remain anonymous
wrote:
> I apologize if this has been addressed before, or if this is the wrong list
> (it wasn't important to me before! =).
>
> I'm designing a web page with a navigation bar off to one side. I'd like to
> tell IE NOT to draw the link outlines since they make the navigation bar
> look terrible on this particular page.
If you mean the underline, then use the following style:
<style type="text/css">
a:link { text-decoration: none }
</style>
See our <a href="news.htm">News</a> section!
If you are wrapping <IMG> tags inside <A> tags to provide graphical
navigation buttons, then add a border=0 attribute to your <IMG> tags.
Regards,
--
�ric
To unsubscribe send mail to [EMAIL PROTECTED]
To search the archives:
<http://www.mail-archive.com/macie-talk%40lists.boingo.com/>