This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Stylesheets > April 2006 > table moves in IE and not in FF
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
table moves in IE and not in FF
|
|
| Mr. T. 2006-04-14, 6:44 am |
| Hi,
on this page: http://www.baekelandfonds.be/index.php the text and picture on
the right hand side are shown like they should in FF, i.e. next to the menu.
However, if i open the same page in IE the block with the text and image
gets positioned under the menu, which isn't intended.
I suspect it has something to do with the table the image and text is placed
in, however, since the site is built with a cms i can't drop the tables
however much i'd like that.
Any ideas on how i can solve this?
Thx in advance!
Regards,
Thomas
| |
|
| Mr. T. wrote:
> Hi,
>
> on this page: http://www.baekelandfonds.be/index.php the text and picture on
> the right hand side are shown like they should in FF, i.e. next to the menu.
>
> However, if i open the same page in IE the block with the text and image
> gets positioned under the menu, which isn't intended.
>
> I suspect it has something to do with the table the image and text is placed
> in, however, since the site is built with a cms i can't drop the tables
> however much i'd like that.
>
> Any ideas on how i can solve this?
By setting the width on that table to something that fits in the
allotted space :-)
table.contentpaneopen {
width: 465px;
color: #696969;
}
table.contentpaneopen td {
width: 465px;
}
That's just too wide. IMO you don't need to set a width at all, the
content will stretch it as far as needed.
--
Els http://locusmeus.com/
accessible web design: http://locusoptimus.com/
Now playing: De Dijk - Onderuit
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|