Forum Moderators: not2easy

Message Too Old, No Replies

css problem on windows ie5

ie5 css problem

         

speedfreak

2:44 am on Jan 10, 2005 (gmt 0)



hey i have a problem with the following css code only in windows ie5.0

heres my css code...

A.arrowLink
{
BACKGROUND-POSITION: 2px 4px;
PADDING-LEFT: 12px;
FONT-SIZE: 11px;
BACKGROUND-IMAGE: url(images/arrow.gif);
VERTICAL-ALIGN: middle;
COLOR: #ef2e23;
BACKGROUND-REPEAT: no-repeat;
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
TEXT-DECORATION: underline
}

i use this for links. it should create a arrow to the left of all my links with spacing in between. but in ie5 there seems to be no padding and spacing at all. the arrow just goes under/over the text link. does anyone know whats wrong? i know i can use div tags but that would mean going thru all my pages and adding the div tags. could there be something im missing in my css code?

ahmedtheking

10:39 am on Jan 12, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



you're missin a semi colon ; after underline!

otherwise it looks fine!