Jump to content

div problem


alejandro52

Recommended Posts

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?

Link to comment
https://forums.phpfreaks.com/topic/214835-div-problem/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.