View Full Version : HTML IE table align problem
centas
July 14th, 2008, 07:29 AM
The link to the page is: http://new.cmykpromotions.com/iebug.html the problem is that viewing the page in IE text saying "Content goes here" will start just after the image which is in left table cell. The image is: http://new.cmykpromotions.com/media/images/gap2.jpg Tried everything that could come up with, nothing helped. The page is viewed alright in Firefox and Opera.
bear
July 14th, 2008, 08:38 AM
I'd throw in a comment condition, before the <td>, that tells the page to render a valign to top(tr). The tr would be affected by it.
<!--[if IE]>
<tr valign='top'>
<![endif]-->
<!--[if !IE]>
<tr>
<![endif]-->
The first for IE, and the second not for IE.
EDIT
Nevermind. You did that, but not in the <tr>. Needs to go there.
centas
July 14th, 2008, 10:19 AM
hi bear,
thanks for reply although it diesnt work.
it is just weird, i dont understand this behaviour from IE, aarghh, all the website is already finished apart from this part :)
centas
July 14th, 2008, 11:44 AM
find another wat how to make the table to work, howeber the issue is not solved,
will try still, if will find a solution will definetely post it here.
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.