No replies
payne747
Offline
newbie
Last seen: 18 years 46 weeks ago
Joined: 2004-07-14
Posts: 4
Points: 0

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