omg » Viewing Profile
| Information | | Member Group: | Administrator | | Member Title: | No Information | | Home Page: | No Information | | Birthday: | No Information | | Location: | No Information | | Interests: | No Information |
| | | Active Stats | | Total Posts: | 5 ( Posts per day: 0 ) | | Joined: | 1/2/2009, 22:45 | | Last visit: | 17/6/2009, 19:55 | | Most active in: | Registration forum/blog: No Information
Last visited forum/blog: · Love Photos · Fotografia | | User's local time | 11:42 AM |
| | Communicate | | Email: |  | | MSN Identity: | No Information | | Yahoo Identity: | No Information | | ICQ Number: | No Information | | Private Message: |  |
| | | <( back ) |
|
CSS
#navlist ul
{
margin: 0;
white-space: nowrap;
padding: 0;
}
#navlist li
{
display: inline;
list-style-type: none;
}
#navlist a
{
padding: 1px 8px 1px 24px;
border: 1px solid #333;
background-color: #999;
background-image: url(images/l1_down.gif);
}
#navlist a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}
#navlist a:hover
{
border: 1px solid #333;
background-color: #FF6600;
background-image: url(images/l1_over.gif);
color: #333;
}
#active a:link, #active a:visited, #active a:hover
{
border: 1px solid #333;
background-color: #FF6600;
background-image: url(images/l1_over.gif);
color: #333;
}