On 4/12/06, Donna Casey <[EMAIL PROTECTED]> wrote:
>
>
> 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?
>
But  when the viewport is 800px, that will probably still show the
leftmost 800px of it. basically that code will attach the page to the
right of large viewports.

I don't think its doable without JS.
--
Richard Grevers, New Plymouth, New Zealand
Hat 1: Development Engineer, Webfarm Ltd.
Hat 2: Dramatic Design www.dramatic.co.nz
______________________________________________________________________
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