This is a discussion on "IE pushing table down the page" within the Web Page Design section. This forum, and the thread "IE pushing table down the page are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
IE pushing table down the page
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
IE pushing table down the page
Hello, I'm having trouble with ie and tables staying where they're supposed to be. Here's the link to an example. What i have is a table in a div, the div having orange as a background and each td having white background. For some reason ie is pushing the table half way down the screen exposing the orange. I know ie has bugs, but i'm not sure what they are or how to get around them. I've tried position:absolute; top:200px, but that made the border go 'funny'.
Thanks, Peter |
|
|
|
|||
|
Re: IE pushing table down the page
I've made a temporary fix which only aligns the footer bar correctly on ie.
Regenerated: http://www.publicwarehouse.co.uk/test123/file.php |
|
|||
|
Re: IE pushing table down the page
It was to do with min-height. now using:
min-height:690px height:auto; height:690px; I read somewhere that ie uses height as min-height. Thanks for the err.. help |
|
||||
|
Re: IE pushing table down the page
You need the !important declaration on the auto, don't you?
|
|
|||
|
Re: IE pushing table down the page
Yeh i noticed that and fixed it, still didn't work though. In the end i used tables, ie and safari can do tables. I'll happily kill anyone who says i should use css for structure.
|
|
||||
|
Re: IE pushing table down the page
You should use CSS for the structure. (Un)ordered lists would be the appropriate way to go...
|
|
|||
|
Re: IE pushing table down the page
instead of tables?
|
|
||||
|
Re: IE pushing table down the page
Never use tables for layout! There ... you have to kill 2 people now
See the link in my sig ... it's also a sticky in a few of the forums. Read the articles ... you'll understand why you shouldn't be using tables. There's also quite a few site with examples of CSS layouts that you can use. |
|
||||
|
Re: IE pushing table down the page
Those links are more like lists than tabular data in my opinion...
|
|
|||
|
Re: IE pushing table down the page
Quote:
I use SSI for the header and footer. That's 2 files for the 'entire' site, so no, not labour intensive to change as i said, ie and safari both have bugs to do with ccs. They don't have bugs to do with tables, min height is done automatically. Please give me a real reason not to use tables, and maybe tell me how long it takes for my site to load |
|
||||
|
Re: IE pushing table down the page
Ugh! Why is it that we always have to push people into using the proper elements for the job?!
From the horses' mouth 11.1 Introduction to tables Quote:
So ... if you want your code to be semantic (to have meaning), then use a list. |
|
||||
|
Re: IE pushing table down the page
Accessibility, ease of updating the style, SEO. By updating the site, includes don't do much for that. With a style sheet, you can change the color of the text on your site, rearrange the order of the content, etc.
Trust us... as professionals, the reasons for us spending extra time making sites with CSS are obviously good enough. And Safari has very few bugs; it's almost exactly the same as FF, but a little bit better. |
|
|||
|
Re: IE pushing table down the page
Well i read it has trouble with min-hight. It's also not displaying my link colours correctly. All my colours and sizes are in my style sheet. The table just groups them, If i wanted to i could change it back to use divs just as easily.
As for rearranging content, I'm not sure i'll want the footer, header, sidebar or content blocks anywhere else anyway. Although i can change them if i wanted to. |
|
||||
|
Re: IE pushing table down the page
Ah, just looked into in. Safari 2 supports min-height just fine, but Safari 1 apparently didn't. As Safari 2 comes standard with OS X, everyone who has upgraded from OS X 10.2 will be fine (And we're on 10.4 now, so that's most people). If you've got problems with colors and fonts displaying correctly, then it's a matter of shoddy CSS. Don't use <div>'s, use lists!
|
![]() |
| Tags |
| down, page, pushing, table, the |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| IE6 bully: pushing my divs around | kidreapertronV | Web Page Design | 3 | Mar 5th, 2007 18:33 |
| ? about table width - printing page = content cut off | Love2Java | Web Page Design | 6 | Feb 20th, 2007 12:42 |
| How to center a page without use of a table | pdk | Web Page Design | 23 | Jan 31st, 2007 11:28 |
| 'Pushing' a font to the user | Paul.Yeoman | Web Page Design | 7 | Jan 27th, 2006 15:46 |
| Text replace in a table cell on same page | gribble | Web Page Design | 10 | Sep 28th, 2005 05:32 |