How to Change DISQUS’s Threaded Comments to RTL
Submitted by layalk on Sat, 12/11/2011 - 13:20
Asad. shows you how.
Submitted by layalk on Sat, 12/11/2011 - 13:20
Asad. shows you how.
Submitted by layalk on Fri, 20/11/2009 - 22:12
Now we'll start flipping the CSS. Copy the ltr folder and rename the new one rtl (It's ready in the Source you'll download, you can move it to another place if you want to practice it yourself).
In the index.html file change the path of the css file from ltr/styles.css to rtl/styles.css (what we did here is linking the new file we're going to flip)
Open the styles.css file in your new rtl folder to start flipping it.
Submitted by layalk on Fri, 20/11/2009 - 10:31
Now that everything is ready (a browser and a simple editor), we can start RTLing the simple hello world page. I'll be using Firefox and Notepad++ in this tutorial.
The SRC of this tutorial is available at the end of this post. You'll find the HTML file with both LTR and RTL stylesheets and images.
Submitted by layalk on Mon, 26/10/2009 - 08:50
In this tutorial we'll take a simple HTML/CSS template and we're going to flip its direction from LTR to RTL. Simply this Hello World Page is going to be RTLed.