Comments on: direction https://css-tricks.com Tips, Tricks, and Techniques on using Cascading Style Sheets. Sat, 16 Oct 2021 08:33:59 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: kal-el https://css-tricks.com/almanac/properties/d/direction/#comment-1783776 Sat, 16 Oct 2021 08:33:59 +0000 http://css-tricks.com/?page_id=14047#comment-1783776 thank you you help me Sara

]]>
By: Mohammad https://css-tricks.com/almanac/properties/d/direction/#comment-1773826 Fri, 11 Jun 2021 14:29:30 +0000 http://css-tricks.com/?page_id=14047#comment-1773826 Thank you so much!
Great point on *[dir=”rtl”] part

]]>
By: kanaga https://css-tricks.com/almanac/properties/d/direction/#comment-1611260 Tue, 22 Aug 2017 12:32:05 +0000 http://css-tricks.com/?page_id=14047#comment-1611260 is there a circular way to display the list data around a marker pin on a map, minimum of 12 list items i have it should be displayed on all the directions like a flower and also it should responsive too.

]]>
By: Zainab https://css-tricks.com/almanac/properties/d/direction/#comment-1608260 Thu, 27 Apr 2017 15:14:23 +0000 http://css-tricks.com/?page_id=14047#comment-1608260 In reply to Flimm.

Works perfectly.. Thanks!

]]>
By: Harb https://css-tricks.com/almanac/properties/d/direction/#comment-1601631 Thu, 19 May 2016 13:46:14 +0000 http://css-tricks.com/?page_id=14047#comment-1601631 In reply to Ahmed Khattab.

I would love to take a look at that tool actually am facing a problem with a script that’s supports only one language by time and need to add Arabic as a 2nd language and need help with this

]]>
By: alex https://css-tricks.com/almanac/properties/d/direction/#comment-1598513 Wed, 09 Dec 2015 12:16:51 +0000 http://css-tricks.com/?page_id=14047#comment-1598513 this is my website. http://www.bazreza.com . its in Persian language. when you to the top bar menu under store. the product list drop down to right. if i want to change that to right drop down. how and where should i place the css code in the child theme. no to mention, I am not a developer, so pls be as generous as you can when you explain.
cheers

]]>
By: Flimm https://css-tricks.com/almanac/properties/d/direction/#comment-1594521 Tue, 12 May 2015 10:58:46 +0000 http://css-tricks.com/?page_id=14047#comment-1594521 There is a new HTML5 accepted value for dir, and that is auto, it is very useful for input elements where you can’t predict whether the user is going to enter right-to-left or left-to-right text. It automatically sets the direction based on the first character the user enters. Pretty cool. Try it in this CodePen.

I found this article very useful too: http://www.w3.org/International/questions/qa-html-dir

]]>
By: Honey Designs https://css-tricks.com/almanac/properties/d/direction/#comment-1594223 Sun, 03 May 2015 13:22:24 +0000 http://css-tricks.com/?page_id=14047#comment-1594223 where am i suppose to place this code ?

{
direction:rtl;
unicode-bidi:embed;
}

]]>
By: Ronald https://css-tricks.com/almanac/properties/d/direction/#comment-1591915 Thu, 15 Jan 2015 12:00:52 +0000 http://css-tricks.com/?page_id=14047#comment-1591915 Please tell me the CSS code to remove permenently Left-to-Right tool and Right-to-Left tool on my blogspot. That default blogger code is below:

<

div dir=”ltr” style=”text-align: left;” trbidi=”on”>
It happens everytime when I do one new post
Thank you so much

]]>
By: aqarGroup https://css-tricks.com/almanac/properties/d/direction/#comment-1584680 Sat, 23 Aug 2014 20:33:03 +0000 http://css-tricks.com/?page_id=14047#comment-1584680 how to make it in blog.com ?

thank you :)

]]>
By: aol blog list https://css-tricks.com/almanac/properties/d/direction/#comment-1086544 Wed, 15 Jan 2014 08:29:28 +0000 http://css-tricks.com/?page_id=14047#comment-1086544 I’ve been surfing online more than three hours today, yet I never found any interesting article like yours.
It’s pretty worth enough for me. In my view, if all web owners and bloggers made good content as you did,
the internet will be much more useful than evera before.

aol blog list

]]>
By: Layal https://css-tricks.com/almanac/properties/d/direction/#comment-876972 Wed, 18 Dec 2013 12:18:04 +0000 http://css-tricks.com/?page_id=14047#comment-876972 Check “RTL This” for tutorials and tips on front-end web development for LTR/RTL sites.

]]>
By: Ahmed Khattab https://css-tricks.com/almanac/properties/d/direction/#comment-640918 Fri, 08 Nov 2013 04:06:12 +0000 http://css-tricks.com/?page_id=14047#comment-640918 Hello,

I have developed an Arabic online tool to switch all horizontal directions in an input CSS code: LTR to RTL CSS online

]]>
By: Tyson Matanich https://css-tricks.com/almanac/properties/d/direction/#comment-539880 Sat, 07 Sep 2013 18:37:44 +0000 http://css-tricks.com/?page_id=14047#comment-539880 I recently wrote a short article on using SASS to simplify creating CSS for RTL/LTR sites and posted the code on GitHub.

]]>