Trey wrote: > say you have a page/design that's 900px wide, but you want anyone > with a view portal of say 800px to see the _rightmost_ 800px. so the > design is neither centered nor left aligned.
What's wrong with placing everything in a wrapper div that is absolutely positioned right? #wrapper { position:absolute; width:900px; right:0; top:0; z-index:1; border:1px solid #000; min-height:400px; } when that loads, the right edge displays Or maybe I'm missing what you are asking? Donna ______________________________________________________________________ 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/