Monday, 15 February 2010

Use css to move sidebar to the left side of the page -



Use css to move sidebar to the left side of the page -

how move sidebar on left side on screen rest of pages in hebrew site? on page showing incorrectly on right side: http://goldenhersh.co.il/he/product/%d7%9e%d7%98%d7%9c%d7%99%d7%95%d7%aa-%d7%a7%d7%9c%d7%99%d7%a8-%d7%a1%d7%a7%d7%99%d7%9f-%d7%a9%d7%9c%d7%91-%d7%a8%d7%90%d7%a9%d7%95%d7%9f-%d7%95%d7%a9%d7%a0%d7%99/

it works if alter

#container { float: left !important; //float left wrong here width: 76% !important;

with

#container { float: right !important; //use float right instead width: 76% !important;

the result looks next

i suggest inspect the<div id="container">...</div> firebug or chrome developer tools, can see styles applied.

css

No comments:

Post a Comment