|
Step 1-2 |
1.Go to your documents folder and make a new web folder called
"css_navigation."
2.Open up your text editor (such as Windows NotePad or TextPad).

If you don't have a text editor you can download a trial version of TextPad here
In your text editor type this code exactly as it appears here:
p.navbuttons a
{
color: #000000;
text-decoration: none;
background-color: #A2AAB5;
display: block;
padding: 3px 0px 3px 12px;
width: 150px;
border-top: 1px solid #EEEEEE;
border-right: 1px solid #666666;
border-bottom: 1px solid #666666;
border-left: 1px solid #EEEEEE;
background-repeat: no-repeat;
}
This class defines the way the link will look untouched by the mouse pointer.
<< Back Next >>
|
|