css file Problem

J

Juergen

Hi,
can somebody please mail me a sample css file. I tried
several times to create one on my own but I either missed
sth. or added to much. I have no idea. The only thing I
know for sure is that it is not working. Please help me
out.

Regards,
Juergen
 
S

Steve Easton

Open notepad.
Paste the following into it and save it as sample.css ( or whatever you want to name it )
Place it in your web and add the following in the head section:
<link rel="stylesheet" type="text/css" href="sample.css">



body{
scrollbar-arrow-color: rgb(0,0,255);
scrollbar-base-color: rgb(0,128,128);
scrollbar-track-color: rgb(211,253,254);
scrollbar-darkshadow-color: rgb(0,128,128);
scrollbar-face-color: rgb(211,253,254);
margin-top: 0;
margin-left: 0;
Margin-right: 0;
}
p, td, th, div{
font-style: normal; font-variant: normal; font-weight: bold; font-size: 14px; font-family: "Comic
Sans MS", sans-serif, Arial, Helvetica, Verdana;
}
a{
text-decoration: none;
}
a:link {
background-color: transparent;
color: #0000FF;
text-decoration: underline;
}
a:visited {
background-color: transparent;
color: teal;
text-decoration: none;
}
a:hover {
background-color: transparent;
color: #FF0000;
text-decoration: underline;
}


Change fonts and colors as desired.
--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top