View Full Version : Invisible Scroll Bar


bobhastwoheads
03-07-2006, 08:22 PM
Hi,

I have a myspace profile but my scrollbar is missing. If you click in just the right spots at the top right corner of the page or the bottom it will scroll very quickly or very slowly. This is my code, what am I doing wrong?

<style type="text/css">
body {
background-color: rgb(255, 255, 255);
background-image: url(http://www.fotolia.fr/photos_mini/2005-36/140_F_43024_LJyLIEoc3rJkgUZWbtqmEAcYzRsKuL.jpg);
background-position: center center;
background-repeat: repeat;
background-attachment: fixed;
}
table, tr, td {
background-color: transparent;
border: 0px;
}

table table {
border: 0px;
}
table table table table{
border:0px;
}
table table table {
border-width: 2px;
border-color: rgb(102, 102, 255);
border-style: dashed;
background-color: transparent;
}
table table table td {
background-color: rgb(255, 255, 197);
filter:alpha(100);
-moz-opacity:1;
opacity:1;
-khtml-opacity:1;
}
table table table table td {
filter:none;
}
body, div, span, td, p, .orangetext15, .whitetext12, .lightbluetext8, strong, b, u, .redtext, .redbtext, .btext, .text, .nametext, .blacktext10, .blacktext12 {
font-family: Georgia;
font-size: 13px;
color: rgb(102, 153, 204);
font-weight: normal;
font-style: normal;
text-decoration: none;
}
.badge {
position: absolute;
left: 1px;
top: 1px;
}
.nametext {
padding: 5px;
font-family: Georgia;
font-size: 16px;
color: rgb(0, 0, 135);
font-weight: bold;
font-style: normal;
text-decoration: none;
display: block;
}
.whitetext12, .orangetext15 {
font-family: Georgia;
font-size: 12px;
color: rgb(102, 153, 204);
font-weight: bold;
font-style: italic;
text-decoration: none;
}
a.navbar:link, a.navbar:active, a.navbar:visited, a.navbar:hover, a.man:link, a.man:active, a.man:visited, a.man:hover, a, a:link, a:active, a:visited, a:hover, a.navbar:link, a.navbar:active, a.navbar:visited, a.navbar:hover, a.text:link, a.text:active, a.text:visited, a.text:hover, a.searchlinksmall:link, a.searchlinksmall:active, a.searchlinksmall:visited, a.searchlinksmall:hover, a.redlink:link, a.redlink:active, a.redlink:visited, a.redlink:hover {
color: rgb(0, 51, 153);
font-weight: bold;
font-style: normal;
text-decoration: none;
}
a.navbar:hover, a.man:hover, a:hover {
color: rgb(0, 131, 131);
font-weight: bold;
font-style: normal;
text-decoration: underline;
}



<STYLE type="text/css">
<!-- --> --> -->
BODY
background: feb7fb;
scrollbar-face-color: FF99FF;
scrollbar-highlight-color: FFFFFF;
scrollbar-3dlight-color: FF99FF;
scrollbar-darkshadow-color: FFFFFF;
scrollbar-shadow-color: FF99CC;
scrollbar-arrow-color: FFFFFF;
scrollbar-track-color: FFCCFF;
}
-->
</STYLE>



<div style="width: .5px; height: .5px; position: absolute; top:0px;left:0px; background-color: DEE6EB; border-width:1px;border-style:solid;border-color: 9CB3C3; font-family: Arial Black;">
<a href="http://www.mygen.co.uk" style="color: 9CB3C3; font-size: 18px; position: absolute; left: 10px; top: 5px">MyGen</a>
<a href="http://www.mygen.co.uk" style="color: 9CB3C3; font-size: 8px; position: absolute; left: 1px; top: 5px">Profile Generator</a>
</div>

<style type="text/css">
<!-- --> --> --> --> --> --> --> --> -->
A:link
{ text-decoration: none; color:..000000 }
A:visited
{ text-decoration: none; color:..000000 }
A:active
{ text-decoration: none; color:..000000 }
A:hover
{ text-decoration: line-through; color:..46A1D8; cursor: crosshair}
body
{ scrollbar-face-color : ..FFFFFF;
scrollbar-highlight-color : ..FFFFFF;
scrollbar-3dlight-color : ..FFFFFF;
scrollbar-shadow-color : ..FFFFFF;
scrollbar-darkshadow-color : ..FFFFFF;
scrollbar-track-color : ..FFFFFF;
scrollbar-arrow-color : ....46A1D8; }
-->
</style>


Thanks