Discussion:
Looks Funny in IE6
(too old to reply)
m***@privacy.net
2009-08-19 08:46:00 UTC
Permalink
The following webpage looks fine in every browser (IE8, Firefox) apart
from IE6.

http://www.theircvillage.net/gallery.html

Why? As far as I can see it's correctly coded. In IE6 the table of
images appears below the leftside menu.

Can you have a look at the HTML/CSS files and tell me whether there is
a bug in my code or whether the bug is in IE6?

This is not important because IE6 is being phased out anyway but I am
curious as to why it works in every browser except IE6.
Herbert Blenner
2009-08-19 09:49:09 UTC
Permalink
Post by m***@privacy.net
The following webpage looks fine in every browser (IE8, Firefox) apart
from IE6.
http://www.theircvillage.net/gallery.html
Why? As far as I can see it's correctly coded. In IE6 the table of
images appears below the leftside menu.
Can you have a look at the HTML/CSS files and tell me whether there is
a bug in my code or whether the bug is in IE6?
This is not important because IE6 is being phased out anyway but I am
curious as to why it works in every browser except IE6.
Try adding style="float: right" to your table. Does this give the
look that you want?

Herbert
m***@privacy.net
2009-08-19 16:34:55 UTC
Permalink
On Wed, 19 Aug 2009 02:49:09 -0700 (PDT), Herbert Blenner
Post by Herbert Blenner
Post by m***@privacy.net
The following webpage looks fine in every browser (IE8, Firefox) apart
from IE6.
http://www.theircvillage.net/gallery.html
Why? As far as I can see it's correctly coded. In IE6 the table of
images appears below the leftside menu.
Can you have a look at the HTML/CSS files and tell me whether there is
a bug in my code or whether the bug is in IE6?
This is not important because IE6 is being phased out anyway but I am
curious as to why it works in every browser except IE6.
Try adding style="float: right" to your table. Does this give the
look that you want?
Yes, it does. Thanks very much.
PA Bear [MS MVP]
2009-08-19 17:19:25 UTC
Permalink
IE Developer Center
http://msdn.microsoft.com/en-us/ie/default.aspx

Learn IE8
http://msdn.microsoft.com/en-us/ie/aa740473.aspx

HTML and DHTML Overviews and Tutorials
http://msdn.microsoft.com/en-us/library/ms537623.aspx and

Cascading Style Sheets (CSS)
http://msdn2.microsoft.com/en-us/ie/aa740476.aspx

Or you could post here instead:

MSDN IE Development Forums
http://social.msdn.microsoft.com/forums/en-US/category/iedevelopment/
Post by m***@privacy.net
The following webpage looks fine in every browser (IE8, Firefox) apart
from IE6.
http://www.theircvillage.net/gallery.html
Why? As far as I can see it's correctly coded. In IE6 the table of
images appears below the leftside menu.
Can you have a look at the HTML/CSS files and tell me whether there is
a bug in my code or whether the bug is in IE6?
This is not important because IE6 is being phased out anyway but I am
curious as to why it works in every browser except IE6.
Loading...