html works on IE but not Mozilla/Netscape

liunx

Guest
Hello, I have a code, <div style="direction: rtl"></div>, which makes the horizontal scroll bar start on the right (as you can see here: <!-- m --><a class="postlink" href="http://www.bossnutrition.com/scroll.htm">http://www.bossnutrition.com/scroll.htm</a><!-- m --> if you have IE). But it only works for IE not Netscape/Mozilla, is there a similar code that'll work for Netscape/Mozilla so that the horizontal scroll bar starts on the right side?<!--content-->Should you put the style on only the <body> or <html> tag instead? Having the style twice might confuse things.<br />
<br />
<br />
<br />
<br />
What's with the image without an image in it: <!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.bossnutrition.com%2Fscroll.htm&charset=%28detect+automatically%29&doctype=HTML+4.01+Transitional&ss=1&outline=1&sp=1&verbose=1">http://validator.w3.org/check?uri=http% ... &verbose=1</a><!-- m --> ??<!--content-->Originally posted by spike326 <br />
Hello, I have a code, <div style="direction: rtl"></div>, which makes the horizontal scroll bar start on the right (as you can see here: <!-- m --><a class="postlink" href="http://www.bossnutrition.com/scroll.htm">http://www.bossnutrition.com/scroll.htm</a><!-- m --> if you have IE). But it only works for IE not Netscape/Mozilla, is there a similar code that'll work for Netscape/Mozilla so that the horizontal scroll bar starts on the right side? <br />
<div style="direction: rtl"><br />
<img width="1200" height="12"> <br />
</div><br />
<br />
works for me in mozilla just fine. but it is<br />
<br />
<div style="dir: rtl"><br />
<img width="1200" height="12"> <br />
</div><br />
<br />
and why would you use a 1200 width image?<!--content-->
 
Back
Top