css pagination style code_Experience exchange

WBOY
Release: 2016-05-16 12:05:45
Original
1458 people have browsed it
The first one is the effect from 360 as shown in the picture: ordinary a mark paging, good compatibility. Green style

演示代码:

[Ctrl A Select all Note:If you need to introduce external Js, you need to refresh it to execute]

The second type: dark blue effect, of course the color is everyone's You can modify it yourself.
The effect is as shown in the picture:

演示代码:

[Ctrl A Select all Note:If you need to introduce external Js, you need to refresh to execute]

The third code:
css Code:
Copy code The code is as follows:

#page{margin:5px; padding- bottom:20px; padding-top:20px;}
#page a{border:1px solid #003399;padding:5px;margin:2px;background-color:#FFFFFF;color:#003300;height:18px; }
#page a:hover{font-size:14px; color:#FFFFFF; background-color:#003399;padding:5px;margin:2px;height:20px;}

Effect pictures.

This is when the mouse points up.

This refers to when going up,

Okay, now let

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