John Faulds wrote: > It should be pointed out that this method has > problems when you resize the text (unless > you've since found a way to fix that Mike).
I did, John, as seen on the site I just used it on: http://myrnamunroe.org/. Basically what I did is 1) allowed lots of room for growth and 2) applied overflow:hidden to the container: #header { width : 100%; height : 200px; overflow : hidden; } It can get obscenely big now without spilling out of the box. Mike ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
