2
votes
2answers
36 views

IE10 - RTL reversed - how to fix?

Can't really understand the problem. For some reason - IE10 presents Hebrew in reversed order. If I use compatibility mode(IE Developer Tools, IE 10 compatibility mode) it works fine... ...
0
votes
1answer
387 views

Zurb's foundation 3.2.5 top-bar and toggle-topbar

My website is RTL website. I downloaded zurb-foundation 3.2.5 customized with rtl direction. However, The website's navigation using sticky fixed top-bar, renders navigation links in revers order, as ...
1
vote
4answers
96 views

How to detect text direction of element using Javascript?

What's the best way to detect the text direction of an html element using Javascript? I would expect to get either "rtl" or "ltr". <div dir="ltr" id="foo">bar</div> <div ...
5
votes
1answer
190 views

detect selection end position using javascript

I wrote a code to detect the end of selection using javascript, and to place a marker at the end position. See this jsfiddle: http://jsfiddle.net/vCwwN/ The above code do the following: It handles ...
1
vote
1answer
56 views

Input Direction rtl issue with non-alphanumeric

I don't know if it is the behavior of direction=rtl property of input element. When I am trying to write alphabet or number it's working in desired way, but whenever I put non-alphanumeric character, ...
0
votes
2answers
60 views

webkit's styling for a search input element using right-to-left text

I am using a search input in my markup like so: <input type="search" placeholder="search" /> Webkit styles an input element of type 'search' in a number of ways. One feature is that when you ...
1
vote
1answer
174 views

border-radius and RTL issue in IE

I noticed when I use border-radius with padding and the direction of HTML is RTL it is not working as expected. It works fine if remove the direction part dir="rtl". The following codes will show how ...
1
vote
5answers
355 views

CSS reverse a whole website (mirror effect)

I am building a multi-lingual website. Some languages (like Hebrew) read from right-to-left. Besides the actual text, those users are used to having navigation and other visual clues reversed. For ...
7
votes
1answer
223 views

How to detect that text typed in text-area is RTL

I have a textarea in which the user can enter text in english (or any other left-to-right language) or in a language that is RTL. When the user writes in RTL, the user must press Right-shift + ctrl ...
2
votes
0answers
325 views

RTL mode in IE makes field labels align incorrectly in ExtJS 3.3.0 Window Form

I am working with ExtJS 3.3.0 with an RTL fix, and I have an override on all of the required classes to align the fields correctly. I keep having an issue with floating forms, though, where my field ...
2
votes
2answers
229 views

alt text appears backwards

I am using a right-to-left language with dir='rtl' on the body element. So the whole page flows as it should from right to left. For some reason alt text within images are displayed backwards. ...
1
vote
3answers
637 views

Direction ltr in a rtl HTML page

I am trying to display a negative number in a rtl HTML page. The label doesn't seem to respond to my direction: ltr I have written a jsFiddle to display the opposite scenario (trying to display from ...
1
vote
0answers
120 views

GxtRtl Html and HtmlContainer flips input html content

I use Gxt-2.2.5-Rtl (http://code.google.com/p/gxt-rtl/) and try to show html content through HtmlContainer's setUrl() method. But unfortunately the result is flipped version of my expected output. For ...
2
votes
2answers
1k views

use text-align smartly (if english dir=ltr if arabic dir=rtl)

I have a community web site and I want that users write English posts with direction LTR / text-align: left) and Arabic posts with direction RTL / text-align: right. E.g. Google+ and twitter ...
4
votes
2answers
126 views

Arabic text causing strange anchor behaviour

I came across a strange problem today where an anchor appears to merge (for want of a better word) with 2 arabic ones. Can anyone explain why this occurs? There is a jsfiddle showing this in action ...
1
vote
2answers
158 views

Making a letter bold in cursive scripts like Arabic script

Consider Persian word سیب (/si:b/ apple). I want to make middle letter of it bold. Using the following code س<b>ی</b>ب produces س ی ب. How I can prevent the separation of the ...
0
votes
2answers
213 views

Ordering span elements independent of text directionality

Say we have a number of span text elements (2 or more) with 'dir' specified as RTL: <div dir="rtl"> <span>First-Element</span> <span>Second-Element</span> ...
1
vote
2answers
283 views

Wrong focus area of form elements in android 4 (ICS) WebView

I have a form in a Right To Left html page and I have a WebView that shows it. Html input fields of my page can't get focus when I tap exactly on them but when I try tapping somewhere beside of ...
0
votes
2answers
130 views

How to put non-latin text in HTML

When you have a website in Hebrew (example) is the text that is in hebrew a font or is it a lot of special html characters (such as &pound;)? I am working on a project for a client and his site ...
1
vote
1answer
525 views

Wrong RTL Layout in HTML - CSS override doesn't work

