From: "Kevin Stevens" <[EMAIL PROTECTED]>
Subject: [css-d] Text overflowing from divs


When I increase the text size several times, on my site
> (http://www.ratking.co.uk)it overflows the right hand div and gets lost
> behind the body background image.
> Kevin Stevens
------------------------------------------------------------------------------------
Hi Kevin,
The CSS declaration:

#container {
overflow: hidden;
}

is saying to your layout: "Hide everything that overflows the #content 
edges.
And this is exactly what is happening.

I don't went in deep in your code but can't see why that declaration is 
there.
Try get rid of it.

Regards,

Maurício Samy Silva
http://www.maujor.com/

----------------------------------------------------------------------------------------


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to