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: 308

Filed under:
|
|
|

hi I want to build a site that will have these restrictions:

  1. RTL direction
  2. vertical scroll on the right side
  3. whole page is floating to the right
  4. page has 2 columns
  5. the right (main) column has min width
  6. 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
  7. the sidebar should be on the left side but still floating to the right of the main div
  8. it should fit low resolution so the page will be able to add horizontal scroll if needed
  9. should work in all major browsers
  10. don't use table for constructing the page

Can someone help or direct me? Thanks Rani

© Stack Overflow or respective owner

Related posts about css

Related posts about min-width