Posted by Le Souricier Gris on 06/04/07 13:57
This is my problem :
I use this template :
http://blog.html.it/layoutgala/LayoutGala14.html
I want to put 2 strings in the <div id=content> part on 2 columns.
These 2 strings would be centered in each column.
I use this :
<div style="position:relative">
<div style="float:left;width:47%;left:1%;margin:0;">blabla 1</div>
<div style="float:right;width:47%;right:1%;margin:0">blabla 2</div>
</div>
That's working on Firefox but not in IE.
Could somebody you it help me?
Eric
Navigation:
[Reply to this message]
|