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