D00d.. indeed you just say::
Code:
If ("browser is IE") {
then show this jazz...
}
else
{
echo(' ');
}
The marquee code works fine on firefox. Apart from a height problem. It renders the marquee about 2x higher. Probably for a GOOD and valid reason though.
paste:
Code:
echo('<center><marquee direction=left id=mrqScroll behavior=scroll scrollamount=2 scrolldelay=1><b>');
echo('<a href="" style="font-family: verdana, arial; font-size: 11px; text-decoration: none; color:#B22222;" onmouseout="startMe(); unhighlight(this);" onmouseover="stopMe(); highlight(this);">Links You May Like > > ></a>');
echo(' ');
echo('<a href="http://www.celebritysearchengine.co.uk" target="_blank" style="font-family: verdana, arial; font-size: 11px; text-decoration: none; color:#B22222;" onmouseout="startMe(); unhighlight(this);" onmouseover="stopMe(); highlight(this);">Celebrity Search Engine</a>');
echo(' ');
echo('<a href="advert.html" target="_blank" style="font-family: verdana, arial; font-size: 11px; text-decoration: none; color:#B22222;" onmouseout="startMe(); unhighlight(this);" onmouseover="stopMe(); highlight(this);">Your Link Here For 99p</a>');
echo(' ');
echo('<a href="http://www.simplypoolandsnooker.co.uk" target="_blank" style="font-family: verdana, arial; font-size: 11px; text-decoration: none; color:#B22222;" onmouseout="startMe(); unhighlight(this);" onmouseover="stopMe(); highlight(this);">simplypoolandsnooker</a>');
echo(' ');
echo('<a href="http://www.isnooker.net" target="_blank" style="font-family: verdana, arial; font-size: 11px; text-decoration: none; color:#B22222;" onmouseout="startMe(); unhighlight(this);" onmouseover="stopMe(); highlight(this);">isnooker</a>');
echo(' ');
echo('<a href="http://www.thepoolclub.com" target="_blank" style="font-family: verdana, arial; font-size: 11px; text-decoration: none; color:#B22222;" onmouseout="startMe(); unhighlight(this);" onmouseover="stopMe(); highlight(this);">ipool</a>');
echo(' ');
echo('<a href="http://www.snookergames.co.uk" target="_blank" style="font-family: verdana, arial; font-size: 11px; text-decoration: none; color:#B22222;" onmouseout="startMe(); unhighlight(this);" onmouseover="stopMe(); highlight(this);">Snookergames</a>');
echo(' ');
echo('<a href="http://sportsvl.com" target="_blank" style="font-family: verdana, arial; font-size: 11px; text-decoration: none; color:#B22222;" onmouseout="startMe(); unhighlight(this);" onmouseover="stopMe(); highlight(this);">sportsVL</a>');
echo(' ');
echo('</b></marquee></center>');
over.. that is INSTEAD of "echo(' ');" in the else