jQuery implements website brand list effect

巴扎黑
Release: 2017-08-14 13:31:53
Original
2056 people have browsed it

This article mainly introduces the website brand list effect of the jQuery beginner tutorial in detail. It has a certain reference value. Interested friends can refer to it.

The example in this article shares the jQuery website with everyone. The specific code for brand list effect display is for your reference. The specific content is as follows

1.EG2.aspx


       
  

显示全部地方

Copy after login

2. Style sheet


*{margin:0;padding:0;} body {font-size:12px;text-align:center;} a{color:#04D; text-decoration:none;} a:hover{ color:#F50; text-decoration:none;} .Subname{width:600px; margin:0 auto; text-align:center;margin-top:40px;} .Subname ul{list-style:none;} .Subname ul li{display:block; float:left; width:200px; line-height:20px;} .Allname { clear:both; text-align:center;padding-top:10px;} .Allname a { display:block; width:120px; margin:0 auto; line-height:24px; border:1px solid #AAA;} .Allname a span { padding-left:15px; background:url(img/down.gif) no-repeat 0 0;} .promoted a { color:#F50;}
Copy after login

3. Effect

Picture 1

Picture 2

The above is the detailed content of jQuery implements website brand list effect. For more information, please follow other related articles on the PHP Chinese website!

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 Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!