Home Web Front-end HTML Tutorial Html Css for newbies, simply and quickly imitate Jingdong product classification navigation_html/css_WEB-ITnose

Html Css for newbies, simply and quickly imitate Jingdong product classification navigation_html/css_WEB-ITnose

Jun 24, 2016 am 11:43 AM

看一看最终的效果:

下面我们就按照分析→设计→实现 三大步骤来完成这个导航的效果,学会了之后,会发现大多数电商都是用这样的效果的。

我们先从把结构写好:一个nav包含上面一个div(全部商品分类),一个导航列表(ul li) 然后在每一个li里面都包含一个默认不显示的的大div(利用了绝对定位,这个div分成左边:小分类列表,右边图片广告)

因为我是用 纯css+html写的, 所以它的文件有:京东导航.html,main.css,cssreset.css(css文件放在css这个目录下面).

接着我们看具体的代码实现(这里我只写了家用电器的二级分类):
京东导航.html

<!doctype html><html><head><meta charset="utf-8"><title>京东导航</title><link href="css/cssreset.css" rel="stylesheet"><link href="css/main.css" rel="stylesheet"></head><body><nav><div class="all">    <a href="#">全部商品分类</a></div><ul>    <li class="nav_item"><a href="#">家用电器</a><span class="jt">&gt;</span>    <div class="sub_menu">            <div class="leftmenu">            <dl>                <dt><a href="#">大家电</a></dt>               <dd>                <a href="#" >平板电视</a>                <a href="#">空调</a>                <a href="#">冰箱</a>                <a href="#">洗衣机</a>                <a href="#">家庭影院</a>                <a href="#">DVD</a>                <a href="#">迷你音响</a>                <a href="#">烟机/灶具</a>                <a href="#"> 热水器</a>                <a href="#">消毒柜/洗碗机</a>                <a href="#">冷柜/冰吧</a>                <a href="#">酒柜</a>                <a href="#">家电配件</a>                </dd>            </dl>                   <dl>                <dt><a href="#">生活电器</a></dt>               <dd>                <a href="#">电风扇</a>                <a href="#">冷风扇</a>                <a href="#">净化器</a>                <a href="#">加湿器</a>                <a href="#">扫地机器人</a>                <a href="#">吸尘器</a>                <a href="#">挂烫机/熨斗</a>                <a href="#">插座</a>                <a href="#"> 电话机</a>                <a href="#">清洁机</a>                <a href="#">除湿机</a>                <a href="#">干衣机</a>                <a href="#">收录/音机</a>                </dd>            </dl>                    <dl>                <dt><a href="#">厨房电器</a></dt>               <dd>                <a href="#">电压力锅</a>                <a href="#">空调</a>                <a href="#">冰箱</a>                <a href="#">洗衣机</a>                <a href="#">家庭影院</a>                <a href="#">DVD</a>                <a href="#">迷你音响</a>                <a href="#">烟机/灶具</a>                <a href="#"> 热水器</a>                <a href="#">消毒柜/洗碗机</a>                <a href="#">冷柜/冰吧</a>                <a href="#">酒柜</a>                <a href="#">家电配件</a>                </dd>            </dl>                    <dl>                <dt><a href="#">个护健康</a></dt>               <dd>                <a href="#" >平板电视</a>                <a class="test" href="#">空调</a>                <a href="#">冰箱</a>                <a href="#">洗衣机</a>                <a href="#">家庭影院</a>                <a href="#">DVD</a>                <a href="#">迷你音响</a>                <a href="#">烟机/灶具</a>                <a href="#"> 热水器</a>                <a href="#">消毒柜/洗碗机</a>                <a href="#">冷柜/冰吧</a>                <a href="#">酒柜</a>                <a href="#">家电配件</a>                </dd>            </dl>                    <dl>                <dt><a href="#">五金家装</a></dt>               <dd>                <a href="#">平板电视</a>                <a href="#">空调</a>                <a href="#">冰箱</a>                <a href="#">洗衣机</a>                <a href="#">家庭影院</a>                <a href="#">DVD</a>                <a href="#">迷你音响</a>                <a href="#">烟机/灶具</a>                <a href="#"> 热水器</a>                <a href="#">消毒柜/洗碗机</a>                <a href="#">冷柜/冰吧</a>                <a href="#">酒柜</a>                <a href="#">家电配件</a>                </dd>            </dl>                  </div>            <div class="rightmenu">                 <dl>                        <dd>                            <a href="http://sale.jd.com/act/1XDZ6ShE5M7tTrl.html">                                <img src="http://img10.360buyimg.com/vclist/jfs/t1198/21/1061230330/3619/48ee51cc/556ed3a0N9004a8f7.jpg" width="168" height="134" title="by:罗坚元">                            </a>                        </dd>                        <dd>                            <a href="http://sale.jd.com/act/v8kJIaPmsMGuebpH.html">                                <img src="http://img11.360buyimg.com/vclist/jfs/t1531/43/307393451/3092/229dc57a/557194e1N0d5188f3.jpg" width="168" height="134" title="by:罗坚元">                            </a>                        </dd>                    </dl>            </div>        </div>    </li>           <li class="nav_item"><a href="#">手机</a>、<a href="#">数码</a>、<a href="#">京东通信</a><span class="jt">&gt;</span></li>    <li class="nav_item"><a href="#"><a href="#">电脑</a>、<a href="#">办公</a><span class="jt">&gt;</span></li>    <li class="nav_item"><a href="#">家居</a>、<a href="#">家具</a>、<a href="#">家装</a>、<a href="#">厨具</a><span class="jt">&gt;</span></li>    <li class="nav_item"><a href="#"><a href="#">男装</a>、<a href="#">女装</a>、<a href="#">内衣</a>、<a href="#">珠宝</a><span class="jt">&gt;</span></li>    <li class="nav_item"><a href="#">个护化妆</a><span class="jt">&gt;</span></li>    <li class="nav_item"><a href="#"><a href="#">鞋靴</a>、<a href="#">箱包</a>、<a href="#">钟表</a>、<a href="#">奢侈品</a><span class="jt">&gt;</span></li>    <li class="nav_item"><a href="#">运动户外</a><span class="jt">&gt;</span></li>    <li class="nav_item"><a href="#"><a href="#">汽车</a>、<a href="#">汽车用品</a><span class="jt">&gt;</span></li>    <li class="nav_item"><a href="#"><a href="#">母婴</a>、<a href="#">玩具乐器</a><span class="jt">&gt;</span></li>    <li class="nav_item"><a href="#"><a href="#">食品饮料</a>、<a href="#">酒类</a>、<a href="#">生鲜</a><span class="jt">&gt;</span></li>    <li class="nav_item"><a href="#">营养保健</a><span class="jt">&gt;</span></li>    <li class="nav_item"><a href="#"><a href="#">图书</a>、<a href="#">音像</a>、<a href="#">数字商品</a><span class="jt">&gt;</span></li>    <li class="nav_item"><a href="#"><a href="#">彩票</a>、<a href="#">旅行</a>、<a href="#">充值</a>、<a href="#">票务</a><span class="jt">&gt;</span></li>    <li class="nav_item"><a href="#"><a href="#">理财</a>、<a href="#">众筹</a>、<a href="#">白条</a>、<a href="#">保险</a><span class="jt">&gt;</span></a></li></ul></nav></body></html>
Copy after login

