<marquee onmouseover="this.stop()" onmouseout="this.start()" align="center" scrollamount="4" width="910" style="height: 43px" valign="top" Direction="left"><A href="http://www.moe.edu.cn/" 
      target="_blank"><IMG src="Images/link-08.jpg" width=182 border=0 /></A> <A 
      href="http://www.ec.js.edu.cn/index.jsp" target="_blank"><IMG 
      src="Images/link-09.jpg" width=182 border=0 /></A> <A 
      href="http://www.njnu.edu.cn/" target="_blank"><IMG 
      src="Images/link-03.jpg" width=182 border=0 /></A> <A 
      href="http://www.hhu.edu.cn/default_v1.asp" target="_blank"><IMG 
      src="Images/link-04.jpg" width=182 border=0 /></A> <A 
      href="http://www.cpu.edu.cn/" target="_blank"><IMG style="HEIGHT: 43px" 
      src="Images/link-05.jpg" width=170 border=0 /></A> <A 
      href="http://www.njust.edu.cn/" target="_blank"><IMG 
      src="Images/link-06.jpg" width=182 border=0 /></A> <A 
      href="http://www.seu.edu.cn/" target="_blank"><IMG 
      src="Images/link-01.jpg" width=182 border=0 /></A> <A 
      href="http://www.nju.edu.cn/cps/site/newweb/foreground/" 
      target="_blank"><IMG src="Images/link-02.jpg" width=182 border=0 /></A> <A 
      href="http://www.njau.edu.cn/" target="_blank"><IMG 
      src="Images/link-07.jpg" width=182 border=0 /></A> <A 
      href="http://www.nuaa.edu.cn/nuaa2/" target="_blank"><IMG 
      style="HEIGHT: 43px" src="Images/link-10.jpg" width=170 border=0 
      /></A></marquee>

解决方案 »

  1.   

    marquee做不到的  加两个div 每个div里的都放上相同的图片 用js控制两个div的位置 页面打开的时候  第一个div放在显示区域内  第二个紧跟第一个滚动 第一个滚出显示区后 控制它进跟第二个 第二个也同理  这样就可以模拟marquee了
      

  2.   

    muxrwc写的,楼主看看<html xmlns="http://www.w3.org/1999/xhtml">
    <HEAD>
    <TITLE>无标题文档</TITLE>
    <META http-equiv=Content-Type content="text/html; charset=gb2312">
    <script type="text/javascript">
    document.writeln("<div id=\"msn\" style=\"BORDER-RIGHT:#455690 1px solid; BORDER-TOP:#a6b4cf 1px solid; Z-INDEX:99999; LEFT:0px;  BORDER-LEFT:#a6b4cf 1px solid; WIDTH:180px; BORDER-BOTTOM:#455690 1px solid; POSITION:absolute; TOP:0px; HEIGHT:116px; BACKGROUND-COLOR:#c9d3f3\">");
    document.writeln("<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"BORDER-TOP:#ffffff 1px solid; BORDER-LEFT:#ffffff 1px solid\" bgcolor=\"#cfdef4\">");
    document.writeln("<tr><td height=\"24\" width=\"26\" style=\"FONT-SIZE:12px;BACKGROUND-IMAGE:url(images/msgTopBg.gif);COLOR:#0f2c8c\" valign=\"middle\"><img src=\"images/msgLogo.gif\" hspace=\"5\" align=\"absMiddle\" vspace=\"1\"\/><\/td>");
    document.writeln("<td style=\"FONT-WEIGHT:normal;FONT-SIZE:9pt;BACKGROUND-IMAGE:url(images/msgTopBg.gif);COLOR:#1f336b;PADDING-TOP:4px\" valign=\"middle\" width=\"100%\">懒人图库整理<\/td>");
    document.writeln("<td style=\"BACKGROUND-IMAGE:url(images/msgTopBg.gif);PADDING-TOP:2px\" valign=\"middle\" width=\"19\" align=\"right\"><img src=\"images/msgClose.gif\" hspace=\"3\" style=\"CURSOR:pointer\" onclick=\"closeDiv()\" title=\"关闭\"\/><\/td>");
    document.writeln("<\/tr><tr><td colspan=\"3\" height=\"90\" style=\"PADDING-RIGHT:1px;BACKGROUND-IMAGE:url(images/msgBottomBg.jpg);PADDING-BOTTOM:1px\">");
    document.writeln("<div style=\"BORDER-RIGHT: #b9c9ef 1px solid; PADDING-RIGHT: 13px; BORDER-TOP: #728eb8 1px solid; PADDING-LEFT: 13px; FONT-SIZE: 9pt; PADDING-BOTTOM: 13px; BORDER-LEFT: #728eb8 1px solid; WIDTH: 100%; COLOR: #1f336b; PADDING-TOP: 18px; BORDER-BOTTOM: #b9c9ef 1px solid; HEIGHT: 100%\"><a href=\"http://www.makewing.com/lanren/png.rar\" target=\"_blank\" style=\"FONT-WEIGHT:bold;COLOR:red\">&gt;&gt;精选PNG图标下载<\/a><br><br><a href=\"http://www.makewing.com/lanren\" target=\"_blank\" style=\"FONT-WEIGHT:bold;COLOR:blue\">&gt;&gt;欢迎访问懒人图库<\/a><\/div><\/div><\/tr><\/table><\/div>");var XDBool = document.compatMode == "CSS1Compat";
    var XDObject = function (o, n) {
        o.toString = o.valueOf = function () { return eval("document." + (XDBool ? "documentElement" : "body") + "." + n); };
        return o;
    };var XD = {
        clientHeight : XDObject({}, "clientHeight")
        , clientWidth : XDObject({}, "clientWidth")
        , scrollTop : XDObject({}, "scrollTop")
        , scrollLeft : XDObject({}, "scrollLeft")
    };msn.style.top=XD.clientHeight-174;
    msn.style.left=XD.clientWidth-225;
    moveR();
    function moveR() {
    msn.style.top=XD.scrollTop+XD.clientHeight-116;
    msn.style.left=XD.scrollLeft+XD.clientWidth-180;
    setTimeout("moveR();",80)
    }
    function closeDiv(){
        msn.style.visibility='hidden';
    }
    </script>
    </HEAD>
    <BODY style="MARGIN: 0px; TEXT-ALIGN: center">
    <table width="778" height="153" border="0" cellpadding="0" cellspacing="0" bgcolor="#CCCCCC">
      <tr>
        <td>&nbsp;</td>
      </tr>
    </table>
    <table width="778" height="1030" border="0" cellpadding="0" cellspacing="0" bgcolor="F4F4F4">
      <tr>
        <td height="1030">&nbsp;</td>
      </tr>
    </table>
    </BODY></HTML>