issue with 3 Col CSS

This is a discussion on "issue with 3 Col CSS" within the Web Page Design section. This forum, and the thread "issue with 3 Col CSS 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 Jun 6th, 2007, 15:49
Junior Member
Join Date: Nov 2006
Location: israel
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
Exclamation issue with 3 Col CSS {solved}

hi folks.

the following URL works fine with IE7 and FF, but the middle column drops in IE6.

can anyone suggest a solution?

Thanks in advance!

EDIT: NOT RELEVANT ANYMORE. THANKS GUYS

Last edited by snooper; Jun 8th, 2007 at 09:23.
Reply With Quote

  #2 (permalink)  
Old Jun 6th, 2007, 16:04
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: issue with 3 Col CSS

For one, your site doesn't validate

And two ... you're using a mix of tables and divs?! Why?! It's really hard to go through all that tangled mess and find the error.

Resources for learning how to use CSS for layout

Ditch the tables and go CSS all the way.

And three ... you need to float your div in order to have them show up in a line. And the width is important. Different browsers interprets the widths differently. Some add the margin, paddings and borders and some don't.
Reply With Quote
  #3 (permalink)  
Old Jun 6th, 2007, 17:55
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: issue with 3 Col CSS

I'm not seeing any css related to the Div called #right.
Did you forget to give some css to it?
Reply With Quote
  #4 (permalink)  
Old Jun 6th, 2007, 18:00
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: issue with 3 Col CSS

Oh I found the error. Take the margin off of the center column. It was forcing to go below the other columns.. here's your code:
Code: Select all
   <div id="center" style=" width: 277px; float: left;">
Reply With Quote
  #5 (permalink)  
Old Jun 6th, 2007, 19:19
Junior Member
Join Date: Nov 2006
Location: israel
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
Re: issue with 3 Col CSS

Quote:
Originally Posted by Lchad View Post
Oh I found the error. Take the margin off of the center column. It was forcing to go below the other columns.. here's your code:
Code: Select all
   <div id="center" style=" width: 277px; float: left;">

Excellent - Thank you LChad!
Reply With Quote
  #6 (permalink)  
Old Jun 6th, 2007, 19:58
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: issue with 3 Col CSS

You're welcome!
Reply With Quote
Reply

Tags
column 3 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
JS issue acrikey JavaScript Forum 6 Jul 25th, 2007 17:45
Issue in IE6 aholmes Web Page Design 7 Jul 13th, 2007 10:00
CSS issue in IE7 bluetech Web Page Design 6 Jul 3rd, 2007 15:36
Help Odd Issue? drappendix Web Page Design 8 Aug 9th, 2006 17:53
IE issue Pheonix Web Page Design 2 Dec 2nd, 2005 21:58


All times are GMT. The time now is 00:24.


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