liquid CSS issues - rtl, floating and scrollers
Posted
by Rani
on Stack Overflow
See other posts from Stack Overflow
or by Rani
Published on 2010-03-12T07:03:36Z
Indexed on
2010/03/12
7:07 UTC
Read the original article
Hit count: 340
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
© Stack Overflow or respective owner