SitePoint Sponsor |
|
User Tag List
Results 1 to 4 of 4
Thread: Intersting overflow issue
-
Oct 13, 2004, 09:44 #1
- Join Date
- Jul 2003
- Location
- Texas
- Posts
- 330
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Intersting overflow issue
If you view the page http://www.bluevolume.com/cst/a-h.htm in IE, it displays perfectly, but in Firefox, the footer seems to display at the bottom of the window and not the bottom of all the text. So what ends up happening on Firefox is that the text overflows behind the footer and past the height 100% bg image.
Any ideas?
(btw, the footer code was taken from a post by Paul awhile back)
-
Oct 13, 2004, 09:58 #2
- Join Date
- Jul 2003
- Location
- Suburbs of DC (MD)
- Posts
- 595
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
I don't know if this is related but it looks like you don't close the container div?
-
Oct 13, 2004, 11:26 #3
- Join Date
- Jun 2004
- Location
- Minneapolis, MN
- Posts
- 168
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
yeah, the way it looks you need to add 1 more </div> at the end to close the container. That should fix it, if not it could be your #clearfooter not properly placed.
Consider using something like this for clearing
Code:.clr { height: 1px; overflow:hidden; clear:both; margin-top: -1px; }
-
Oct 13, 2004, 11:50 #4
- Join Date
- Jul 2003
- Location
- Texas
- Posts
- 330
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Originally Posted by furryyuri
Bookmarks