Forum Moderators: not2easy

Message Too Old, No Replies

padding issues on Mac X IE 5.2.3

left padd overides right pad

         

briandangbob

8:33 pm on Aug 19, 2003 (gmt 0)

10+ Year Member



with the code below no matter what i try my left pad overides my right padd. What i mean is if my left padd is 40 my right padd will be 40 even though it says it should be 8. On a PC all browsers work properly and on a Mac all browsers work properly except IE 5.2.3. Anybody know a solution that will enable Mac IE to function like the rest.

.tdBottomText {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
line-height: 14px;
font-weight: bold;
text-align: justify;
padding-right:8px;
padding-left:40px;
padding-top:8px;
padding-bottom:8px;
color: #FFFFFF;
vertical-align: top;
display: table-cell;
overflow: hidden;
}

TheDave

3:14 am on Aug 20, 2003 (gmt 0)

10+ Year Member



Wack another td next to it with a 32pixel trans gif, and set your left margin to 8, if you're really desperate to get it to function on what..0.0001% of browsers? ;)

Initially I was gonna suggest you gut the mac and replace it with PC components... ;P