View Full Version : how do i make...


candie_luvzu
09-10-2005, 11:09 PM
how do i make tables and the links hover like in this lookup?:
http://www.neopets.com/randomfriend.phtml?user=waitx

do you think somone can give the code? please help me out.

hdshngout
09-11-2005, 06:51 PM
heres the coding used on the page. modify the hex colors as needed

<style type="text/css">
font, td, p, i, xmp, u, body
BODY {);

{font-family:tahoma;font-size:8pt;line-height:7.5pt;color: black ;
font-weight:normal;font-style:normal}
b{color: 5E2B30;font-family:tahoma;}
BODY
A:LINK {
color: black;font-family:tahoma;font-size:8pt;text-decoration:none;line-height:7.5pt;
}
A:VISITED {
color: 5E2B30;font-family:tahoma;font-size:8pt;text-decoration:none;line-height:7.5pt;}
A:ACTIVE {
color: 5E2B30;font-family:tahoma;font-size:8pt;text#EAB6FC-decoration:none;line-height:7.5pt;}
A:HOVER {color: #000000;font-family: tahoma;CURSOR:
help;text-transform:line-through;background-color:
5E2B30;border:1px;border-style:solid;border-color:black;}input,textarea{
border: 1px solid black;font-size: 8pt;font-family: tahoma;
background-color: 5E2B30; color: 5E2B30; margin: 1px; style:
solid;}
</style>

candie_luvzu
09-13-2005, 03:23 AM
Thank you! But I also need to know how to make the tables where it says examples, etc.

:bow: help please? lol, always wanted to use that.