somehow the CSS overrides (left|right) under dir="rtl" don't seem to work. To verigy - in Chrome / Firebug: only when disabling the "left" attribute, the overriding "left" (under .dir_rtl ...
3
votes
1answer
1k views

Chrome shows vertical scrollbar at the right side when using direction:rtl

When I put style='direction: rtl;' the vertical scrollbar should switch sides and show on the left instead of right. This is how it works in IE and FF, but in Chrome it remains on the right. Is it a ...
1
vote
3answers
122 views

write characters from right to left in aspx

Hello everyone I am writing a web app in aspx, My site language is Hebrew (characters from right to left), Is there a special code I need to insert to do so?
0
votes
2answers
137 views

How to disable automatic Date and Number order flipping in Internet Explorer

The following HTML, when displayed in Internet Explorer 7/8/9 displays the date as: 2011/31/05 In other modern browsers, it displays as: 05/31/2011 The data is generated/stored by a database, so ...
0
votes
2answers
444 views

Issue with css { direction: rtl }

I made example here: http://jsfiddle.net/6CRc7/2/ I am trying to make timer from other side. But direction: rtl; doesnt work dir="rtl" also.
1
vote
1answer
234 views

HTML tags in RTL forms

I store some RTL language strings - which have some HTML tags embedded - in a DB. When I echo these strings on an HTML page these are rendered correctly. However, when I place these same strings in a ...
1
vote
1answer
390 views

Padding-Right or Padding-Left problem when direction change between RTL and LTR in a table

I'm developing a project in two languages (RTL and LTR) so when I design my tables some TDs must have right or left padding and I when I changes page direction to other, left padding means right and ...
5
votes
2answers
328 views

how to configurate mailto to rtl?

In my html I am writting: <a ...
3
votes
3answers
2k views

html direction by language? (if english dir=ltr if arabic dir=rtl)

Can I do that? I mean if, for example, the contents of the <div> is Hebrew or Arabic, float the <div> right and give it a dir="rtl" attribute. And, if the contents of the <div> is ...
2
votes
1answer
620 views

Right-to-left and/or up-to-bottom text in html/js?

How can I make a right-to-left and up-to-bottom textfield for user input in a browser? Are there any native ways to do it? Or maybe workarounds? (Up-to-bottom could be like Japanese, or the ...
0
votes
5answers
600 views

brackets displays wrongly for right to left display style

The html code <html dir="rtl"> <p>hello (world)</p> </html> you will see a page like this: (hello (world However,if I change the html code into <html dir="rtl"> ...
0
votes
1answer
567 views

`float:left` and a rtl direction in a css stylesheet

how do I turn the float:left into a float:right when the page is viewed in right to left languages? (Same JSP file is used)
0
votes
0answers
263 views

How to Diplay the content of src attribute from right to Left (rtl) using HTML iframe Tag

I am new to HTML and javascript.I was assigned a bug which should display the text inside the iframe from right to left for few languages(like Arabic). for that i wrote one example.html: ...
1
vote
1answer
2k views

HTML list content direction in rtl

I have a simple HTML unordered list <ul> <li><a href="#">link1</a> <a href="#">link2</a> text1</li> <li>text1 <a ...
0
votes
2answers
168 views

Recommendations for translating an app in arabic

For an upcoming project, one of the requirements is to translate the web application in a few languages, one of which is in Arabic. I know plenty about dealing with multiple languages, and know ...
5
votes
4answers
746 views

multilingual websites and rtl direction - best practices

Could you share any tips for supporting rtl direction in multilingual websites? Apart from the text direction, should there be any changes, for instance, to the menus mark-up? The rtl CSS should be ...
2
votes
1answer
498 views

Strange brackets layout in RTL text direction region

The following html snippet <div dir="rtl"> test (test) </div> shows (test (test in all browsers. Why?
1
vote
2answers
324 views

How do I get my text to be direction from right to left without using a p tag?

I have a dynamically appearing div on a page. I would like to be able to hide the div with a button at the top right corner of the div. One way I have found to do this is to use a p tag, like so: ...
3
votes
4answers
3k views

Setting the correct orientation for scrollbars in right-to-left pages

I'm working with right-to-left layouts at the moment (think Hebrew or Arabic). In RTL, the page is generally flipped horizontally. However, I can't figure out how to change the orientation of the ...
1
vote
2answers
1k views

Multiple select option RTL alignment issue

I have a multiple select element. When I try to aligned the options to the right, I can't. I searched the web for many articles but I failed to find the solution.
2
votes
1answer
390 views

Why DIV shifts when focus() is invoked in onBeforeDeactivate event handler?

I met a wired problem for a web page in IE7/8. The page configured to be dir="rtl". And divRow is made very large width so as its containing div doesn't wrap. Click the editor area, type some words, ...