ballouta Posted January 18, 2009 Share Posted January 18, 2009 Hello, I have a list controlled by a CSS code: #leftPan ul li{ background:url(images/left_side_arrow.gif) no-repeat 0 9px; padding: 0 0 0 11px; display:block; height:24px; } I am trying to change the direction of the list (menu), i replaced the gif image with a right_side_arrow picture. But how do i make this arrow appears on the right of each menu title instead of being on the left? Thank you Quote Link to comment Share on other sites More sharing options...
dropfaith Posted January 18, 2009 Share Posted January 18, 2009 direction: rtl in the css the defualt option is ltr Quote Link to comment Share on other sites More sharing options...
haku Posted January 19, 2009 Share Posted January 19, 2009 background-position: right top; Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.