Posted by eyal.herlin on 02/21/07 13:46
On Feb 21, 3:07 pm, "Richard Formby" <newsgro...@barefile.com.au>
wrote:
> eyal.her...@gmail.com wrote:
> <attribute missing> wrote:
> >> If you are using server side scripts, you could as easily let the script
> >> also
> >> handle the frames too depending on language.
> > would rather avoid that IF possible.
>
> It sounds like it's about time to start.
>
> >> It could also be easier to use div-tags instead of frames, then you can
> >> let
> >> load a style sheet depending if you have left or right language.
> > not currently an option. changing the application to be frameless will
> > require alot of work.
>
> Then you are stuck then.
>
> Go over to the specifications:
>
> http://www.w3.org/TR/html401/http://www.w3.org/TR/CSS21/
>
> You will find that RTL is applied to the content of a page, not the layout
> of a frameset.
went overs the specs (as i probably should have before).
i didn't see any reference to the dir attribute in the frames section.
what confuses me is that <html dir="rtl"> is legal so why won't it be
effective in the context of a frameset?
but anyhow testing has shown me this does not work as i would hope.
i will probably change the frames layout programmatically and later on
move to no frames.
>
> BTW did you consult with the specs when you decided to invent direction=rtl
> ? :-)
i never said direction=rtl. i said dir=rtl (html) and direction:rtl
(css). no hard feelings ;-)
[Back to original message]
|