Click here to Skip to main content
15,880,796 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: how to edit more then 10000 html pages. Pin
Member 311322517-Aug-09 20:57
Member 311322517-Aug-09 20:57 
Questionhow to show weather ,temperature,time country wise Pin
smiley_jatin16-Aug-09 19:26
smiley_jatin16-Aug-09 19:26 
AnswerRe: how to show weather ,temperature,time country wise Pin
Marc Firth16-Aug-09 22:10
Marc Firth16-Aug-09 22:10 
Questionnewsticker Pin
vikas shukla16-Aug-09 19:08
vikas shukla16-Aug-09 19:08 
AnswerRe: newsticker Pin
smiley_jatin16-Aug-09 19:54
smiley_jatin16-Aug-09 19:54 
AnswerRe: newsticker Pin
Marc Firth16-Aug-09 22:09
Marc Firth16-Aug-09 22:09 
QuestionDisplaying a div at the bottom of another div Pin
Ersan Ercek16-Aug-09 2:52
Ersan Ercek16-Aug-09 2:52 
AnswerRe: Displaying a div at the bottom of another div Pin
Abhishek Sur16-Aug-09 7:38
professionalAbhishek Sur16-Aug-09 7:38 
Use this CSS on the page:
html,
body {
   margin:0;
   padding:0;
   height:100%;
}
#centrallarge {
   min-height:100%;
   position:relative;
}
#footersub {
   position:absolute;
   bottom:0;
   width:100%;
   height:60px;   /* Height of the footer */
}


This will work in most of the browser.Thumbs Up | :thumbsup: Thumbs Up | :thumbsup:

Abhishek Sur

My Latest Articles
Create CLR objects in SQL Server 2005
C# Uncommon Keywords
Read/Write Excel using OleDB

Don't forget to click "Good Answer" if you like to.

QuestionHow to Select different Printer for different document? Pin
suzy_bcny15-Aug-09 6:21
suzy_bcny15-Aug-09 6:21 
AnswerRe: How to Select different Printer for different document? Pin
Abhishek Sur15-Aug-09 13:23
professionalAbhishek Sur15-Aug-09 13:23 
AnswerRe: How to Select different Printer for different document? Pin
Abhishek Sur15-Aug-09 13:25
professionalAbhishek Sur15-Aug-09 13:25 
GeneralRe: How to Select different Printer for different document? Pin
suzy_bcny16-Aug-09 8:38
suzy_bcny16-Aug-09 8:38 
GeneralRe: How to Select different Printer for different document? Pin
Abhishek Sur16-Aug-09 21:35
professionalAbhishek Sur16-Aug-09 21:35 
GeneralRe: How to Select different Printer for different document? Pin
suzy_bcny17-Aug-09 2:56
suzy_bcny17-Aug-09 2:56 
GeneralRe: How to Select different Printer for different document? Pin
Abhishek Sur17-Aug-09 6:09
professionalAbhishek Sur17-Aug-09 6:09 
GeneralRe: How to Select different Printer for different document? Pin
suzy_bcny17-Aug-09 8:15
suzy_bcny17-Aug-09 8:15 
QuestionFlash SWF Variable Pin
GreenKhan14-Aug-09 21:05
GreenKhan14-Aug-09 21:05 
AnswerRe: Flash SWF Variable Pin
Marc Firth16-Aug-09 22:12
Marc Firth16-Aug-09 22:12 
GeneralRe: Flash SWF Variable Pin
GreenKhan17-Aug-09 2:24
GreenKhan17-Aug-09 2:24 
GeneralRe: Flash SWF Variable Pin
Marc Firth17-Aug-09 2:32
Marc Firth17-Aug-09 2:32 
QuestionCreate javascript popup window Pin
dcode2514-Aug-09 6:50
dcode2514-Aug-09 6:50 
AnswerRe: Create javascript popup window Pin
Abhishek Sur15-Aug-09 13:28
professionalAbhishek Sur15-Aug-09 13:28 
GeneralRe: Create javascript popup window Pin
dcode2516-Aug-09 7:34
dcode2516-Aug-09 7:34 
GeneralRe: Create javascript popup window Pin
Abhishek Sur16-Aug-09 21:28
professionalAbhishek Sur16-Aug-09 21:28 
Questionproblem with the datagrid Pin
prakash.ss8313-Aug-09 19:33
prakash.ss8313-Aug-09 19:33 

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.