HighDots Forums  

Div Height

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss Div Height in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
malachi.constant@gmail.com
 
Posts: n/a

Default Div Height - 08-17-2006 , 03:47 AM






I have a simple div defined as follows:

#leftbar {
position: absolute;
top: 0px;
left: 0;
margin: 0;
border: 0px dashed #999;
width: 100px;
height:100%;
background: #CCCCFF;

}

and also in the css I have

body,html {
height:100%;
min-height:100%;
}

But the column does not fill the page as it should and cuts off after a
certain point, in both firefox and IE. Any ideas how to remedy this ? I
know it CAN be done but I'm stuck.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.