This is a discussion on "CSS Layout issue between IE and Firefox" within the Web Page Design section. This forum, and the thread "CSS Layout issue between IE and Firefox are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
CSS Layout issue between IE and Firefox
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
CSS Layout issue between IE and Firefox
Following is a simplefied version of a page I am having an issue with. In IE it displays OK without the display:table, but requires it to display OK in Firefox. Problem is that the display:table is interferring with a componentart grid I'm using in the left column, it causes my right column to wrap underneath.
I suspect there's a problem with something I'm doing to require the display:table in the first place but I can't see what. Does anyone know how to get this displaying in Firefox with the outer most div's border around all contained divs without the display:table?? Thanks!
|
|
|
|
||||
|
Re: CSS Layout issue between IE and Firefox
Why are you using the display: table?
(Your class names should be all lowercase.) This code works fine. I added the overflow: hidden; to you .frame class to clear the floats
|
|
|||
|
Re: CSS Layout issue between IE and Firefox
That's great, thanks very much. I was only using display:table as I read about it as a "workaround" for this (non) issue.
|
![]() |
| Tags |
| css, firefox, layout |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| CSS Layout Issue (in Firefox only)... probably simple but its driving me crazy! | alfandango | Web Page Design | 4 | Mar 8th, 2008 17:11 |
| Major layout issue | thewebkid | Web Page Design | 23 | Dec 22nd, 2007 03:31 |
| Question about layout/IE7 issue | bluetech | Web Page Design | 3 | Jul 3rd, 2007 15:37 |
| Help with a layout issue | Kirryn | Web Page Design | 9 | Jun 21st, 2007 17:27 |
| Homepage layout issue | webwiz2000 | Web Page Design | 2 | Feb 28th, 2006 17:49 |