Nicole Aebi wrote:
> [... ]The div doesn't expand in height so the dark text drops into 
> the dark brown background and you can't see it.
> 
> www.aebi-moyo.com/travel.htm

Changing to...

.content {
margin-left:auto;
margin-right:auto;
margin-top:60px;
width:715px;
/* height:400px; <-- delete this */
padding: 80px 40px 40px 40px;
background-color:#EBE1CF;
filter:alpha(opacity=80);
opacity:0.80;
-moz-opacity:0.80;
overflow: hidden /* add */;
}

...and adding...

* html .content {
overflow: visible;
}

...should solve that problem

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to