0
Welcome Guest! Login
0 items Join Now

right to left

    • shay2880's Avatar
    • shay2880
    • Jr. Rocketeer
    • Posts: 42
    • Thanks: 0

    right to left

    Posted 15 years 8 months ago
    • Hello, i installed the template , then i changed the html (edit)
      like this
      <div id="main-body" dir="rtl">
      in internet explorer 7 all the modules shifted to the right.
      in firefox it looks fine

      the website is ht[url]tp://www.test.3designers.co.il[/url]

      could some one help me to figure why it acting diffrent and
      why the IE is not like firefox?

      thank you

      shay
  • Re: right to left

    Posted 15 years 8 months ago
    • Currently we have Meridian template coded to support RTL (Right to Left) format.

      Generally, the procedure follows the below points:-

      1. Add to the template_css.css or template.css ( depending on what appears in the template package) :-

      .wrapper { direction: rtl; }

      2. Find references to padding-left/right; margin-left/right; left/right; float: left/right; and switch them around so for example:-

      padding-right: 10px;

      Would become the following:=-

      padding-left: 10px;

      Note that this doesn't apply for all elements so be ensure to go through the conversion gradually.

      3. If the background image is in the wrong place, use the following CSS value to switch its position:-

      background-position: 100% 50% !important;

      You may also take a look at this post

Time to create page: 0.049 seconds