TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble Join the friendly bunch on IRC...
(#TalkPHP on Freenode)

...Also available via a web interface.

See this thread for information on the TalkPHP Free Hugs Initiative™. Subject to availability.
Associates
Associates
CSS Tutorials
Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 04-30-2009, 01:32 AM   #1 (permalink)
The Contributor
 
Join Date: Oct 2008
Posts: 75
Thanks: 4
9three is on a distinguished road
Default footer auto adjustment

Hey,

I currently have a wrapper

Code:
#wrapper 
{
  position: relative;
  margin: 0 auto;
  padding: 0px;
  width: 870px;
  height: 0px;
}
The problem is that my footer has an image that needs to repeat across the entire browser. So if I put the footer in the wrapper it only repeats within the wrapper.

So what I did was move the footer outside the wrapper and in FF it looks fine, but in IE it's broken. It shows the footer all the way at the top

Code:
#footer
{
  width: 100%;
  height: 100px;
  float: left;
  margin: 25px 0px 0px 0px;
  padding: 0px;
  color: #FFFFFF;
  text-align: center;
  background: #cecece url(../images/content_footerBG.jpg) repeat-x;
}
How can I stack the footer under the wrapper?
9three is offline  
Reply With Quote
Old 04-30-2009, 03:55 AM   #2 (permalink)
The Contributor
 
Join Date: Oct 2008
Posts: 75
Thanks: 4
9three is on a distinguished road
Default

I fixed it. I removed the height from the wrapper and it worked perfect.
9three is offline  
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

vB 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
Auto Suggest Using PHP/MySQL & Ajax Rendair Advanced PHP Programming 7 01-11-2009 04:31 PM
Grand Theft Auto IV Orc The Lounge 9 05-15-2008 09:18 AM


All times are GMT. The time now is 11:42 PM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Inactive Reminders By Icora Web Design