[SOLVED] Tables, Home Page, IE6

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
anthonyh

[SOLVED] Tables, Home Page, IE6

Post by anthonyh »

Hey,

I'm not sure who/where to ask this...

I'm working on developing a new web site for the Berkeley Unified School District in Berkeley, CA around CMS Made Simple.  So far it's turning out really well!  However, I have a problem with the front page...

If you browse to http://www.berkeley.net in Firefox, Opera, or Safari, it should look normal.  However, when browsing to it in Internet Explorer 6, the content seems to get pushed past the navigation (it may display OK until you mouse over the menu or any links).  This only happens on the front page (as far as I am aware).  I'm not quite sure what's going on, but I believe it's related to the two tables on the right.  I removed all the code except the code for those two tables, and the problem still occurred.  I created a simple table, and the problem did not exist then.

All the CSS is pretty much standard, except for color changes here and there.

I attached a text file containing the content code for the front page.

Any help would be much appreciated!   ;D

[gelöscht durch Administrator]
Last edited by anthonyh on Wed May 16, 2007 6:49 pm, edited 1 time in total.
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: Tables, Home Page, IE6

Post by RonnyK »

Try changing your tablewidth to 99%



Ronny
marcelvdlans

Re: Tables, Home Page, IE6

Post by marcelvdlans »

Hi,

I have same problem as the topicstarter...

Changing width to 99% works, but the width is in the beginning not 99% of the screen, but is linked to the size of the text in the table. When hovering any link solves the problem, but I want the table correctly displaying...
heatherfeuer

Re: Tables, Home Page, IE6

Post by heatherfeuer »

My question is why use a table and not a ?  Create two divs inside the div#main section the primary content lives in.  Float one div left with a percentage width (maybe 75%) and float the second div right with a width of whatever is remaining to make it 100%.  valid xhtml is to not use tables for layout.
marcelvdlans

Re: Tables, Home Page, IE6

Post by marcelvdlans »

If you say why use a table, why is the option available in CMS? Not me, but users of the site want to make tables with FCKEditor, it is easy for them.

That's why...
Vin

Re: Tables, Home Page, IE6

Post by Vin »

heatherfeuer wrote: valid xhtml is to not use tables for layout.
Nonsense. XHTML doesn't take care of the layout - it takes care of content. Looks like a common myth, though. The only thing which affects the layout is the !DOCTYPE declaration, used by browsers to switch to the corresponding box model (odd behaviour).

Show the link of the site, please. I don't get the table part - why do they need tables to position the content? That should be done in template.
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: Tables, Home Page, IE6

Post by Nullig »

In your div#main add

height: 1%;

I think this fixes the IE bug.

Nullig
marcelvdlans

Re: Tables, Home Page, IE6

Post by marcelvdlans »

Dude, that's the solution!!!  ;D

It works correct now!

Thank you!
anthonyh

[SOLVED] Tables, Home Page, IE6

Post by anthonyh »

"height: 1%;" did the trick.

You guys are a HUGE help.  Thank you SO MUCH!

~ Anthony
Locked

Return to “CMSMS Core”