[Sigia-l] Right Side Navigation
Boniface Lau
boniface_lau at compuserve.com
Wed Jul 7 20:53:23 EDT 2004
> From: Donna Maurer
>
> > > What does the browser rendering direction have to do with
> > > anything?
> >
> > It affects the handling of horizontal overflow. With
> > left-to-right, overflow are pushed towards the right. Thus, as in
> > your blog page, the right navigation bar is the first victim of
> > overflow. However with right-to-left, the right navigation bar
> > won't be the first overflow victim because overflow are pushed
> > towards the left.
>
> Isn't this due to how I've created my template and CSS?
The template and CSS specify a relationship of page components. For a
given relationship, the rendering direction affects what gets pushed
off the display.
> My template has a content div first, with a navigation div floating
> to the right of it.
Had the browser been rendering from right to left, the right
navigation div would have been rendered first and therefore be next to
the window right border even for a very narrow window. In that case,
the stuff in the content div would get pushed off to the left.
> If the template had the navigation div first and the content div
> floating to the left, wouldn't the navigation be primary and the
> content break?
I am not sure what you meant by having a div first and then float
another div to the left. However, if by left, you meant right, then
yes, the content will break.
Boniface
More information about the Sigia-l
mailing list