> You can see the behavior with the above line at:
> http://s92454869.onlinehome.us/test1.html

The doctype turns on the standards compliant mode on browsers, so it's
important to have it.

Use position:relative on #vtp, and then use "top" and "left" css
properties instead of margins on the absolutely positioned divs.

So instead of:
<div style="margin-left: 440; margin-top: 100;"><span>4300'</span></div>

you'll have:
<div style="left: 440; top: 100;">...</div>

HTH,
Prabhath
--
http://nidahas.com
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to