I have a problem with 2 inline divs.
I have something like this (display: inline):
DIV1 DIV2
with text.
I’d like:
DIV 1 -------------------- DIV2 (aligned right: 60px).
I couldn’t do it, right property isn’t making effect.
JSFIDDLE: http://jsfiddle.net/tyfNx/
Thanks a lot!
Use
position: absolute;on your.welcomeTextclass:Here’s a demo
Hope it helps!