Hi,
I am converting a wordpress theme to Farsi, which is an RTL language.
Meaning I have to convert anything that is left to right.
Everything has been great, except for the drop down menu.
It shows fine in firefox (see link below)
http://mytasvir.com/photo/gallery/24b060df15cc3b.gif
But in internet explorer, the first level is shifted to the left (see image below)
http://mytasvir.com/gallery/image/730/24b060e63235cb.gif
In the CSS part below:
/* first level */
#pagenav li ul {
float:none;
position:absolute;
display: block;
width: 200px;
left: -999em;
margin-top: -1px;
when I change the position:absolute; to position:relative; the outcome will be as below:
http://mytasvir.com/gallery/image/730/24b060f02b67c3.gif
which is also not acceptable.
What Can i do?
I attached the part of style sheet which is related to the navigation, sorry I had to upload on rapidshare….
http://rapidshare.com/files/309492078/style.css
please help! i really need help!