|
| |
|
|
shosh
Posts: 13 Joined: 12/25/2006 Status: offline
|
IE 8 and haslayout bugs - 11/2/2009 20:31:04
I have developed a webside using the 3 column hybrid where left and right columns float. The main column includes many boxes all float left which gives it the possibility to shrink the number of images in a row according to the width the viewer opens his browser. To overcome the problem of boxes floating into the right column I used the haslayout fix <!--[if IE]> <link rel="stylsheet" type="text/css" href = "css/ionly.css"/> <![endif--> <!--[if IE ]> <style type="text/css"> /* place css fixes for all versions of IE in this conditional comment */ #sidebar1, #sidebar2 { padding-top: 30px; } #mainContent3 { zoom: 1; padding-top: 15px; } /* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */ </style> <![endif]--> Now IE came along and the problem appears I tries to change the condition to if lt IE 8 as some articles suggest that haslaoyout does not exist in the IE 8 look at www.amisraglass.com/jewelry.html It did not help Please HELP thanks Shoshannah
|
|
|
|
shosh
Posts: 13 Joined: 12/25/2006 Status: offline
|
RE: IE 8 and haslayout bugs - 11/2/2009 22:23:37
Hello I see a few hits on the problem so I guess I was not the only one The solution is really to limit the code I have submitted to IE lt 8 First round I have not fully coded it right. both code lines that say [if IE] should be [if lt IE 8] have a good night Shoshannah
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|