CSS div padding in IE (7)
-
Hi! I' trying to layout some div inside another div, both float: left and some padding but without specifying widths. we all know the issue with IE and width and padding :sigh: ... I know the trick width: 100px !important; width: 120px;, but here I specify width. Is it somehow possible to achieve the effect without widths?? thanks for any help!!
life is study!!!
-
Hi! I' trying to layout some div inside another div, both float: left and some padding but without specifying widths. we all know the issue with IE and width and padding :sigh: ... I know the trick width: 100px !important; width: 120px;, but here I specify width. Is it somehow possible to achieve the effect without widths?? thanks for any help!!
life is study!!!
Are you talking about the box model bug[^]? The best solution is not to use css hacks, but to put a doctype on the page so that it's rendered in standards compliant mode.
Despite everything, the person most likely to be fooling you next is yourself.
-
Hi! I' trying to layout some div inside another div, both float: left and some padding but without specifying widths. we all know the issue with IE and width and padding :sigh: ... I know the trick width: 100px !important; width: 120px;, but here I specify width. Is it somehow possible to achieve the effect without widths?? thanks for any help!!
life is study!!!