Naresha
06-05-2005, 09:44 AM
Okay... I just got myself a new website and I decided to try my hand at CSS for it. I just created one and 1) I have no idea if it's right or not but I tried my hardest to follow what Lissa has on the site and 2) I'm not 100% sure what I do with it now. What do I save it as? How do I link it in to effect all the other pages I create?
Below is what I created:
<style type="text/css">
A:link
{ text-decoration: none; color:#FFCCFF; }
A:visited
{ text-decoration: underline; color:#FFCCFF; }
A:active
{ text-decoration: blink; color:#FFCCFF; }
A:hover
{ text-decoration: none; color:#99CCFF;
{background: #000000; }
body
{background: #000000;
background-image: http://img.photobucket.com/albums/v518/NareshaNinya/The%20Inner%20Muse/sideborder.bmp;
background-repeat: repeat-y;
background-position: left left;
background-attachment: fixed;
scrollbar-face-color : #000000;
scrollbar-highlight-color : FFCCFF;
scrollbar-3dlight-color : #99CCFF;
scrollbar-shadow-color : #99CCFF;
scrollbar-darkshadow-color : 666666;
scrollbar-track-color : #000000;
scrollbar-arrow-color : FFCCFF;
}
</style>
Thanks!
Naresha.
Below is what I created:
<style type="text/css">
A:link
{ text-decoration: none; color:#FFCCFF; }
A:visited
{ text-decoration: underline; color:#FFCCFF; }
A:active
{ text-decoration: blink; color:#FFCCFF; }
A:hover
{ text-decoration: none; color:#99CCFF;
{background: #000000; }
body
{background: #000000;
background-image: http://img.photobucket.com/albums/v518/NareshaNinya/The%20Inner%20Muse/sideborder.bmp;
background-repeat: repeat-y;
background-position: left left;
background-attachment: fixed;
scrollbar-face-color : #000000;
scrollbar-highlight-color : FFCCFF;
scrollbar-3dlight-color : #99CCFF;
scrollbar-shadow-color : #99CCFF;
scrollbar-darkshadow-color : 666666;
scrollbar-track-color : #000000;
scrollbar-arrow-color : FFCCFF;
}
</style>
Thanks!
Naresha.