Showing posts with label CSS. Show all posts
Showing posts with label CSS. Show all posts

Thursday, 31 July 2014

A lot more to know about RTL [Reference to external article]

Ahmed Alfy has developed a very neat article talking about localizing the user interface for web applications in general.

RTL (Right to Left) refers to the direction change for some languages which is required as one of the basic steps for localizing these applications.

Let's Talk About RTL

Enjoy!

Tuesday, 4 September 2012

Placing an image (element) in front of another on a webpage

If you would like to position an object\element in front of another one, you can use the very handy style property z-index to a higher number

style="z-index:2; position:absolute;"


N.B.: z-index works only on positioned elements