Hey everyone!

 

Just a problem with IE again, and wondering if there are any ways around it…

 

You may or may not have experience this.

 

When you have a link, and you are styling it;

Say like this:

 

a, a:active, a:visited

{

      background-color: blue;

      border: 1px dotted red;

      padding: 2px;

      text-decoration: none;

 

}

 

a:hover

{

      boder: 1px solid red;

      text-decoration: underline;

}

 

not only is that ONE ugly looking link (not the point) – but when placed in a container, where there is no conten above or below… the BORDER will only show up on the SIDES… not TOP or BOTTOM…

I havnt tested with other browsers but in IE6 it doesn’t work…

Now, without adding any content above or below that LINK… can I fix that problem?

Or is it something we all must live with?

 

Thanks!

 

 

-----------------------------

Chris Stratford

[EMAIL PROTECTED]

www.neester.com

-----------------------------

 

Reply via email to