The Problem
IE adds more spacing than the others when using the display:block declaration.
The Solution
Insert these two statements in your li tag:
float:left;
clear:left;
References
http://www.hicksdesign.co.uk/journal/ie-whitespace-bug
The Problem
IE adds more spacing than the others when using the display:block declaration.
The Solution
Insert these two statements in your li tag:
float:left;
clear:left;
References
http://www.hicksdesign.co.uk/journal/ie-whitespace-bug