CSS problem in IE5 windows
CSS problem in IE5 windows
Out of context: Reply #5
- Started
- Last post
- 6 Responses
- busstopboxer0
'heavyt' is right, IE5 doesn't understand "padding-left" so use
padding:0 0 0 12px instead.You should really have a style sheet for each browser and use javascript to detect the browser and then use the correct stylesheet.