hina
07-13-2005, 04:26 PM
I've made a page and linked CSS to it but not all the CSS seems to work. The page is http://www.miragefactory.co.uk/main.html
This is the CSS:
<style type="text/css">
A:link
{color:#CC521E; text-decoration:overline}
A:visited
{color:#CC521E; text-decoration:overline}
A:active
{color:#CC521E; text-decoration:overline}
A:hover
{color:#CC521E;
text-decoration:overline;font-weight:bold;cursor:cursor:n-resize}
body
{ background: #FFFFFF;
background-image: files/layout_1bg.gif;
background-repeat: repeat;
background-position: left;
background-attachment: scroll;
font-family: verdana;
color: #CC521E ;
letter-spacing: 1pt;
font-weight: normal;
font-size: 10pt}
input, textarea
{ background: #FF996D;
font-family: verdana;
color: #CC521E;
border-style: solid;
border-color: #CC521E;
border-width: 1px;}
</style>
Any help will be appreciated =)
This is the CSS:
<style type="text/css">
A:link
{color:#CC521E; text-decoration:overline}
A:visited
{color:#CC521E; text-decoration:overline}
A:active
{color:#CC521E; text-decoration:overline}
A:hover
{color:#CC521E;
text-decoration:overline;font-weight:bold;cursor:cursor:n-resize}
body
{ background: #FFFFFF;
background-image: files/layout_1bg.gif;
background-repeat: repeat;
background-position: left;
background-attachment: scroll;
font-family: verdana;
color: #CC521E ;
letter-spacing: 1pt;
font-weight: normal;
font-size: 10pt}
input, textarea
{ background: #FF996D;
font-family: verdana;
color: #CC521E;
border-style: solid;
border-color: #CC521E;
border-width: 1px;}
</style>
Any help will be appreciated =)