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 Link to comment https://forums.phpfreaks.com/topic/141310-direction-help/ 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 Link to comment https://forums.phpfreaks.com/topic/141310-direction-help/#findComment-739640 Share on other sites More sharing options...
haku Posted January 19, 2009 Share Posted January 19, 2009 background-position: right top; Link to comment https://forums.phpfreaks.com/topic/141310-direction-help/#findComment-740148 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.