Re: [css-d] content over flow

2005-12-19 Thread Zoe M. Gillenwater
Dustin Krysak wrote: >Hi there - I had a go with the below code, and it worked to a degree. > >Now my div does in fact expand with my content, however one of the >other desired effects is to have the div still take up 100% of the >viewport even when the content was small. > > > We thought

Re: [css-d] content over flow

2005-12-18 Thread Dustin Krysak
Here we go! http://www.coastalriders.com/cssTest/ On 17-Dec-05, at 7:48 PM, Gunlaug Sørtun wrote: > Dustin Krysak wrote: >> Now my div does in fact expand with my content, however one of the >> other desired effects is to have the div still take up 100% of the >> viewport even when the conten

Re: [css-d] content over flow

2005-12-17 Thread Gunlaug Sørtun
Dustin Krysak wrote: > Now my div does in fact expand with my content, however one of the > other desired effects is to have the div still take up 100% of the > viewport even when the content was small. Got a link to a live test-page we can look at? I don't normally recreate layouts to test oth

Re: [css-d] content over flow

2005-12-17 Thread Dustin Krysak
Hi there - I had a go with the below code, and it worked to a degree. Now my div does in fact expand with my content, however one of the other desired effects is to have the div still take up 100% of the viewport even when the content was small. Any other suggestions? > On 16-Dec-05, at 4

Re: [css-d] content over flow

2005-12-16 Thread Dustin Krysak
Perfect! Thanks for the help! I will give it a go! Dustin On 16-Dec-05, at 4:57 AM, Zoe M. Gillenwater wrote: > Gunlaug Sørtun wrote: > >> Dustin Krysak wrote: >> >> >> >>> ... I know this can be controlled with the overflow attribute - >>> HOWEVER.. .I want my layers to expand with the cont

Re: [css-d] content over flow

2005-12-16 Thread Zoe M. Gillenwater
Gunlaug Sørtun wrote: >Dustin Krysak wrote: > > > >>... I know this can be controlled with the overflow attribute - >>HOWEVER.. .I want my layers to expand with the content. >> >> > >Something like... > >html {height: 100%;} >body {min-height: 100%;} >* html body {height: 100%;} > > > Ju

Re: [css-d] content over flow

2005-12-16 Thread Gunlaug Sørtun
Dustin Krysak wrote: > ... I know this can be controlled with the overflow attribute - > HOWEVER.. .I want my layers to expand with the content. Something like... html {height: 100%;} body {min-height: 100%;} * html body {height: 100%;} ...might make it work as you want. At least that's how I

[css-d] content over flow

2005-12-15 Thread Dustin Krysak
Hi there - more of a "tinker" type person with css, and had the following code: * { padding: 0px; margin: 0px; } html, body { height: 100%; width: 100%; } div#bg { border: medium solid #FF; height: 100%; width: 650px; } div#bgBo