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.
|
|
|
|
|
![]() |
||
issue with 3 Col CSS
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
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. |
|
|
|
||||
|
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. |
|
|||
|
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? |
|
|||
|
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:
|
|
|||
|
Re: issue with 3 Col CSS
Quote:
Excellent - Thank you LChad! |
![]() |
| Tags |
| column 3 css |
| Thread Tools | |
|
|
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 |