Alrighty, my pet Benjiman is hosting a set of coding for 's Panical.
I've been fiddling with the coding and the question remains:
Why won't the main page scroll?
It just cuts off at a particular place.
Can someone point out in the coding where I can fix this?
Benji's Pet Profile: XxX
.pet_lookup{position: fixed; left: 230px; top: 0px; width: 0px;}
Needs to be
.pet_lookup{position: absolute; left: 230px; top: 0px; width: 0px;}
You'll have to re-position it.

i am not completely sure why it isn't scrolling. i think it might have something to do with the table. I played around with the code though and changed something so that it does scroll but it is a little different.
what i did was:
div#right{
position:absolute;
top:0px;
left:230px;
border:3px solid ;
background:white;
width:534px;
height:auto;}for me it scrolled now. click to see the screenie
Thank you sweetie. ❤️
Thank you very much.
This topic can now be locked when someone finds the time.
And Also Thank you for taking the time to test the new coding! ❤️