好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

<li>标签在360中错位_html/css_WEB-ITnose

标签在360出现梯形错位,而在别的浏览器就没有出现问题,用纯HTML的静态页面也不会出现问题,只要加php就出问题,如果在浏览器中保存源文件重新打开也没有问题,所以实在是不知道怎么办了。

/*热门代购品牌_right*/.mid_hot{ float:left; width:970px; height:27px;  background:url(image/rmdgpp1.png) no-repeat; margin:10px 0px ;}.mid_hot_pplogo{ float:left; width:969px; height:103px;border-left: #a2a2a2 1px solid; border-top: #a2a2a2 1px solid;overflow:hidden;}.brand_item a {display: block;width: 87px; height:50px; float:left;}.brand_item a:hover {text-decoration:none;}.brand_item a.brand_name {border-right: #a2a2a2 1px solid; border-bottom: #a2a2a2 1px solid;}.brand_item a.brand_detail {border-right: #a2a2a2 1px solid; border-bottom: #a2a2a2 1px solid;} 	$(document).ready(function(){                  // 判断img轮转,实现a跳转		// 推荐品牌滑动翻转效果		brandPicTurn();	});	function brandPicTurn(){		$(".brand_detail").hide();		$(".brand_item").hover(			function(){				$(this).children(".brand_name").hide();				$(this).children(".brand_detail").show();			}			, function(){				$(this).children(".brand_detail").hide();				$(this).children(".brand_name").show();			}		);	} 

查看更多关于<li>标签在360中错位_html/css_WEB-ITnose的详细内容...

  阅读:35次