Jeffrey Huang wrote:
> when I view this page in Window IE:
> 
> http://www.duoeurojapanese.com/test/pgcatering.html
> 
> The form is not contained in the outside "container". How do I make 
> the form "overflow" like the text on right side/

By deleting every single instance of 'position: relative' on elements
inside #formarea, and use other methods to line up those elements.

To test, add...
#formarea * {position: static!important;}
...which will make overflow work as intended in IE.

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