This is a discussion on "[SOLVED] overlapping divs :-(" within the Web Page Design section. This forum, and the thread "[SOLVED] overlapping divs :-( are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
[SOLVED] overlapping divs :-(
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
[SOLVED] overlapping divs :-(
Hi Everyone.
I have a problem on the site im building........ http://www.design365.co.uk/piccolo/default.asp All the images on the right (brands, sale items, gifts etc) are in a div named 'imageholder', the problem is that in firefox the images overlap the footer, its ok in IE. Im not sure why this is happening, maybe something to do with the code ive used for the imageholder.....
Thanks |
|
#2
|
|||
|
|||
|
Re: overlapping divs :-(
Add { overflow: auto } to the box containing your images, or add a clearing <div> at the bottom.
And validate your code! |
|
#3
|
|||
|
|||
|
Re: overlapping divs :-(
overflow: auto doesnt seem to work, how do i do a clearing div for it?
|
|
#4
|
|||
|
|||
|
Re: overlapping divs :-(
In the footer div you can add this to the css:
clear: both; Or add an entire clearing div between the imageholder and the footer div. html looks like:
|
|
#5
|
|||
|
|||
|
Re: overlapping divs :-(
hey thanks lchad, however, i solved it just now. I used clear: both; on the 'footer' div.
Thanks people |
|
#6
|
|||
|
|||
|
Re: [SOLVED] overlapping divs :-(
ah damn sorry lchad i didnt read your first bit i just looked at the code u gave me. Thanks a lot though
|
|
#7
|
|||
|
|||
|
Re: [SOLVED] overlapping divs :-(
no problem.... next time I should use the code box huh?
|
|
#8
|
|||
|
|||
|
Re: [SOLVED] overlapping divs :-(
haha yea at least i mite actually read it then lol. Thanks
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [SOLVED] Gaps between divs :-( | danny322 | Web Page Design | 13 | Jan 24th, 2008 11:14 |
| [SOLVED] how to put divs next to each other | lostboys | Web Page Design | 9 | Jan 13th, 2008 21:47 |
| [SOLVED] Im getting a gap between 2 divs :-( | danny322 | Web Page Design | 1 | Jan 9th, 2008 09:46 |
| [SOLVED] DIVs and Firefox - help! | Emzi | Web Page Design | 4 | Oct 4th, 2007 11:42 |
| multiple overlapping divs? | Donny Bahama | Web Page Design | 24 | Apr 23rd, 2007 21:23 |