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
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
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
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
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
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
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
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