![]() |
Implementing Scrollbox on Index Page
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! |
RE: Implementing Scrollbox on Index Page
Google?
http://www.quackit.com/html/codes/html_scroll_box.cfm ;) |
RE: Implementing Scrollbox on Index Page
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.
|
RE: Implementing Scrollbox on Index Page
<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? |
RE: Implementing Scrollbox on Index Page
Quote:
Quote:
|
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.
|
Solved, so I'll lock it.
|
All times are GMT -5. The time now is 01:26 PM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.