I have container, and two divs inside lets call it left and right.
So now my problem is that in left i have some text so and i can’t set width, and i need my right div to be 100% width but in the same line as left div, it’s kinda hard to explain, i have my example here, http://jsfiddle.net/CeKvT/ as you can see the right green block is under the left blue div how can i move it to the same line as the left one?
What you need is http://oocss.org/. I have this example jsFiddle to show you how http://jsfiddle.net/k765B/
Oh, and an advice: don’t use
outline, useborderinstead, because browsers work differently with it.