View Full Version : vertical scrolling


nataku
06-26-2006, 04:25 PM
Hi all! I've been trying to find a way to make my myspace tables scroll vertically. I have lots of quiz results and things in some of the tables and you're like scrolling down forever to leave me a comment.

I've tried the div code but it messes up the 20% width code. Here's my code now if anyone needs it, and my page is /almostovernow if anyone wants to see what it looks like now. Never hurts to over-inform I guess. XD

<style type="text/CSS">

table table table {width:100px !important;overflow:scroll;}
table table table table table table table table table{width:20% !important;}

table, td { background-color:000000 border:none; border-width:0;}
body { background-color:000000; }
table, tr, td{background-color:000000;border:0px;padding:2}
body{background-color:000000;cursor:crosshair;}


body{background-image:url(http://img468.imageshack.us/img468/3143/xmen35rt.jpg);
background-attachment:fixed;
background-repeat: no-repeat;
background-position:center center;
background-color:000000;}
table, td, textarea, a, body, input{background-color:transparent;border:none;border-width:0}


table, tr, td {background:transparent; border:0px;}
table table table {background:transparent;}
table table table td {
background-color:000000;
filter:alpha(opacity=70); -moz-opacity:0.8; opacity:0.8; -khtml-opacity:0.8;
}
table table table table td {filter:none;}
table table table {
border-width:4px;
border-color:filter:progid:dximagetran
sform.microsoft. gradient(gradienttype=1,s
tartcolorstr=f00001,endc
olorstr=FEFF01);
border-style:solid;
}
table table table table {border:0px;}



font, td, a, body, input, textarea, table{color:ffffff;font-family:arial;}
body, td, li, p, div, textarea, li, h1, h2, p, br {font-family: arial; font-size: 8pt; color: ffffff; }
.btext {font-family: arial; font-size: 16pt; color: ffffff; font-weight: bold; }
.blacktext10 {font-family: arial; font-size: 8pt; color: ffffff; font-weight: bold; }
.blacktext12 {font-family: arial; font-size: 8pt; color: ffffff; font-weight: bold; }
.lightbluetext8 {font-family: arial; font-size: 8pt; color: ffffff; }
.nametext {font-family: arial; font-size: 16pt; color: ffffff; }
.orangetext15 {font-family: arial; font-size: 8pt; color: ffffff; }
.redbtext {font-family: arial; font-size: 8pt; color: ffffff; }
.text {font-family: arial; font-size: 8pt; color: ffffff; }
.whitetext12 {font-family: arial; font-size: 8pt; color: ffffff; }


a:link, a.man:link, a.navbar:link, a.text:link {font-family: arial; font-size: 8pt; color: FEFF01; }
a:visited, a.man:visited, a.navbar:visited, a.text:visited {font-family: arial; font-size: 10pt; color: FEFF01; text-decoration: none; color: FEFF01;}
a.blue:link{color:FEFF01;}
a.red:link{color:FEFF01;}
a.green:link{color:FEFF01;}

P {font-family:arial; letter-spacing:1px;color: f00001; font-size: 14pt;}
U {font-famIly:arial; letter-spacing:1px;color: FEFF01;}
I {font-family:arial; letter-spacing:1px;color: FEFF01;}
B {font-family:arial; letter-spacing:1px;color: ffffff;}



body{scrollbar-arrow-color:FEFF01;scrollbar-Track-Color:F00001;scrollbar-Highlight-Color:ffffff;scrollbar-base-color:FEFF01;scrollbar-Face-Color:F00001;scrollbar-Shadow-Color:000000;scrollbar-DarkShadow-Color:000000;}

</style>