Home > Web Front-end > HTML Tutorial > DIV样式问题,进来看看_html/css_WEB-ITnose

DIV样式问题,进来看看_html/css_WEB-ITnose

WBOY
Release: 2016-06-21 09:37:17
Original
857 people have browsed it

<html xmlns="http://www.w3.org/1999/xhtml"><head runat="server">    <title>无标题页</title>    <script src="../js/jquery-1.4.2.min.js" type="text/javascript"></script></head><body>    <form id="form1" runat="server">    <script type="text/javascript">       function showdiv2()       {            $("#div2").show();       }       function hidediv2()       {            $("#div2").hide();       }              function showdiv()       {            $("#div2").show();       }       function hidediv()       {            $("#div2").hide();       }           </script>    <div id="div1" onmouseover="showdiv2()" onmouseout="hidediv2()"         style="width:108px; height:20px">        其它各分站点</div>    <div  id="div2" style="display:none; position:absolute;" onmouseover="showdiv()" onmouseout="hidediv()">        <table style="border-bottom: 1px solid #E6EAE9; border-left:1px solid #E6EAE9; border-right:1px solid #E6EAE9">            <tr>                <td>                  <a href="#">苏州企业在线</a>                  </td>            </tr>            <tr>                <td>                   <a href="#"> 南京企业在线</a>                </td>            </tr>        </table>    </div>    </form></body></html>
Copy after login
本人CSS很差,求大哥大姐帮忙美化一下,没要求,自由发挥


回复讨论(解决方案)

看来要找美工了,美工图出来了,css自然能做起来

每个人理解不同,美工效果也不一样,比如颜色需要和背景图搭配。
你需要什么样的效果?给张截图。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template