效果如图:
主要是实现二级菜单的功能,效果如上图片。

解决方案 »

  1.   

    图片不可引用,
    那加个链接吧:http://photo.store.qq.com/http_imgload.cgi?/rurl2=aac783e03461bed8252f71f350aa480c6f934c97f8aa93510dda1ff0e786426fdf322d66da095fee06edb749c09a04ff914c28d4e66f1f707a97473894163fbc486988ea7400a33388eb5a26c5aca764c6061596
      

  2.   

    用 Sothink 魔法菜单 自己设计一个吧
      

  3.   


    <script>
    var mo
    function $(o){return document.getElementById(o)}
    function getxy(o){l=o.offsetLeft;t=o.offsetTop;w=o.offsetWidth;h=o.offsetHeight;while(o=o.offsetParent){l+=o.offsetLeft;t+=o.offsetTop}return [l,t,w,h]}
    function syswin(obj,str,xpos,ypos){
      if(!xpos)xpos=0;if(!ypos)ypos=0//偏移
      id='syswin';o=$(id)
      if(!o){
        o=document.createElement('div');o.id=id
        document.body.appendChild(o)
      }
      o.style.position='absolute';o.innerHTML=str
      o.onmouseout=obj.onmouseout=function(){
        clearTimeout(mo)
        mo=setTimeout('document.body.removeChild($(\''+id+'\'))',500)
      }
    o.onmouseover=function(){clearTimeout(mo)}
      clearTimeout(mo);p=getxy(obj)
      o.style.left=p[0]+xpos+'px'
      o.style.top=p[1]+p[3]+'px'
    }
    </script>
    1111111<br>1111
    <a onmouseover="syswin(this,'浮动层内容');return false" href="">鼠标放在这儿</a>
      

  4.   

    发表于:2008-03-13 09:47:292楼 得分:0 
    用 Sothink 魔法菜单 自己设计一个吧 -----------
    外观的东西不大会设,网上怎么没找到相关的资料?