SitePoint Sponsor |
|
User Tag List
Results 1 to 14 of 14
Thread: Firefox footer issue
-
Jan 21, 2009, 21:16 #1
- Join Date
- Nov 2003
- Location
- San Francisco
- Posts
- 5
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Firefox footer issue
I searched around a lot and could not find an answer to this. uptowndermatology dot com looks fine in IE, but in Firefox the footer is in the middle of the page and overlying the text on some of the bigger pages on the site. Any idea on how to fix this? Thanks.
http://www.DoctoredMedia.com
-
Jan 21, 2009, 21:46 #2
- Join Date
- Oct 2008
- Location
- Whiteford, Maryland, United States
- Posts
- 13,782
- Mentioned
- 16 Post(s)
- Tagged
- 0 Thread(s)
Hi
If you remove the height on "div.scrollvis" it fixes the issue. Also remove overflow:visible as that is default. (Didn't look through your entire code).
Cheers.Always looking for web design/development work.
http://www.CodeFundamentals.com
-
Jan 21, 2009, 22:00 #3
Quit looking at IE as your reference for things working. Always use any other modern browser, such as Firefox, Opera or Safari for your references to how things should work.
You declare HTML, yet are using XHTML end tags (/>). Remove the slashes. You are also using an incomplete doctype. Since you are also using older, deprecated markup, transitional is OK but you shouldn't be using older, deprecated markup. In any case, here's the doctype you should be using:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
Validate your html for that list of errors.
-
Jan 21, 2009, 22:27 #4
- Join Date
- Oct 2008
- Location
- Whiteford, Maryland, United States
- Posts
- 13,782
- Mentioned
- 16 Post(s)
- Tagged
- 0 Thread(s)
Wrong. He should not be using transitional.[code]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">[code]
That is what he should be using.
Cheers.Always looking for web design/development work.
http://www.CodeFundamentals.com
-
Jan 21, 2009, 22:43 #5
- Join Date
- Apr 2006
- Location
- Maryland
- Posts
- 1,838
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
-
Jan 21, 2009, 22:47 #6
- Join Date
- Oct 2008
- Location
- Whiteford, Maryland, United States
- Posts
- 13,782
- Mentioned
- 16 Post(s)
- Tagged
- 0 Thread(s)
Always looking for web design/development work.
http://www.CodeFundamentals.com
-
Jan 22, 2009, 08:44 #7
-
Jan 22, 2009, 08:51 #8
- Join Date
- Oct 2008
- Location
- Whiteford, Maryland, United States
- Posts
- 13,782
- Mentioned
- 16 Post(s)
- Tagged
- 0 Thread(s)
So did my suggestion work? In post#2?
Always looking for web design/development work.
http://www.CodeFundamentals.com
-
Jan 22, 2009, 11:28 #9
-
Jan 22, 2009, 11:45 #10
- Join Date
- Apr 2006
- Location
- Maryland
- Posts
- 1,838
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
-
Jan 22, 2009, 11:53 #11
- Join Date
- Oct 2008
- Location
- Whiteford, Maryland, United States
- Posts
- 13,782
- Mentioned
- 16 Post(s)
- Tagged
- 0 Thread(s)
Always looking for web design/development work.
http://www.CodeFundamentals.com
-
Jan 22, 2009, 12:13 #12
- Join Date
- Apr 2006
- Location
- Maryland
- Posts
- 1,838
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
-
Jan 23, 2009, 08:32 #13
- Join Date
- Nov 2003
- Location
- San Francisco
- Posts
- 5
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Main thing is Ryan's suggestion worked! THanks!
http://www.DoctoredMedia.com
-
Jan 23, 2009, 08:37 #14
- Join Date
- Oct 2008
- Location
- Whiteford, Maryland, United States
- Posts
- 13,782
- Mentioned
- 16 Post(s)
- Tagged
- 0 Thread(s)
Your welcome
. Any more questions feel free to come back.
Cheers.Always looking for web design/development work.
http://www.CodeFundamentals.com
Bookmarks