We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Locked Topic
problem help
Topic Started: May 4 2005, 05:16 PM (173 Views)
pimppat
Member
[ * ]
Ok, so heres my website...
http://s10.invisionfree.com/IW_clan_COD/
if you notice, next to the IW picture at the top there is a box with an X in it. As if an image should be there but isn't popping up. anyone know how to fix this? This is the code I have put in the body section to get the scrolling text along with image.

<script language="JavaScript">
<!--
var affiliate=1
function HighlightAll(theField) {
var tempval=eval("document."+theField)
tempval.focus()
tempval.select()
if (document.all&&affiliate==1){
therange=tempval.createTextRange()
therange.execCommand("Copy")
window.status="Copy the affiliate code!"
setTimeout("window.status=''",1800)
}
}
nereidFadeTimers = new Object();
nereidFadeObjects = new Object();
function nereidFade(object, destOp, rate, delta){
if (!document.all)
return
if (object != "[object]"){
setTimeout("nereidFade("+object+","+destOp+","+rate+","+delta+")",0);
return;
}
clearTimeout(nereidFadeTimers[object.sourceIndex]);
diff = destOp-object.filters.alpha.opacity;
direction = 1;
if (object.filters.alpha.opacity > destOp){
direction = -1;
}
delta=Math.min(direction*diff,delta);
object.filters.alpha.opacity+=direction*delta;
if (object.filters.alpha.opacity != destOp){
nereidFadeObjects[object.sourceIndex]=object;
nereidFadeTimers[object.sourceIndex]=setTimeout("nereidFade(nereidFadeObjects["+object.sourceIndex+"],"+destOp+","+rate+","+delta+")",rate);
}
}
-->
</script>
<center>
<table style="border: black 1px solid" border="0" width='92%' cellspacing='0' cellpadding='0'>
<!-- made by Nadim for yahoo, edited by MalcomTalcum for InvisionFree
s7.invisionfree.com/malcomtalcum/index.php
Do not remove copyright -->
<td colspan="3" class="catbg" style="border-bottom: black 1px solid" height="25">
&nbsp;
</td>
<tr>
<td class="windowbg" width="1%">
<br />
<form name="test">
</form>
</td>
<td class="windowbg2" style="border-left: black 1px solid">
<center><a href="javascript:HighlightAll('test.select1')"><img src="<a href="http://www.imageshack.us"><img src="http://img11.echo.cx/img11/513/iw7wa.jpg" border="0" width="155" alt="Image Hosted by ImageShack.us" /></a>" </a></center>
</td>
<td height="100%" width="80%" class="windowbg2" style="border-left: black 1px solid"><center><b><u>News/Notes:</center></u></b>
<marquee direction='left' scrollamount='2' scrolldelay='1' onmouseover="this.stop()" onmouseout="this.start()">
<!--Start Mini Banners-->
Don't Forget ...Keep checking back for Scrimages/Matches
<!--End Mini Banners-->
</td>
</tr>
</table>
</center>
Offline Profile Goto Top
 
pimppat
Member
[ * ]
Fixed... someone told me.. thanks anyways
Offline Profile Goto Top
 
Rory
Member Avatar
i;m a mess
[ *  *  *  *  *  *  * ]
This is not an InvisionFree support forum. Please use one of the following forums instead:

General Support: For topics regarding the use of, or problems with, InvisionFree features and functions.
Skinning Support: For questions about changing your board's look and feel.
Coding Support: Where most of the codes for modifying your forum can be found, and where you can get help with those codes.

Please be sure to read the pinned topics in each forum before posting.
Offline Profile Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Technology Chat · Next Topic »
Locked Topic