main.css

/* CSS Document */nav{ position:absolute; left:100px; top:100px; border:1px solid #b61d1d; }/*全部商品分类*/.all{ width:190px; height:44px; line-height:44px; background:#b1191a; padding:0 10px; }    .all a{ color:white; font-size:16px; }/*导航菜单*/.nav_item{ width:190px; height:31px; line-height:31px; color:white; background:#b61d1d; padding:0 10px; }ul li a{color:white;}.jt{ color:white; float:right; width:12px; padding-top:10px; font: 13px consolas; }    /*hover*/ul li:hover { background:white; }ul li:hover a{ color:#b61d1d; }    /*submenu*/.sub_menu{ display:none; width:790px; position:absolute; left:210px; top:44px; background:#f7f7f7; }ul li:hover .sub_menu{display:block;}.leftmenu{ width: 550px; overflow:hidden; float:left; }.leftmenu dl{ overflow:hidden; display:block; margin: 20px 0; }.leftmenu dl dt{ float:left; font-weight:bold; color:#737373; padding:0 8px; }.leftmenu dl  dd  a{ color: #737373; float:left; height:20px; line-height:20px; padding:0 10px; border-left: 1px solid #e0e0e0; font-size:12px; margin-top:5px; }.rightmenu{ float:right; }.rightmenu dl { margin-top:20px; }.rightmenu dl dd { padding:0; margin-bottom:2px; }
Copy after login

cssreset.css

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre, form,fieldset,input,textarea,p,blockquote,th,td { padding: 0; margin: 0; border: none; font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体"; font-size: 14px; } ol,ul{ list-style: none; }fieldset,img{ border:0; }h1,h2,h3,h4,h5,h6 { font-weight: normal; font-size: 100%; } a{ text-decoration: none; color: #737373; }img, iframe { border: none; text-decoration:none; } 
Copy after login

看到代码后,其实里面包含了很多细节的处理,例如:列表有一个红色的边框,每个大分类后都有一个箭头等等,不过做起来还是比较简单的。

本文作者By: 罗坚元 :

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

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Hot Topics

Java Tutorial
1664
14
PHP Tutorial
1268
29
C# Tutorial
1241
24
Understanding HTML, CSS, and JavaScript: A Beginner's Guide Understanding HTML, CSS, and JavaScript: A Beginner's Guide Apr 12, 2025 am 12:02 AM

WebdevelopmentreliesonHTML,CSS,andJavaScript:1)HTMLstructurescontent,2)CSSstylesit,and3)JavaScriptaddsinteractivity,formingthebasisofmodernwebexperiences.

