I would like to run a jquery which extends a box(div) without affecting on page layout.Here is a sample http://themes.ddwebstudios.net/?theme=photon&type=html
As you can see if you mouse over on the small transparent box under the image (accross the page) the box will be slideup without changing the page size.
I know how to use .hide() and .show() or slidedown and slideup functions with a display:hidden; box format but as you know there are some issue here as I would likw to display a portion of box and also I dont want to have any changes on pagelayout
Here is the sample which I tried to figure out how to do it, Can you please take a look at that and let me know how I can add a portion of magicDiv box (5% of top) before the row_3 and extend it to full size using jquery functions without affecting(defarming) the page layout?
http://jsfiddle.net/Behseini/nuC69/2/
Thanks for your time in advance.