vote up 0 vote down star

I'm having issues getting my background image to show when I set the body direction to RTL. Can anyone help shed some light on this issue? Here's my sample code:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    <style type=text/css>
      div {
        background: url(http://hawtaction.com/gray-kangaroo.jpg) top center repeat scroll; 
        height: 138px; 
        overflow: auto; 
      }
    </style>
  </head>
  <body dir="rtl">
    <div>header</div>
  </body>
</html>
flag
1  
Do I need to point out that this is beta software that you are talking about, and as such, the problem could quite likely lie in the software, not your code, especially if it's only happening in IE8? – Matthew Scharley Oct 6 '08 at 23:18

3 Answers

vote up 0 vote down

just remove the dir=rtl from the body, and put it for the tags div,table,td,th,input.... and don't put it for html tag too... it's the same problem as body. good luck.

link|flag
vote up -1 vote down

No solution i have found so far.May be Microsoft did not test it extensively and many other issues are arising to layouts.

link|flag
vote up -1 vote down

If anyone can help will be highly appreciated...

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.