Untitled
By: a guest | Mar 21st, 2010 | Syntax:
None | Size: 1.24 KB | Hits: 64 | Expires: Never
.faq, .ucp, .members, .search, .nonewpms, .newpms, .mcp {
float: left;
display: block;
width: 107px;
height: 50px;
margin: 0 10px 0 10px;
}
.faq {
background: url("http://www.canyougodie.net/styles/twilightBB/imageset/en/faq.png") 0 0 no-repeat;
}
.ucp {
background: url("http://www.canyougodie.net/styles/twilightBB/imageset/en/ucp.png") 0 0 no-repeat;
}
.members {
background: url("http://www.canyougodie.net/styles/twilightBB/imageset/en/members.png") 0 0 no-repeat;
}
.search {
background: url("http://www.canyougodie.net/styles/twilightBB/imageset/en/search.png") 0 0 no-repeat;
}
.nonewpms {
background: url("http://www.canyougodie.net/styles/twilightBB/imageset/en/nonewpms.png") 0 0 no-repeat;
}
.newpms {
background: url("http://www.canyougodie.net/styles/twilightBB/imageset/en/newpms.png") 0 0 no-repeat;
}
.mcp {
background: url("http://www.canyougodie.net/styles/twilightBB/imageset/en/mcp.png") 0 0 no-repeat;
}
.faq span, .ucp span, .members span, .search span, .nonewpms span, .newpms span, .mcp span {
display: none; text-indent: -5000px;
}
.faq:hover, .ucp:hover, .members:hover, .search:hover, .nonewpms:hover, .newpms:hover, .mcp:hover {
background-position: 0 -50px;
}