Rounded_Corners - problem with DIV position

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:

  1. <div style="position:absolute; left:50px;top:60px;">
  2. <div class="roundbox">
  3. ...see the link I provided...its the same as in the example
  4. </div>
  5. </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