Rounded_Corners - problem with DIV position
Hi,
I am new to jQuery and very impressed of possibilities it gives ;-)
I have found nice short tutorial here:
Rounded_Corners it works fine unless I try to move it.
I have added only one DIV over all:
- <div style="position:absolute; left:50px;top:60px;">
- <div class="roundbox">
- ...see the link I provided...its the same as in the example
- </div>
- </div>
Now I see that my text (white) moved but not background.
How do I properly position the whole DIV of class "roundbox" ?
What do I wrong?
regards
RAfal