On Sun, Nov 7, 2010 at 9:58 AM, Rory Bernstein <[email protected]> wrote: > Hello. > http://www.glitterlemonade.com/model_citizen/donate_occasion > > I have a textarea coded onto the form on this page, but it is not showing up.
Your "homepage_maincontent" div is being taken out of the natural flow with the rule position: absolute. Change that to position: static (or just take it out altogether) to start fixing your layout. Regards, Beth Lee www.bethleedesign.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/
