problems with css for menu on IE
-
Hi guys,
I’m trying to set up a hebrew based blog for myself.
However, I just can’t find a way to set up the menue to be on the left-hand side of the screen… I just can’t set it there.
css entry for menue is as follows:
#menu {
width: 160px;
margin-left: -730px;
margin-top: 10px;
float: left;
text-align: right;
background: transparent;
}
and for some reason, the menu just won’t move to the left hand.
it works perfectly on Mozilla, yet Internet Explorer refuses to render it correctly.
The <html> tag looks like that:
<html xmlns=”https://www.w3.org/1999/xhtml” lang=”he” dir=”rtl”>
and when i remove the ‘lang=he dir=rtl’ pice, it does seem to be working.
does anyone have an idea as to what to do?
the blog is eliezer.org/tst, css is /tst/wp-layout.css.
any help would be greatly appreciated.
- The topic ‘problems with css for menu on IE’ is closed to new replies.