HTML, CSS, and JavaScript: Essential Tools for Web Developers HTML, CSS, and JavaScript: Essential Tools for Web Developers Apr 09, 2025 am 12:12 AM

HTML, CSS and JavaScript are the three pillars of web development. 1. HTML defines the web page structure and uses tags such as, etc. 2. CSS controls the web page style, using selectors and attributes such as color, font-size, etc. 3. JavaScript realizes dynamic effects and interaction, through event monitoring and DOM operations.

HTML: The Structure, CSS: The Style, JavaScript: The Behavior HTML: The Structure, CSS: The Style, JavaScript: The Behavior Apr 18, 2025 am 12:09 AM

The roles of HTML, CSS and JavaScript in web development are: 1. HTML defines the web page structure, 2. CSS controls the web page style, and 3. JavaScript adds dynamic behavior. Together, they build the framework, aesthetics and interactivity of modern websites.

The Future of HTML, CSS, and JavaScript: Web Development Trends The Future of HTML, CSS, and JavaScript: Web Development Trends Apr 19, 2025 am 12:02 AM

The future trends of HTML are semantics and web components, the future trends of CSS are CSS-in-JS and CSSHoudini, and the future trends of JavaScript are WebAssembly and Serverless. 1. HTML semantics improve accessibility and SEO effects, and Web components improve development efficiency, but attention should be paid to browser compatibility. 2. CSS-in-JS enhances style management flexibility but may increase file size. CSSHoudini allows direct operation of CSS rendering. 3.WebAssembly optimizes browser application performance but has a steep learning curve, and Serverless simplifies development but requires optimization of cold start problems.

The Future of HTML: Evolution and Trends in Web Design The Future of HTML: Evolution and Trends in Web Design Apr 17, 2025 am 12:12 AM

The future of HTML is full of infinite possibilities. 1) New features and standards will include more semantic tags and the popularity of WebComponents. 2) The web design trend will continue to develop towards responsive and accessible design. 3) Performance optimization will improve the user experience through responsive image loading and lazy loading technologies.

HTML vs. CSS vs. JavaScript: A Comparative Overview HTML vs. CSS vs. JavaScript: A Comparative Overview Apr 16, 2025 am 12:04 AM

The roles of HTML, CSS and JavaScript in web development are: HTML is responsible for content structure, CSS is responsible for style, and JavaScript is responsible for dynamic behavior. 1. HTML defines the web page structure and content through tags to ensure semantics. 2. CSS controls the web page style through selectors and attributes to make it beautiful and easy to read. 3. JavaScript controls web page behavior through scripts to achieve dynamic and interactive functions.

HTML: Building the Structure of Web Pages HTML: Building the Structure of Web Pages Apr 14, 2025 am 12:14 AM

HTML is the cornerstone of building web page structure. 1. HTML defines the content structure and semantics, and uses, etc. tags. 2. Provide semantic markers, such as, etc., to improve SEO effect. 3. To realize user interaction through tags, pay attention to form verification. 4. Use advanced elements such as, combined with JavaScript to achieve dynamic effects. 5. Common errors include unclosed labels and unquoted attribute values, and verification tools are required. 6. Optimization strategies include reducing HTTP requests, compressing HTML, using semantic tags, etc.

The Role of HTML: Structuring Web Content The Role of HTML: Structuring Web Content Apr 11, 2025 am 12:12 AM

The role of HTML is to define the structure and content of a web page through tags and attributes. 1. HTML organizes content through tags such as , making it easy to read and understand. 2. Use semantic tags such as, etc. to enhance accessibility and SEO. 3. Optimizing HTML code can improve web page loading speed and user experience.

See all articles