Forum Moderators: not2easy
I'm using IE6 as my main test browser and when I increase/decrease the text size under View > Text Size, the padding seems to increase between my DIV containers.
For example:
<style type="text/css">
div#nav {border:1px solid #E6E6E6}
</style><div id="header">
<img src="logo.png">
</div>
<div id="nav">
</div>
The padding increases between the "header" container and the "nav" container. When you switch from smallest to largest, it adds about 5px of padding. I added a 1 px border to the "nav" container to illustrate the problem.
Is there a way to fix this?
Thank you...
#header img { vertical-align:bottom; }
Here's why:
-b