
November 19th, 2012, 02:46 PM
|
 |
CSS & JS/DOM Adept
|
|
Join Date: Jul 2004
Location: USA
|
|
IE7 only partially supports "display:inline-block". But even when I try using "float:left" instead, IE7's shrink-wrapping seems much weaker than other browsers.
I don't see a way to make this work in IE7 without using some JavaScript to set the widths on "#containerHeader" and "#containerFooter".
By the way, "cursor:hand" is an IE only thing. IE6 and newer support "cursor: pointer", which is the correct alternative.
Are you aware that your page contains errors? The first step in debugging should always be making sure that your code is valid (in order to rule out any errors as the cause for the problem).
http://validator.w3.org/
|