Posted by trucall on 02/17/07 18:42
I've a problem with code below.
I' don't understand why the text "WHERE IS THE TEXT?" in the first
level don't appear in internet explorer 6.
The problem doesn't appear in firefox, mozilla and opera.
I' don't know with internet explorer 7
any hint? :)
Code:
<div style="border:3px solid black;background-color:gray;">
<div >
WHERE IS THE TEXT?
</div>
<div style="float:left;width:80px;padding-left:4px;padding-top:
4px;background-color:yellow;">
TXT
</div>
<div style="float:right;width:100px;padding-left:4px;padding-top:
4px;background-color:yellow;">
TXT
</div><br style="clear:both;" />
<div style="background-color:blue;">
<input type="submit" value="submit" />
</div>
</div>
[Back to original message]
|