Quote:
Originally Posted by Meh 626
Awesome, it worked. Thanks so much! But another issue has turned up, when you shrink the window so the balloons go behind the content area, the text drops. Any ideas?
|
In css/sitestylesheet.css, Line 343 (within #themeright), replace:
Code:
position: relative;
With:
Code:
position:absolute; right:0;
That should correct the issue. I've updated the test version with these changes so you can see for yourself.
Meh626 DIV Stretching Help!