Sun, 2007-12-09 00:48
I've come across this problem many times. Any time that I have an unordered list, I've noticed that it comes up differently on Explorer than it does Firefox. In Explorer, the list is usually shifted to the left. Even when I set the ul to have a 0 margin and padding, it still comes up this way.
Can someone enlighten me about the differences in the way Explorer displays these?
Sun, 2007-12-09 01:07
#1
A question that has been
A question that has been covered many many times on the forum!
IE uses margin-left and firefox and others uses padding left. Control these default values by zeroing them then use one other where needed.
As to why you find problems, not sure, insufficient detail to answer.
Sun, 2007-12-09 01:10
#2
Thanks, Hugo!
Thanks, Hugo!