> > #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.

A dirty non-js solution would be to add an anchor to the top right and
use that on every link in the document...

http://icant.co.uk/sandbox/anchored.html#anchored

--
Chris Heilmann
Blog: http://www.wait-till-i.com
Writing: http://icant.co.uk/
Binaries: http://www.onlinetools.org/
______________________________________________________________________
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