justfabulous
08-16-2004, 12:46 AM
Can someone please explain to me the coding I need to use?
What I want to do it, I want the link hover to change font size, so that it goes from 8pt to 10pt...how would I do that?
A:link {color: #FC4C4C; text-decoration: none; font-weight:none;}
A:visited {color: #FC4C4C; text-decoration: none; font-weight:none;}
A:active {color: #FC4C4C; text-decoration: none; font-weight:none;}
A:hover {color: #FC4C4C; text-decoration: none; font-weight:none;}
What I want to do it, I want the link hover to change font size, so that it goes from 8pt to 10pt...how would I do that?
A:link {color: #FC4C4C; text-decoration: none; font-weight:none;}
A:visited {color: #FC4C4C; text-decoration: none; font-weight:none;}
A:active {color: #FC4C4C; text-decoration: none; font-weight:none;}
A:hover {color: #FC4C4C; text-decoration: none; font-weight:none;}