bothering border

liunx

Guest
dear all. this is troubling me.

i've applied:
border-left: 1px solid #b5b5b5

to some links and when hovered, i would like the border to change color.
border-left: 1px solid #ff3300;

however, it doesn't turn out the way i want it to be.

see:
<!-- m --><a class="postlink" href="http://www.myshops.com.sg/branded/1.htm">http://www.myshops.com.sg/branded/1.htm</a><!-- m -->

any idea what may be wrong?

thanks.also, when i move these two lines down to the child class:
padding-left: 5px;
border-left: 1px solid #b5b5b5

the "short links" seems to be working fine but for longer links, not only the lines are broken, the indent (padding) is only applied to the first line.

to see what i get:
<!-- m --><a class="postlink" href="http://www.myshops.com.sg/branded/2.htm.navbar">http://www.myshops.com.sg/branded/2.htm.navbar</a><!-- m --> a { display:block }thanks a lot! it worked. thank you..
 
Back
Top