Click here to Skip to main content
15,890,512 members
Home / Discussions / Web Development
   

Web Development

 
QuestionI need an ebay program Pin
totolcm13-Jan-10 2:23
totolcm13-Jan-10 2:23 
AnswerRe: I need an ebay program Pin
Ashfield13-Jan-10 5:18
Ashfield13-Jan-10 5:18 
AnswerRe: I need an ebay program Pin
JHizzle13-Jan-10 22:59
JHizzle13-Jan-10 22:59 
AnswerRe: I need an ebay program Pin
DJ Matthews14-Jan-10 2:24
DJ Matthews14-Jan-10 2:24 
GeneralRe: I need an ebay program Pin
totolcm19-Jan-10 1:33
totolcm19-Jan-10 1:33 
GeneralRe: I need an ebay program Pin
TorstenH.21-Jan-10 19:35
TorstenH.21-Jan-10 19:35 
AnswerRe: I need an ebay program Pin
Jamie Nordmeyer22-Jan-10 10:58
Jamie Nordmeyer22-Jan-10 10:58 
Questionstick footer at the bottom of the page Pin
bhavna432112-Jan-10 21:51
bhavna432112-Jan-10 21:51 
i am   able to   stick footer at the bottom of the page in IE . But in firefox and safari i am not able to do. The matter does not overlap but it comes up when the matter is less. So it is not sticking to the bottom.Can anyone please help me this.
Here is the code.
<body><form id="formMasterPage" runat="server">
<div id="container">
<div id="content">
<div id="header"</div>
<div id="body"></div>
</div></div>
<div id="footer"></div></form>

the css is...
html,body
            {
                  margin: 0;
                  padding: 0;
                  height: 100%;
            }
            #header
            {
                  padding-left: 7px;
                  padding-right: 7px;
                  padding-top: 7px;
            }
            #body
            {margin: 0;
                  height: 98%;
                  padding-left: 10px;
                  padding-right: 10px;
                  padding-bottom: 20px; /* Height of the footer */
            }
            #footer
            {
                  margin-top:-20px;
                  position: relative;
                  bottom: 0;
                  width: 100%;
              
            }
            #container
            {
                  padding-left: 10px;
                  padding-right: 10px;
                 
                  position:relative;
                  min-height:100%;
                  _height:100%;
                 
            }
            #content
            {   height:100%;
                  padding-bottom:20px;
            }
AnswerRe: stick footer at the bottom of the page Pin
Gayani Devapriya13-Jan-10 13:04
Gayani Devapriya13-Jan-10 13:04 
General2-Way SMS Gateway Pin
tomastamm12-Jan-10 14:52
tomastamm12-Jan-10 14:52 
GeneralRe: 2-Way SMS Gateway Pin
Ashfield13-Jan-10 1:40
Ashfield13-Jan-10 1:40 
QuestionScrolling a Dropdown inside a DIV tag Pin
nachiket.gs11-Jan-10 18:59
nachiket.gs11-Jan-10 18:59 
QuestionGeting data from a remote server Pin
jonatan_55611-Jan-10 1:43
jonatan_55611-Jan-10 1:43 
AnswerRe: Geting data from a remote server Pin
David Mujica11-Jan-10 3:27
David Mujica11-Jan-10 3:27 
GeneralRe: Geting data from a remote server Pin
jonatan_55611-Jan-10 4:02
jonatan_55611-Jan-10 4:02 
AnswerMy Vote of 1 Pin
dan!sh 11-Jan-10 4:23
professional dan!sh 11-Jan-10 4:23 
GeneralRe: My Vote of 1 Pin
jonatan_55613-Jan-10 2:03
jonatan_55613-Jan-10 2:03 
QuestionClient Side Special Characters Pin
khKamel10-Jan-10 21:40
khKamel10-Jan-10 21:40 
QuestionServer Side Calling Method From Javascript Pin
khKamel10-Jan-10 21:06
khKamel10-Jan-10 21:06 
AnswerRe: Server Side Calling Method From Javascript Pin
mrMercury13-Jan-10 6:34
mrMercury13-Jan-10 6:34 
QuestionHello Pin
aokihu10-Jan-10 0:18
aokihu10-Jan-10 0:18 
AnswerRe: Hello Pin
Richard MacCutchan10-Jan-10 22:05
mveRichard MacCutchan10-Jan-10 22:05 
QuestioneCommerce Recommendations? Pin
marita728-Jan-10 9:03
marita728-Jan-10 9:03 
AnswerRe: eCommerce Recommendations? Pin
David Mujica8-Jan-10 9:36
David Mujica8-Jan-10 9:36 
GeneralRe: eCommerce Recommendations? Pin
marita728-Jan-10 10:12
marita728-Jan-10 10:12 

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.