W
willwade
Hi there,
Sorry for the perhaps undirected post - Ive struggled for the past few
hours and cant see the wood for the trees..
I have a page (infact a site but I will keep it simple) that is a
css/table mix. One of the images is sitting in a pretty straightforward
div:
<td valign="top" width="391" align="left">
<div id="bigimage"><img
src="/bits/images/photographers/michelle-hepburn/portrait4.jpg" alt=""
border="1" id="theimage"></div>
</td>
with the css:
div#bigimage
{
position: absolute;
width: 366px;
height: 366px;
padding: 50px 0 5px 0px;
border: 0;
text-align: center;
background: url('/bits/images/shared/loading.gif') 50% 50% no-repeat ;
}
#theimage {
}
the thing is - as soon as I rollover any image/link that invokes some
javascript the layer disseapears! vanishes! kapoof!
if I dont put the image in the div its fine.. anyone have any ideas??
you can see a demo at:
http://lizemerson.com/testing.html
and for the non-div'd version:
lizemerson.com/testing-nobigdiv.html
driving me nuts!
will
Sorry for the perhaps undirected post - Ive struggled for the past few
hours and cant see the wood for the trees..
I have a page (infact a site but I will keep it simple) that is a
css/table mix. One of the images is sitting in a pretty straightforward
div:
<td valign="top" width="391" align="left">
<div id="bigimage"><img
src="/bits/images/photographers/michelle-hepburn/portrait4.jpg" alt=""
border="1" id="theimage"></div>
</td>
with the css:
div#bigimage
{
position: absolute;
width: 366px;
height: 366px;
padding: 50px 0 5px 0px;
border: 0;
text-align: center;
background: url('/bits/images/shared/loading.gif') 50% 50% no-repeat ;
}
#theimage {
}
the thing is - as soon as I rollover any image/link that invokes some
javascript the layer disseapears! vanishes! kapoof!
if I dont put the image in the div its fine.. anyone have any ideas??
you can see a demo at:
http://lizemerson.com/testing.html
and for the non-div'd version:
lizemerson.com/testing-nobigdiv.html
driving me nuts!
will