Help with a HTML code for neopets, looking to add a scroll bar to a table?

Jester

New member
This is the code I have currently, which does not give me a scroll bar. The page looks like this: http://www.neopets.com/~xPandora_xx

Code:
<div style="width:450px; left:500px; top:100px; position:absolute; overflow: auto; background-color:#000000; border:solid #ff22bb;">


What I want is a scroll bar added without changing the dimensions or position of the table. Any solutions?
 
Back
Top