E
eyal.herlin
hi,
i have the following demo code:
<html>
<head>
</head>
<frameset cols="30%,*">
<frame src="">
</frame>
<frame src="">
</frame>
</frameset>
</html>
this would render as a 30% frame on the left and the rest in the right
frame.
my question is wether it is possible to use an html or css directive
to make this frameset render from right to left (so the 30% frame is
on the right).
i tried using dir="rtl" and direction:rtl but to no avail.
thanks alot in advance,
eyal.
i have the following demo code:
<html>
<head>
</head>
<frameset cols="30%,*">
<frame src="">
</frame>
<frame src="">
</frame>
</frameset>
</html>
this would render as a 30% frame on the left and the rest in the right
frame.
my question is wether it is possible to use an html or css directive
to make this frameset render from right to left (so the 30% frame is
on the right).
i tried using dir="rtl" and direction:rtl but to no avail.
thanks alot in advance,
eyal.