我想让网站的logo板块分成左中右3快。。
求代码指教。。
我写的他怎么是3行显示。。
不能一行呢?
是3张图片。。需要做3个不同的连接响应。。

解决方案 »

  1.   

    求指教
    弄了一天的CSS没搞出来啊
      

  2.   

    代码如下PHP页面     <header>
              <h1 id="mlogo"><aa></aa>
              <a href="index.php" title="主页"><ss></ss></a>
              <a href="ss/index.php" title="其它页面"><dd></dd></a>
              </h1>
            </header>css 的
    h1#mlogo { padding:0px 0 0px 0px; margin:0}h1#mlogo aa {display:block; width:232px; height:175px; background:url(bj/1.png) no-repeat;} 
    h1#mlogo ss {display:block; width:524px; height:175px; background:url(bj/2.png) no-repeat;} 
    h1#mlogo dd {display:block; width:234px; height:175px; background:url(bj/3.png) no-repeat;} 
      

  3.   

    咦,html5 吗?这么多自定义标签?你来错地方了,该去html css 版