Login   Register  
PHP Classes
elePHPant
Icontem

File: pagingstyle.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Ahmed  >  MySQL DB Management Class  >  pagingstyle.css  >  Download  
File: pagingstyle.css
Role: Example script
Content type: text/plain
Description: example to use paging method
Class: MySQL DB Management Class
Execute MySQL queries and show paginated results
Author: By
Last change:
Date: 2008-11-27 09:09
Size: 806 bytes
 

Contents

Class file image Download

#paging div {
    float: right;
    margin: 3px;
    text-align: center;
}
.nav_links:link, .nav_links:visited, .nav_links:active {
    color: #0000ff;
    font-size: 14px;
    text-decoration: none;
    font-family: tahoma;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 3px;
    display: block;
    background-color: #ffffff;
    border: 1px solid #0000ff;
}
#pager-current{
    color: #000;
    font-size: 14px;
    text-decoration: none;
    font-family: tahoma;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 3px;
    display: block;
    background-color: #ffffff;
    border: 1px solid #0000ff;

}

.nav_links:hover {
    color: #ffffff;
    background-color: gray;
    font-size: 14px;
    text-decoration: none;
    font-family: tahoma;
    border:  1px dashed;
}