Click here to Skip to main content
15,902,114 members
Home / Discussions / Web Development
   

Web Development

 
QuestionEmail using PHP or ASP code via lotus notes Pin
vivek-g5-Feb-06 22:47
vivek-g5-Feb-06 22:47 
QuestionPHP Pin
militiaware5-Feb-06 1:49
militiaware5-Feb-06 1:49 
AnswerRe: PHP Pin
Ted Ferenc5-Feb-06 3:15
Ted Ferenc5-Feb-06 3:15 
AnswerRe: PHP Pin
idreesbadshah8-Feb-06 6:53
idreesbadshah8-Feb-06 6:53 
AnswerRe: PHP Pin
hiral_shah9-Mar-07 19:02
hiral_shah9-Mar-07 19:02 
QuestionCSS Height:100% Problem Pin
prodigymunky4-Feb-06 10:26
prodigymunky4-Feb-06 10:26 
AnswerRe: CSS Height:100% Problem Pin
Edbert P6-Feb-06 18:22
Edbert P6-Feb-06 18:22 
AnswerRe: CSS Height:100% Problem Pin
Illegal Operation7-Feb-06 9:11
Illegal Operation7-Feb-06 9:11 
Maybe you can try this?

In your CSS document create a class like so:

.Top
{
position:absolute;
top:0px;
width:100%;
max-height:100%;
overflow:hidden;
}

and then create a bottom part like this:

.Bottom
{
position:absolute;
bottom:0px;
width:100%;
max-height:100%;
overflow:hidden;
}

Now, when you define the classes in div it would look something like this:



and bottom:



everything between top and bottom will scroll under the top and bottom classes.

hope it helps!!

Illegal Operation

Making Computer Software Talk
Questionweb site icon in Address bar Pin
Les G4-Feb-06 9:32
Les G4-Feb-06 9:32 
AnswerRe: web site icon in Address bar Pin
Gavin Taylor4-Feb-06 11:07
professionalGavin Taylor4-Feb-06 11:07 
GeneralRe: web site icon in Address bar Pin
Les G4-Feb-06 15:51
Les G4-Feb-06 15:51 
AnswerRe: web site icon in Address bar Pin
Les G5-Feb-06 10:59
Les G5-Feb-06 10:59 
GeneralRe: web site icon in Address bar Pin
Gavin Taylor5-Feb-06 11:33
professionalGavin Taylor5-Feb-06 11:33 
GeneralRe: web site icon in Address bar Pin
Les G6-Feb-06 9:02
Les G6-Feb-06 9:02 
Questionhow to pass value between two asp pages Pin
gracenalec3-Feb-06 21:13
gracenalec3-Feb-06 21:13 
AnswerRe: how to pass value between two asp pages Pin
militiaware4-Feb-06 3:30
militiaware4-Feb-06 3:30 
AnswerRe: how to pass value between two asp pages Pin
Guffa4-Feb-06 4:02
Guffa4-Feb-06 4:02 
QuestionSql server access using web services Pin
intrigued3-Feb-06 16:45
intrigued3-Feb-06 16:45 
Question[Error] Type mismatch: 'Response.Write' Pin
gracenalec3-Feb-06 8:59
gracenalec3-Feb-06 8:59 
AnswerRe: [Error] Type mismatch: 'Response.Write' Pin
IronBrad3-Feb-06 11:18
IronBrad3-Feb-06 11:18 
GeneralRe: [Error] Type mismatch: 'Response.Write' Pin
gracenalec3-Feb-06 15:08
gracenalec3-Feb-06 15:08 
AnswerRe: [Error] Type mismatch: 'Response.Write' Pin
prodigymunky4-Feb-06 10:30
prodigymunky4-Feb-06 10:30 
GeneralRe: [Error] Type mismatch: 'Response.Write' Pin
Guffa4-Feb-06 11:11
Guffa4-Feb-06 11:11 
QuestionHow to convert textarea into htmlarea Pin
Sam Moon3-Feb-06 0:07
Sam Moon3-Feb-06 0:07 
AnswerRe: How to convert textarea into htmlarea Pin
Guffa3-Feb-06 4:57
Guffa3-Feb-06 4:57 

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.