Click here to Skip to main content
15,891,777 members
Home / Discussions / Web Development
   

Web Development

 
GeneralImage on image Pin
HobieHero21-Mar-04 19:48
HobieHero21-Mar-04 19:48 
GeneralRe: Image on image Pin
Paul Watson21-Mar-04 22:29
sitebuilderPaul Watson21-Mar-04 22:29 
GeneralSetting the height of a DIV... Pin
theJazzyBrain21-Mar-04 13:21
theJazzyBrain21-Mar-04 13:21 
GeneralRe: Setting the height of a DIV... Pin
alex.barylski21-Mar-04 15:54
alex.barylski21-Mar-04 15:54 
GeneralRe: Setting the height of a DIV... Pin
theJazzyBrain22-Mar-04 11:01
theJazzyBrain22-Mar-04 11:01 
GeneralRe: Setting the height of a DIV... Pin
John Kuhn22-Mar-04 13:45
John Kuhn22-Mar-04 13:45 
GeneralRe: Setting the height of a DIV... Pin
theJazzyBrain22-Mar-04 21:33
theJazzyBrain22-Mar-04 21:33 
GeneralRe: Setting the height of a DIV... Pin
John Kuhn23-Mar-04 10:38
John Kuhn23-Mar-04 10:38 
OK, the closest I could get to your goal is this:

<div style="height:100%; border: 1px solid #000000">
  <div style="height:100px; border: 1px solid #000000">
  </div>
  <div style="height:75%; border: 1px solid #000000">
    <p>Content Goes Here</p>
    <p>Content Goes Here</p>
    <p>Content Goes Here</p>
    <p>Content Goes Here</p>
    <p>Content Goes Here</p>
    <p>Content Goes Here</p>
    <p>Content Goes Here</p>
  </div>
  <div style="height:100px; border: 1px solid #000000">
  </div>
</div>


Try it out and see if it works for you.


What a piece of work is man, how noble in reason, how infinite in faculties, in form and moving how express and admirable . . . and yet to me, what is this quintessence of dust? -- Hamlet, Act II, Scene ii.
GeneralRe: Setting the height of a DIV... Pin
theJazzyBrain23-Mar-04 21:16
theJazzyBrain23-Mar-04 21:16 
GeneralRe: Setting the height of a DIV... Pin
John Kuhn24-Mar-04 7:11
John Kuhn24-Mar-04 7:11 
GeneralRe: Setting the height of a DIV... Pin
theJazzyBrain25-Mar-04 20:56
theJazzyBrain25-Mar-04 20:56 
GeneralRe: Setting the height of a DIV... Pin
John Kuhn26-Mar-04 9:20
John Kuhn26-Mar-04 9:20 
GeneralTab Navigation Help Pin
caheo21-Mar-04 2:35
caheo21-Mar-04 2:35 
GeneralRe: Tab Navigation Help Pin
Paul Watson21-Mar-04 22:34
sitebuilderPaul Watson21-Mar-04 22:34 
GeneralRe: Tab Navigation Help Pin
theJazzyBrain23-Mar-04 21:25
theJazzyBrain23-Mar-04 21:25 
GeneralRe: Tab Navigation Help Pin
intrader27-Mar-04 21:59
intrader27-Mar-04 21:59 
Generalsending data in URL Pin
SamAmman19-Mar-04 20:51
SamAmman19-Mar-04 20:51 
GeneralRe: sending data in URL Pin
John Kuhn22-Mar-04 16:47
John Kuhn22-Mar-04 16:47 
GeneralWebservice schema not reflecting my code! Pin
Carl Mercier18-Mar-04 10:22
Carl Mercier18-Mar-04 10:22 
GeneralASP page communicates with MFC-EXE Pin
VinMan18-Mar-04 10:03
VinMan18-Mar-04 10:03 
GeneralCreate Table with createElement Pin
C0ffee18-Mar-04 1:56
C0ffee18-Mar-04 1:56 
GeneralRe: Create Table with createElement Pin
Paul Watson18-Mar-04 7:50
sitebuilderPaul Watson18-Mar-04 7:50 
GeneralRe: Create Table with createElement Pin
C0ffee18-Mar-04 8:54
C0ffee18-Mar-04 8:54 
GeneralRe: Create Table with createElement Pin
Paul Watson18-Mar-04 9:13
sitebuilderPaul Watson18-Mar-04 9:13 
GeneralRe: Create Table with createElement Pin
18-Mar-04 9:22
suss18-Mar-04 9:22 

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.