liquid CSS issues - rtl, floating and scrollers
- by Rani
hi
I want to build a site that will have these restrictions:
RTL direction
vertical scroll on the right side
whole page is floating to the right
page has 2 columns
the right (main) column has min width
the right (main) column has table inside it that can expend in its data and get wider making all other data in the column expend to the same width as well
the sidebar should be on the left side but still floating to the right of the main div
it should fit low resolution so the page will be able to add horizontal scroll if needed
should work in all major browsers
don't use table for constructing the page
Can someone help or direct me?
Thanks
Rani