This is a discussion on "css, overflow, firefox" within the Web Page Design section. This forum, and the thread "css, overflow, firefox are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
css, overflow, firefox
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
css, overflow, firefox
Ive got a problem with my css, I have two divs side by side inside the container div and it works fine but when i go into firefox, the container div shrinks (height) and the footer div overlays the two divs side by side.
Is there something I can add to the container to make it expand to the size of the other two divs so the footer floats below it. (the divs side by side expand depending on what content is in them) |
|
|
|
|||
|
Re: css, overflow, firefox
Hi,
That did work but I need to have the container centered so the site looks ok in larger resolutions. Is there a way of doing this. |
|
||||
|
Re: css, overflow, firefox
define a width, position is 50% across the browser window, then pull it back by half it's width:
position: relative; width: 750px; left: 50%; margin-left: -375px; |
|
|||
|
Re: css, overflow, firefox
Thats great, works a treat. Thanks
|
![]() |
| Tags |
| css, overflow, firefox |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| "overflow: hidden" not working on firefox when the div contains flash inside | littleshaolin | Web Page Design | 0 | May 21st, 2008 05:27 |
| Overflow Problem | MattHen | Web Page Design | 0 | Jan 17th, 2007 15:43 |
| List Overflow | tolis | Web Page Design | 1 | Aug 21st, 2006 13:25 |
| div overflow help | redimp | Web Page Design | 0 | Feb 3rd, 2006 13:00 |
| Overflow Scroll bars help | Miles Lombardi | Web Page Design | 2 | Oct 9th, 2005 22:19 |