0
votes
1answer
36 views

Float right in rtl css

Now I have this set up in css .one-half{ width: 305px; margin-right: 30px; float: right; } .feat-cat .last-col{ margin-right: 0; } .feat-cat{ overflow: hidden; margin-bottom: 30px; direction: ...
0
votes
1answer
39 views

IE7 RTL float right inside float left

I have a RTL document that has an element that has float: left; with float: right; elements inside it. IE7 does not render it correctly. See demo and screenshots: JS fiddle: jsfiddle.net/R6aS5/ ...
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, ...
1
vote
1answer
112 views

Chrome, right to left issue with <ul>

I'm having some issues trying to style a menu in chrome. The menu looks fine in ltr mode, but in right to left mode it breaks in Chrome. I have a fiddle of this here: http://jsfiddle.net/YKger/ In ...
0
votes
1answer
57 views

Is there a replace function/script in Sass to swap CSS properties?

I'm working on a right-to-left solution in Sass. So for example, if the original style is: #foo { float: left; padding-left: 10px; } ...the function/script will run through looking for floats ...
0
votes
2answers
61 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 ...
4
votes
2answers
143 views

IE9 RTL background positioning

Fiddle: http://jsfiddle.net/bHRVe/ A sprite is being used for the arrow. The background position is fine in Firefox and IE8: However, the RTL direction seems to be throwing off IE9, the arrow is ...
1
vote
0answers
128 views

div rtl direction and see horizontal Scroll page in bottom of FF

I put this code in my css file for righ to left direction: div,td,input,textarea,table,tr,ul,li{direction:rtl;} this worked in IE9, Chrome But in FF I see horizontal Scroll page in bottom .(NOTE: ...
0
votes
1answer
113 views

Display Arabic text as separate characters (instead of cursive script) using CSS

To display license plates in Arabic, I wish to have each letter displayed without joining adjacent characters. Is it possible to display Arabic text as separate characters, without the cursive ...
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 ...
1
vote
0answers
153 views

RTL issue in IE affecting whole page

I'm developing a website in hebrew, and everything is fine in Chrome and Firefox (as expected), but I have an issue with IE. When I place direction:RTL; unicode-bidi:embed; the whole page gets ...
2
votes
1answer
113 views

simulate TinyMCE RTL button click after toolbar is instantiated

Is there any way to change the directionality of a textarea that is connected to a TinyMCE toolbar, by directly using the same commands that are created in plugins? What I mean is, I want to ...
2
votes
2answers
519 views

handling LTR and RTL for Arabic Sites (internationalization) [closed]

I am creating a site in Wordpress,It is basically an english site but when user clicks on translate it translate it into Arabic.There is problem of ltr and rtl,How can I solve that.I am using ...
0
votes
1answer
79 views

CodeMirror show 2 scroll

I want to use CodeMirror in my project. It's load but editor show 2 scroll, one in right by CodeMirror and one in left by css overflow-y: scroll. Is this problem because page direction or something ...
7
votes
1answer
224 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 ...
1
vote
2answers
187 views

Best practices to minimize duplicate css with compass for rtl and ltr

Is there any way that compass/sass can assist in minimizing the amount of duplicate css code when making your layout work both for rtl and ltr languages?
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. ...
0
votes
1answer
317 views

Float right and hover event on ul, li menu

I dont know why, when I add direction:"rtl" to body tag and float:"right" to my Main Menu Container the submenu items get invisible and on hover event submenu container appeared but whenever mouse ...
1
vote
3answers
638 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 ...
4
votes
1answer
422 views

Do any browsers support CSS4 language/direction selectors yet? RTL TTB

I know that the working draft from the W3C is not finalised yet (at the time of writing this) but a lot of non standardised CSS has often been taken up by vendor ahead of formalisation. I'm finding ...
0
votes
2answers
104 views

Background shows to the right of the border in IE9

I have a div with a background-color, and a 3 pixel white border. When I set the html element to direction:rtl and overflow-y: scroll, I get a pixel of the background to the right of the border - ...
4
votes
1answer
367 views

Several browser compatibility problems with text-overflow ellipsis on left-hand side using RTL

My goal is to create an element with hidden overflow and an ellipsis, except I want the characters on the LEFT side to be hidden and the ellipsis also to be on the left. This works for most browsers: ...
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 ...
2
votes
3answers
321 views

Right to Left(rtl) english words display in html

Problem is this, <p>Hi world</p> LTR: Hi world RTL: world Hi I am not able get this RTL display is not using css. I tried these css properties now. direction: rtl; ...
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> ...
11
votes
3answers
2k views

Twitter Bootstrap CSS that support from RTL languages

I just discover twitter boostrap. https://github.com/twitter/bootstrap and I'm wondering if there is a RTL version of it. anyone know?
0
votes
2answers
716 views

Align icon to right of text (RTL site) with CSS

I'm working on a right to left aligned website (in Hebrew) and would like the icons to appear to the right of the text. For example: http://kaptinlin.com/themes/striking/shortcodes/typography/ at the ...
2
votes
5answers
169 views

Is it really bad practice to add html markup for styling/skinning using jquery?

I have a question, it's not the clearest but I wanted to see if anyone might have some ideas on it! I'm working on an app, currently we only have one theme but in the future we will have many ...
3
votes
2answers
97 views

:after pseudo not taking direction (rtl) in consideration? (Firefox)

I have this css to put an icon after each external link: a[target="_blank"]:after { background: url("images/external_icon.png") 0 0 no-repeat; border: 0 none; content: ""; padding: 0 ...
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 ...
4
votes
2answers
372 views

RTL is on web page reverses numbers with a dash

When my website displays Hebrew text mixed with numbers, and there is a number with a dash in the middle, the number with the dash in the middle is displayed RTL. For example, with the text: רמה ...
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
2answers
313 views

How to make the direction of UI in JQueryMobile Apps from right to left

how to display UIs components direction from right to left, do I need to change the css code manually, or is there an easier way to do that from the library itself ?
1
vote
2answers
3k views

Right to left Text HTML input

For my website, i need to provide arabic support. Part of it is to provide input textboxes where when user types in, the new characters have to be appended to the left and the text has to be right ...
0
votes
0answers
170 views

Inline element with relative positioning gets cut off in RTL page (IE8)

I have an inline element in a web page. I tried to offset this element using relative positioning, but IE8 is giving me some problems. Here is the desired result, Left-to-right version: ...
10
votes
1answer
767 views

Internet Explorer 9 (and 10) are rendering my rounded corners backwards

Basically what it does is render the top-right and bottom-right corners round instead of the correct top+bottom-left corners. Here's the css: .formlabel, .formlabel2, .formhead{ width:200px; ...
0
votes
1answer
303 views

Background overflows border by 1px on inline-block with direction: rtl in IE8-10pre1

In Internet Explorer versions 8 to 10preview, when an inline-block div gets a property of "direction: rtl;", it's background will overflow 1px beyond the border on the right. Here's a Jsfiddle demo: ...
2
votes
4answers
2k views

How to Change CSS direction property of the input field automaticly if the user can use an language rtl or ltr

Example: if I use arabic language the text field direction will be rtl and if I want to write a new text and I switch to the English language the direction inside the text field (`text-align: left) ...
0
votes
1answer
315 views

Chrome/Safari RTL

I've been asked to fix a menu in a RTL site. The elements of the top menu have RTL, text-align: right, and float right in the CSS, but the sub menu keeps aligning to the left in Chrome and Safari. ...
0
votes
1answer
1k views

webkit rtl absolute position bug?

html: <div id="outer"> <div id="inner"> </div> </div> css: #outer { position: absolute; left: 100px; top: 0; width: 100px; height: 100px; ...
0
votes
2answers
352 views

where is 960-fluid-rtl.css?

I configure Drupal Omega theme to be fluid and rtl, but 960 GS dose not support rtl layout in fluid mod. where can I find 960-fluid-rtl.css?
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
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
2answers
863 views

Is there a way to change scrollbar side in firefox for divs?

Is there a way to change scrollbar from right to left in divs? I tried applying direction: rtl; but apparently it does not have any affect in firefox. I would prefer a pure css solution but do not ...
2
votes
2answers
587 views

Scrollbar / Direction issue

this is my first post here. I have Code for displaying the scrollbar on the left side of the div: body { direction:ltr; } and <div style="direction:rtl;"> and the text is still left ...
0
votes
1answer
280 views

RTL Dropdown Problem in Browsers (Windows7 or Vista)

I have problem in RTL drop-down in windows7 or Vista. As you know browsers usually use OS listbox to show these components. I want to ask how to restyle drop-down with CSS in RTL or if it is not ...
1
vote
1answer
1k views

Language recognition and automatic textbox direction switch

Say I have a textbox in HTML using the following code: <input type="text" name="text" id="text" /> And my site is intended to be for right-to-left as well as left-to-right languages. That ...

1 2