Brian wrote:
Quote:
The relationship between the width and padding seems to be causing me a
problem. For example, I would like my #contentleft to be 299px wide. I
give #contentleft a width of 219px and padding of 40px 40px 0px 40px.
Looks great on some browsers, while others seem to display the
#contentleft as actually 219px wide. Is there a workaround for this? |
The only browser that should set the #contentleft at 219px would be
PCIE5x. Is that the browser that is giving you issues?
All other 'modern' browsers should should the width as 299px.
There are IE specific conditional comments that you can put into the
<head> section of the page to make PCIE5x play nicely and show the width
at 299px.
Search google for IE conditional comments and see what turns up.