i am having a majior problem with div tags. i am using them right now to float images over a part of my page. because of the tables, i cannot figure out how to get my image into the page without messing up the alignment of the other images.
so i get an image where i want it, but as soon as i minimize the page, everything else in my page rescales except for my image. so now my image is no longer where i put it. is there a way to get the image to stay where i told it to go.
here is the code i am using
<td>
<div
style="
top: 125;
left:650;
position: absolute;
z-index: 1;
visibility: show;">
<SCRIPT src="displayFlash.js"></SCRIPT></div>
</td>
the code is for a flash menu that is not currently available to be seen on my site.
so i get an image where i want it, but as soon as i minimize the page, everything else in my page rescales except for my image. so now my image is no longer where i put it. is there a way to get the image to stay where i told it to go.
here is the code i am using
<td>
<div
style="
top: 125;
left:650;
position: absolute;
z-index: 1;
visibility: show;">
<SCRIPT src="displayFlash.js"></SCRIPT></div>
</td>
the code is for a flash menu that is not currently available to be seen on my site.
Comment