Phil Turner wrote:
> http://www.philturner-uk.com/trish/
> 
> can I set a minimum and maximum on the main copy in the centre and 
> how can I stop the text on the right overlapping when I shrink the 
> browser window.

Minimum and maximum is better declared on the outer container in your
case, I think. That would be body itself the way you have arranged the
source code.

Adding...

body {min-width: 760px; max-width: 1200px; margin: 0 auto;}

...will work in all browsers but IE6 and older.

Adding something like...

#main {margin-right: 150px; }

...will leave space open for text on the right no matter what.


Wrong doctype for use of target-attributes on links btw. Only allowed in
Transitional (not Strict).
<http://validator.w3.org/check?uri=http://www.philturner-uk.com/trish/>

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
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