>
> The screenshot covers some spacing issues and positioning issues  
> within a <div> so the text areas are set even when the browser is  
> resized.
>
> The site is at: http://ba-doyn.com/junk/meeks_test_2/contact.html  
> for you all to look at.

Hi Michael - Absolutely positioned elements are positioned in relation  
to their nearest positioned ancestor, but none of contactLeft and  
contactRight's ancestors are positioned so they are positioning  
themselves in relation to <body>. You could resolve the problem by  
giving imageArea position: relative.

If you aren't clear on how absolute positioning works you could easily  
do this design with floats instead.

Also, validating your markup is an important step. You never know  
whether errors are causing browsers to barf in different ways.

<http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fba-doyn.com%2Fjunk%2Fmeeks_test_2%2Fcontact.html
 
 >

Cheers, Tim
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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