Hiya, in IE7 and downwards, whenever I create complex nested elements, like DLs for use in a form, <IE8 refuses to render them. Is there anything (apart from appending to the parent container's innerHTML, which removes events and custom functions) that I can do to render it properly?
Cheers,
Darkzaelus
<=IE7 Nested elements not rendering
Moderator: General Moderators
-
Darkzaelus
- Forum Commoner
- Posts: 94
- Joined: Tue Sep 09, 2008 7:02 am
Re: <=IE7 Nested elements not rendering
Problem probably is with hasLayout. Try settings zoom or height or width etc. to the container.
-
Darkzaelus
- Forum Commoner
- Posts: 94
- Joined: Tue Sep 09, 2008 7:02 am
Re: <=IE7 Nested elements not rendering
I've tried that now, but i'm still left with a blank layout, with no html inside of the wrapper div, and the hasLayout property set to -1 
I've set the parent div's:
, and in the css class i've added
Height and width are already provided in the class style as well.
I'm not too sure what to do now.
Darkzaelus
I've set the parent div's:
Code: Select all
wrap.style.zoom='1';Code: Select all
min-height:0I'm not too sure what to do now.
Darkzaelus
Re: <=IE7 Nested elements not rendering
Please provide html/css or an url.
-
Darkzaelus
- Forum Commoner
- Posts: 94
- Joined: Tue Sep 09, 2008 7:02 am
Re: <=IE7 Nested elements not rendering
I'm really sorry! Turns out it was IE failing on extra commas in arrays! It couldn't get past hat point of the code, so it wasn't rendering. Thank god for IETester!
Thanks for your time
Darkzaelus
Thanks for your time
Darkzaelus