View Full Version : Implementing Scrollbox on Index Page
Plague
11-22-2010, 03:35 PM
I'm looking to out a scroll box on my index page for updates. I'm familiar with HTML, CSS, and code that is designed based. Anything database related however eludes me. I just downloaded the Rusnak script today and have been making edits and good progress. Still can't seem to get a scroll table working right though.
Anyone have any advice or code they wouldn't mind sharing? I appreciate any and all help in advance!
PokePets
11-23-2010, 09:59 AM
Google?
http://www.quackit.com/html/codes/html_scroll_box.cfm
;)
Plague
11-23-2010, 10:56 AM
Sorry. let me explain further. I know how to design a table. It's implementing it into the adoptables code that's causing an issue. I'm not familiar with working around PHP. I just use web design based coding not database coding. Incorporating the two together is a problem for me.
PokePets
11-23-2010, 11:05 AM
<html>
<head>
<title>De titel van je pagina.</title>
<style type="text/css">
<!--
.gekleurdetextarea
{
scrollbar-arrow-color: #FFFF00;
scrollbar-face-color: #FF0000;
scrollbar-highlight-color: #0000FF;
scrollbar-3dlight-color: #008000;
scrollbar-shadow-color: #00FFFF;
scrollbar-darkshadow-color: #008080;
scrollbar-track-color: #FFA500;
}
-->
</style>
</head>
<body>
<form>
<textarea class="gekleurdetextarea" cols="20" rows="8">
</textarea>
</form>
</body>
</html
? This is just a simple colored scrollbox, i think you must just put the css above the html code?
Tequila
12-15-2010, 11:44 AM
Optimists always picture themselves accomplishing their goals.
G'bye, no spam needed here... Monty Python excluded.
I'm looking to out a scroll box on my index page for updates. I'm familiar with HTML, CSS, and code that is designed based. Anything database related however eludes me. I just downloaded the Rusnak script today and have been making edits and good progress. Still can't seem to get a scroll table working right though.
Anyone have any advice or code they wouldn't mind sharing? I appreciate any and all help in advance!
I can let you know what I used to do, I had a twitter set up specifically for the site and used that for updates. Otherwise I know there is a way to do it with CuteNews and other scripts. I can look for that again.
Plague
04-09-2011, 03:24 PM
Sorry for not posting to this for awhile. I actually figured it out and then decided against it because it causes compatibility issues with iphone and ipad. Thanks everyone for the responses though.
Kaeliah
04-09-2011, 06:28 PM
Solved, so I'll lock it.
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.