firefox footer problem...

This is a discussion on "firefox footer problem..." within the Web Page Design section. This forum, and the thread "firefox footer problem... are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jul 1st, 2006, 00:10
Junior Member
Join Date: Jun 2006
Location: Ireland
Age: 18
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Unhappy firefox footer problem...

Every thing seems fine in IE as i have 2 google ads top and bottom of the webpages from my host, instead of popups but in firefox the bottom google ad pushes up above the footer and blocking some content

http://www.parmagraphics.110mb.com/test.html is one of the pages

http://www.parmagraphics.110mb.com/layout.css is my css file.


ive used the clear: both attribute for the footer made sure all divs are closed and tried padding the footer with <p>&nbsp;</p> in an attempt to push the google ads down but im sure its a css problem...help please
Reply With Quote

  #2 (permalink)  
Old Jul 1st, 2006, 12:30
Junior Member
Join Date: Jun 2006
Location: Ireland
Age: 18
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Re: firefox footer problem...

Actually its mucked in Opera too:


Opera


Firefox

Yet this is how I need it to look surprisingly its internet explorer......


Internet Explorer

I think the problem could be my footer code preventing anything from going underneath it......


Code: Select all
#footer {
    text-align: right;
    padding: 20px 10px;
    margin-bottom: 5px;
    background-color: #000066;
}
#footer a {
color: #ffffff;
}
#footer a:hover {
color: #dddddd;
}
But I dont know what that is.....
Reply With Quote
  #3 (permalink)  
Old Jul 1st, 2006, 20:54
masonbarge's Avatar
Highly Reputable Member
Join Date: Jan 2006
Location: Atlanta GA
Posts: 631
Thanks: 0
Thanked 0 Times in 0 Posts
Re: firefox footer problem...

try
Code: Select all
<div id="clear"></div>
just before the google ad,
with this style:
Code: Select all
#clear {clear: both;}
Reply With Quote
  #4 (permalink)  
Old Jul 1st, 2006, 21:19
Junior Member
Join Date: Jun 2006
Location: Ireland
Age: 18
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Re: firefox footer problem...

Thanks so much that worked! I also applied bottom margin value to the wrapper so maybe that forced it downwards
Reply With Quote
Reply

Tags
firefox, footer, problem

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
CSS footer problem dangergeek Web Page Design 14 Nov 7th, 2007 20:41
Completely baffled by footer in Firefox Jellytot Web Page Design 7 Mar 29th, 2007 15:23
3 column 100% Height, just problem with footer ricc Web Page Design 2 Feb 27th, 2007 13:38
2 column layout, footer problem svenjafour Web Page Design 13 Dec 1st, 2005 09:25
3 col layout: footer problem jswebdev Web Page Design 1 Oct 4th, 2005 03:00


All times are GMT. The time now is 01:20.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43