Toegang
08-14-2005, 04:45 PM
In an “onMouseOver” command on a thumbnail I want to put an image into a cell of a table. Because I do not know how and I saw these codes
<style type='text/css'>
.images
{
position:absolute;
top:191;
left:63;
}
<style>
and
<div id="fig1" class="images"> <img src="fig1.jpg"> </div>
I did it that way. But ... now it depends on the way a visitor looks at the window frame full-size or not, etc.
How can I put the image relative to the cell instead of the frame, for the div tag only allows positioning relative to the frame?
<style type='text/css'>
.images
{
position:absolute;
top:191;
left:63;
}
<style>
and
<div id="fig1" class="images"> <img src="fig1.jpg"> </div>
I did it that way. But ... now it depends on the way a visitor looks at the window frame full-size or not, etc.
How can I put the image relative to the cell instead of the frame, for the div tag only allows positioning relative to the frame?