仿京东html右侧侧导航菜单,【分享】自己做了个仿京东的导航栏,

该楼层疑似违规已被系统折叠 隐藏此楼查看此楼

ul

{

width:90%;

list-style:none;

}

li

{

float:left;

width:5%;

background-color:rgb(228,59,62);

color:white;

padding:12px;

text-align:center;

font-weight:bold;

}

li:hover

{

background-color:rgb(164,0,0);

}

a

{

color:white;

text-decoration:none;

}

table

{

border-spacing:0px 12px;

border:0px solid black;

color:white;

font-weight:bold;

display:none;

width:83px;

table-layout:fixed;

position:relative;

left:-12px;

top:12px;

text-align:center;

background-color:rgb(255,66,0);

}

$(document).ready(function(){

$("li.shipin").mouseover(function(){

$("table").fadeIn("slow");

});

$("li.shipin").mouseleave(function(){

$("table").fadeOut(0);

});

});

  • 首页
  • 服装城
  • 食品
    好吃的
    好喝的
    好看的
  • 团购
  • 夺宝岛
  • 闪购
  • 金融
  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值