staffa
02-21-2005, 03:15 PM
I am building a very simple website, and yet, I have problems when using Internet Explorer.
in my css file, I have following entry:
.....
div#midframe{
margin-left : 20%;
margin-right : 20%;
}
in my html file, I have :
....
<div id="midframe">
<table>
<tr>
<td width=50%> .... </td>
<td width=50%> .... </td>
</tr>
</table>
</div>
....
this works all very good when viewing with firefox .... but IE just makes a mess out of it. My page gets extra wide, the margins are not correct .... just one big mess ... Is this normal behaviour for IE, and is there a way to fix it ?
Edit: sorry, wrong forum ... should be in css ... sorry
in my css file, I have following entry:
.....
div#midframe{
margin-left : 20%;
margin-right : 20%;
}
in my html file, I have :
....
<div id="midframe">
<table>
<tr>
<td width=50%> .... </td>
<td width=50%> .... </td>
</tr>
</table>
</div>
....
this works all very good when viewing with firefox .... but IE just makes a mess out of it. My page gets extra wide, the margins are not correct .... just one big mess ... Is this normal behaviour for IE, and is there a way to fix it ?
Edit: sorry, wrong forum ... should be in css ... sorry