alejandro52 Posted September 30, 2010 Share Posted September 30, 2010 I have the following problem. I have some div tags and inside of the some other div tags like this <div> <div id="div1" float:left> (some other div tags) </div> <div id="div2" float:right> (some other div tags) </div> </div> the problem is that in firefox the div2 floats right but in iexplorer goes below the div1 tag. a tested with javascript to find the parent nodes and they had different in iexplorer and different in firefox. does any one know what may cause the problem? Quote Link to comment Share on other sites More sharing options...
alejandro52 Posted September 30, 2010 Author Share Posted September 30, 2010 Ok, everything fixed. I forgot to close one div tag. So i guess firefox bybass the problem and fixes it but iexplorer won't do that. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.