View Single Post
Old 12-04-2008, 11:29 PM   #3 (permalink)
almac007
The Wanderer
 
Join Date: Dec 2008
Posts: 9
Thanks: 0
almac007 is on a distinguished road
Default

Hi Wildhoney,

Thanks for getting back to me.

Where are you seeing that it has a rigid height of 13px?

line 162: <div class="basket_body" id="box_content"></div>

and then when i look at the basket body css i see the following:

.basket_body{
width:180px;
background:url(../images/basket_body.gif);
background-position:top;
background-repeat:repeat-y;
vertical-align:top;
padding:0;

}

from what i can tell the box_content id is being referenced by the div above us on line 160.

<div align="right" style="margin-right:15px; position:absolute; margin-top:120px;"> <span id="swap"><a class="basket_text" href="javascript:;" onClick="toogle('box_content');" onMouseOver="this.className='basket_text_over'" onMouseOut="this.className='basket_text'">Expand Basket </a><img src="../images/down.gif" width="10" height="10" align="absmiddle" /></span></div>

am i going down the right track here or am i way off?

Thanks so much for your help.

Almac007
almac007 is offline  
Reply With Quote