0

I've wrote problem here: CSS fixed width in span

and that had solution just with 'text-align:right;'. But now:

                 The lazy dog.
ANDDDDDDDDDDDDDD The lazy cat.
              OR The active goldfish.

if i have long right part:

                 The lazy dog.
ANDDDDDDDDDDDDDD The lazy cat lazy cat lazy cat lazy cat
very lazy cat lazy cat very.
              OR The active goldfish.

And this is really problem, bcz i need:

                 The lazy dog.
ANDDDDDDDDDDDDDD The lazy cat lazy cat lazy cat lazy cat
                 very lazy cat lazy cat very.
              OR The active goldfish.

So, is it possible with span & ul-li ?

Here is example: http://jsfiddle.net/gBdMf/

Community
  • 1
  • 1
user1612334
  • 171
  • 2
  • 18