Teensweb
New Member
- Messages
- 352
- Reaction score
- 1
- Points
- 0
I have a div code in my body tag -
The problem is that, in firefox and IE, it's positioning is DIFFERENT!
Can anyone solve it for me?
HTML:
<div style="position: absolute; width: 100px; height: 100px; z-index: 7; left: 146px; top: 187px" id="layer3">
Some text
</div>
Can anyone solve it for me?