You could try making it a percent - it might work. It seems like it's just a DIV, so it shouldn't mess anything up...
Another thing you may want to change, is add display:block; to the inline style... Like this:
Code:
if (iedom||document.layers){
with (document){
document.write('<table border="0" cellspacing="0" cellpadding="0"><td>')
if (iedom){
write('<div style="position:relative;width:'+sliderwidth+';height:'+sliderheight+';overflow:hidden;display:block;">')
write('<div style="position:absolute;width:'+sliderwidth+';height:'+sliderheight+';background- color:'+slidebgcolor+';display:block;" onMouseover="copyspeed=0" onMouseout="copyspeed=slidespeed">')
write('<div id="test2" style="position:absolute;left:0px;top:0px"></div>')
write('<div id="test3" style="position:absolute;left:-1000px;top:0px"></div>')
write('</div></div>')
}
// X96 \\
Bookmarks