I need help! Nutscrape problems...

liunx

Guest
Here's the URL of my site:<br />
<br />
<!-- m --><a class="postlink" href="http://www.frozen.us/~khsdeca">http://www.frozen.us/~khsdeca</a><!-- m --><br />
<br />
It looks great in IE, but in Netscape, there is only 1 very small problem. The bg is divided into 3 imgs (1.gif, 2.gif, 3.gif respectivly) and in Netscape, 2.gif tiles! You can see the four small buttons under the text is much farther to the right then it is in IE, I need to find out how to fix that, thanks!<!--content-->I am very surprised as NS4.8 showed it pretty well, but NS6.02 had it tiling.<br />
<br />
but I found out why, it seems that this script<br />
<br />
<SCRIPT language=JavaScript1.2><br />
<br />
//Manual Scroller- ?Dynamic Drive 2001<br />
//For full source code, visit <!-- m --><a class="postlink" href="http://www.dynamicdrive.com">http://www.dynamicdrive.com</a><!-- m --><br />
<br />
//specify speed of scroll (greater=faster)<br />
var speed=2<br />
<br />
iens6=document.all||document.getElementById<br />
ns4=document.layers<br />
<br />
if (iens6){<br />
document.write('<div id="container" style="position:relative;width:257;height:180;overflow:hidden;left:105;top:-18">')<br />
document.write('<div id="content" style="position:absolute;width:257;height:180;left:0;top:0">')<br />
}<br />
</SCRIPT> <br />
is doing all the damamge. it seems that NS is making room for the divs that are being written to it and the ilayer. besides that scroller doesn't work in NS6+ at least it didn't for me.<!--content-->also, your image is way to big. it can only be 350x80<br />
<br />
<!-- m --><a class="postlink" href="http://www.htmlforums.com/showthread.php?s=&threadid=19248">http://www.htmlforums.com/showthread.ph ... adid=19248</a><!-- m --><br />
<br />
please resize it or I will be forced to remove it, thanks<!--content-->Damn, well, dynamicdrive said the scroller is All NS6, but I guess they lied...oh, on the 1st page, there is no text to scroll, you can see it all as is, so that may be what you mean.<br />
<br />
So for that script what am I supposed to do? I really need to fix this problem...so how can I fix this? Should I just get rid of the layers? I have no clue what to do, as this isn't my script...maybe email the dude that made it?<!--content-->
 
Back
Top