3 column layout issue in internet explorer

This is a discussion on "3 column layout issue in internet explorer" within the Web Page Design section. This forum, and the thread "3 column layout issue in internet explorer are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old May 31st, 2007, 00:14
New Member
Join Date: May 2007
Location: Bournemouth
Age: 23
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
3 column layout issue in internet explorer

I am having a problem with the 3 column layout in ie 6 and 7.


If you view the following URL in mozilla it looks the way it should

http://private.isolve-online.com:808...en-Investments

however in ie7 and ie6 the footer at bottom of the page does not line up I am using the follwing code.
Code: Select all
#footer4_container
{
   width: 762px;
   margin-left:auto; 
   margin-right:auto;
}

#footer4_column1
{
    width: 7px;
    height: 7px;
    float: left;
    background-image: url(image location);
    background-repeat: no-repeat;
}

#footer4_column2
{
   width: 748px;
   height: 7px;
   float: left;
   background-color: #27090B;
   border-bottom: solid #E4E660 1px;
   background-repeat: no-repeat;
}

#footer4_column3
{
   width:  7px;
   height: 7px;
   float: left;
   background-image:      url(image location); 
   background-repeat: no-repeat;
}
I am relatively new to using tableless designs and any help would be greatly appreciated.

I am also having the same problem at the top of the page and the dividor between the navigation and search our site in the left column is also different in internet explorer.

Thank You For Your Time

Last edited by karinne; May 31st, 2007 at 12:47. Reason: Please use [code]...[/code] tags when displaying code!
Reply With Quote

  #2 (permalink)  
Old May 31st, 2007, 00:34
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: 3 column layout issue in internet explorer

Can you try setting a height in the footer4_container div?
It seems that the container is not tall enough to withhold the other footer divs.

The site looked fine in IE7 and FF on my computer. The problems for me were in IE6. The header has two little chunks out of it was well. Did you see that part?

If you could send your css, I might be able to be more helpful. Your css was really confusing to me. I'm not that much of a css veteran either.

Last edited by Lchad; May 31st, 2007 at 00:41. Reason: added more text
Reply With Quote
  #3 (permalink)  
Old May 31st, 2007, 12:51
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: 3 column layout issue in internet explorer

Please read the sticky at the top of the forum

PLEASE READ: How and When to post your question!


You should validate your site first. You have 26 HTML errors and 14 CSS errors (granted the first 3 you can ignore)

Fix those up first. It may and may not fix your problem but at least we won't be looking at code that shouldn't work in the first place
Reply With Quote
  #4 (permalink)  
Old May 31st, 2007, 14:22
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Posts: 2,020
Blog Entries: 1
Thanks: 0
Thanked 33 Times in 33 Posts
Re: 3 column layout issue in internet explorer

http://www.newguyinennis.com/samples...yout_3_column/
__________________
I hate IE 6. Just sayin....
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Reply With Quote
Reply

Tags
box model, css

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Internet Explorer 6.0 & 5.5 don't like me bodgit Web Page Design 0 May 10th, 2008 17:40
Internet Explorer 6 layout probs cubix Web Page Design 1 Apr 9th, 2008 23:36
Internet Explorer 8 CloudedVision Webforumz Cafe 9 Feb 20th, 2008 23:05
CSS Internet Explorer only Kropotkin Web Page Design 8 Sep 5th, 2007 12:34
Problem with three column layout in Internet Explorer Aleksandersen Web Page Design 12 Mar 19th, 2007 06:09


All times are GMT. The time now is 20:52.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43