missmissy
06-13-2006, 06:45 PM
Hello Everyone,
This code came along with the design I found from a graphic website.
It is an Iframe set up, it works fine.. I love it but I just dont like the scroll bar though.. I was wondering if I could add a code in the Style (CSS) to make the scroll bar transparent..
here's the style (CSS) code:
A, A:link, A:visited {color : #570103; text-decoration : none; cursor : crosshair;
}
A:hover {color : #ffffff; text-decoration : overline; font-weight : normal; cursor : crosshair;
}
h1 {
color : #570103;
font-family : Arial;
font-size : 12px;
border-top : 1px solid #570103;
border-bottom : 1px solid #570103;
font-weight : bold;
text-align : center;
letter-spacing : 5px;
text-transform : uppercase;
}
BODY {
font-family: Verdana, Arial, Times new roman; font-size: 9pt; color: #570103; background-repeat: repeat-y; CURSOR: crosshair; }
}
TD {
FONT-SIZE: 9pt; COLOR: #570103; FONT-FAMILY: Times new roman;
}
A {
CURSOR: crosshair
}
Thank you very much..
MissM
This code came along with the design I found from a graphic website.
It is an Iframe set up, it works fine.. I love it but I just dont like the scroll bar though.. I was wondering if I could add a code in the Style (CSS) to make the scroll bar transparent..
here's the style (CSS) code:
A, A:link, A:visited {color : #570103; text-decoration : none; cursor : crosshair;
}
A:hover {color : #ffffff; text-decoration : overline; font-weight : normal; cursor : crosshair;
}
h1 {
color : #570103;
font-family : Arial;
font-size : 12px;
border-top : 1px solid #570103;
border-bottom : 1px solid #570103;
font-weight : bold;
text-align : center;
letter-spacing : 5px;
text-transform : uppercase;
}
BODY {
font-family: Verdana, Arial, Times new roman; font-size: 9pt; color: #570103; background-repeat: repeat-y; CURSOR: crosshair; }
}
TD {
FONT-SIZE: 9pt; COLOR: #570103; FONT-FAMILY: Times new roman;
}
A {
CURSOR: crosshair
}
Thank you very much..
MissM