Page 1 of 1

Internet explorer VS firefox and safari

Posted: Thu 14. Sep 2006, 16:31
by ancerick
so.. im working on my first site ( http://www.ecwador.ee/phpwcms/index.php?id=1,1,0,0,1,0 )

but i have a problem .. if im looking through firefox (on mac OR windows) or safari (mac stuff) the site is ok..

but with IE the site makes one extra row on top of the tables that i have made rounded corners in (for example the content, and left right part)... im waay too dumb to figure out whats going on so pleaze help :(

Posted: Thu 14. Sep 2006, 18:32
by DeXXus
This is the problem:

Code: Select all

<tr height="214">
<td valign="top" height="215">
<h4>Sed ut <br /> perspiciatis</h4>
Needs to be:

Code: Select all

<tr height="215">
<td valign="top" height="215">
Also don't understand the "logic" of widths LARGER than their containing elements?
(EVEN though it renders OK):
<table border="0" cellspacing="0" cellpadding="0" width="760" align="center">
<tr>
<td valign="top"></td>
<td valign="top" width="538"><table width="910" border="0" cellspacing="0" cellpadding="0">
<table width="64" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="http://www.ecwador.ee/phpwcms/lay/righttop.jpg" width="284" height="10" alt="" /></td>
</tr>
<tr height="215">
<td valign="top" height="215">
<h4>Sed ut <br /> perspiciatis</h4><div class="articleText">unde omnis iste natus error sit</div></td>
</tr>
<tr>
<td><img src="http://www.ecwador.ee/phpwcms/lay/rightbottom.jpg" width="284" height="10" alt="" /></td>
</tr>
</table>
<table width="64" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="http://www.ecwador.ee/phpwcms/lay/contenttop.jpg" width="223" height="15" alt="" /></td>
</tr>
<tr height="239">
<td valign="top" height="239"><font color="white"><a name="jump1"></a><h1>Sed ut <br /> perspiciatis</h1><div class="articleText">1 omfg pwned by <br />
2 omfg pwned by</div></td>
</tr>
<tr>
<td><img src="http://www.ecwador.ee/phpwcms/lay/contentbottom.jpg" width="223" height="15" alt="" /></td>
</tr>
</table>

Posted: Wed 20. Sep 2006, 15:59
by ancerick
for tables i guess its just something about Adobe Golive ... and whats left in there .. since i suck ass with programming i use that programm alot to make web.:wink:

i dont realy care if the script has logic aslong as it works :lol: :lol:

BUT HUGE THNX for the reply on how to eliminate that problem with IE im verry thankfull :D :D

Posted: Wed 20. Sep 2006, 19:49
by Kulinarisk
Forget IE! There is a new version around the corner (7.0). Can be downloaded if you pass the Genuine Windoze Advantage (wording a bit to Orwellian for me). It should be more in tune with standards - so they say. People using Mac have given up on IE years ago.

Posted: Wed 20. Sep 2006, 22:28
by DeXXus
IE 7.0 will display it wrong ALSO! :wink:
Because it's not a standards problem...per se
--> just that firefox "ignores" IE proprietary attribute named "height" for <TR>.

Posted: Thu 21. Sep 2006, 15:33
by Kulinarisk
I would love to try IE 7.0 for development. But since, in essence it's not free, I'll just let Microsoft wander the lonely road of non standard browsers.
Don't let the door hit you on the way out :D