Thu, 2004-08-05 19:36
Hi Guys,
I have the following code applied to all <a> tags in the DIV:
#utility a{
color: #FFFFFF;
border-right: 1px solid #8FB8BC;
padding-right: 3px;
}
This works fine in all browsers except IE5. The border-right property does not seem to be showing.
Is there a workaround?
Thanks,
Payne747