Movable popup, having image location problem plase help

liunx

Guest
<!-- m --><a class="postlink" href="http://www.elite-d2.com/popup/index2.html">http://www.elite-d2.com/popup/index2.html</a><!-- m -->

I redid my origional table one with a css styled one and the style is as follows:

#popup
{visibility:hidden;position:absolute;Filter:revealTrans(duration=1);}

#maintd img
{position:relative}

#popup img
{position:absolute;}
.close {right:5;top:3;cursor:hand;}
.min {right:20;top:3;cursor:hand;}
.bar {height:20;left:4;width:80%;cursor:move;}
.bar2 {height:20;right:4;width:80%;cursor:move;}
.top {top:0;}
.right {right:0;}
.left {left:0;}
.bottom {bottom:0;}
.side {bottom:0;height:90%;width:4}
.side2 {top:15;height:80%;width:4}

i want the formating for the images inside the div popup to not take effect inside the td maintd.

how can i do this if its possible? if this is not enough, please look at the code at the link. the only attribute implimented into that version is the new html once u click rebuild. please tell me how to cancel out the image location effect inside maintd.Sorry, I don't understand what it is you're trying to do. But in general, if you want 1 element to have different styling that the rest of that type of element, then use an id="someIDname" then reference it in the css like this: #someIDname {style rules here}THANKS, you made me reailze i could split my main popup div into 2 mini divs and not style the main part. thanks
 
Back
Top