Click here to Skip to main content
15,909,051 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: javascript switch statement - weird behavior (I think) Pin
Guffa10-May-06 9:42
Guffa10-May-06 9:42 
GeneralRe: javascript switch statement - weird behavior (I think) Pin
Jesse Evans10-May-06 11:21
Jesse Evans10-May-06 11:21 
Questionhow to create multiple selection listbox with checkbox(listcheckbox) in asp Pin
virendra_sw9-May-06 3:40
virendra_sw9-May-06 3:40 
QuestionWeb Chart Control Pin
hi_arv8-May-06 23:38
hi_arv8-May-06 23:38 
QuestionIE 7 Beta 3 Pin
Brendan Vogt8-May-06 22:12
Brendan Vogt8-May-06 22:12 
AnswerRe: IE 7 Beta 3 Pin
Guffa9-May-06 0:35
Guffa9-May-06 0:35 
QuestionHow to use msiHiddenProperties property for MSI. I am using VS.NET IDE [Need Help] Pin
Kumar Shanmugam8-May-06 20:04
professionalKumar Shanmugam8-May-06 20:04 
QuestionFooter Problems! (5 Side by Side DIV elements, at bottom of the page) Pin
chasetoys8-May-06 12:31
chasetoys8-May-06 12:31 
So what I want is a footer that is *always* at the bottom of my browser window (I'm only optimizing for Internet Explorer if that makes a difference).....

But I want it to be comprised of 5 side by side DIV elements.

I've also got a container DIV elements where everything is inside of it.

I've tried two methods with varying results:

1) Make the footers have absolute positioning with bottom =0. This makes it so one DIV element is at the very bottom but the other 4 don't show up
2) Make the footers relative positioning, this makes it so that they are side by side, but occur after the last element (in other words, not at the very bottom).
3) I tried putting the footers inside/outside the wrapper DIV with no effect.

Here is the code:

#footer1, footer2, footer3, footer4, footer5{
color: #dbdfee;
height: 65px;
width: 20%;
text-align: left;
background-color: transparent;
background-image: url(img/bg_top.png);
background-repeat: repeat-x;
background-position: bottom;
margin-top: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0%;
position:relative;
clear: none;
float: left;

}

#footer5{
width: 19.95%;
float: left;
}

#wrapper-page{
width: 100%;
background: #b4c2d4 url(img/bg_grad.png) repeat-x center top;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
position: relative;
min-height: 100%;
}

Ideas?

Thanks very much in advance!

This is also a question of style... if you're going to have different things going on in each DIV I thought you should divide it into different DIVs... I want to make sure my 5 DIV approach is actually correct.
QuestionWeb Package Pin
yedy8-May-06 1:13
yedy8-May-06 1:13 
QuestionIIS metabase Error Pin
hasan19828-May-06 1:00
hasan19828-May-06 1:00 
QuestionHow to draw a rectangle using Javascript? Pin
KaKa'7-May-06 23:13
KaKa'7-May-06 23:13 
AnswerRe: How to draw a rectangle using Javascript? Pin
CWIZO9-May-06 0:45
CWIZO9-May-06 0:45 
QuestionExecuting parent window's function Pin
metbinu2003@yahoo.com7-May-06 22:02
metbinu2003@yahoo.com7-May-06 22:02 
AnswerRe: Executing parent window's function Pin
CWIZO7-May-06 22:08
CWIZO7-May-06 22:08 
Questionconnecting to MS Access database with JavaScript Pin
mhmo7-May-06 6:46
mhmo7-May-06 6:46 
AnswerRe: connecting to MS Access database with JavaScript Pin
Roger Wright7-May-06 7:32
professionalRoger Wright7-May-06 7:32 
AnswerRe: connecting to MS Access database with JavaScript Pin
Guffa7-May-06 9:24
Guffa7-May-06 9:24 
QuestionHow to draw a rectangle on a webpage? Pin
KaKa'7-May-06 5:41
KaKa'7-May-06 5:41 
Questionclose a Window Pin
sctgnn6-May-06 12:13
sctgnn6-May-06 12:13 
AnswerRe: close a Window Pin
Guffa7-May-06 5:39
Guffa7-May-06 5:39 
QuestionCalling Windows API in ASp 3.0 Pin
Hassan Akhtar Ali5-May-06 22:39
Hassan Akhtar Ali5-May-06 22:39 
Questionvertical scroll combo Pin
s_ana5-May-06 20:27
s_ana5-May-06 20:27 
QuestionEnabling Multithreading Pin
gmhanna5-May-06 11:45
gmhanna5-May-06 11:45 
QuestionRegular Expression Pin
pssuresh5-May-06 10:06
pssuresh5-May-06 10:06 
AnswerRe: Regular Expression Pin
Guffa5-May-06 10:32
Guffa5-May-06 10:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.