Replies

Jun 23, 2009 16 years ago
Froslass
is forever on a quest for more pets
User Avatar
Dead Frost

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

Jun 23, 2009 16 years ago
Revel
is sweet
User Avatar

.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.

Jun 23, 2009 16 years ago
ibook
is one for the books
User Avatar
Moopoo

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:

  1. took out the table info completely.
  2. took the pet_lookup info also out
  3. added this code: 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

forum image by
if you know where i can credit to them now, please let me know

[tot=ibook]

Jun 23, 2009 16 years ago
Froslass
is forever on a quest for more pets
User Avatar
Dead Frost

Quote by ReveL
.pet_lookup{position: fixed; left: 230px; top: 0px; width: 0px;}</p>
<p>Needs to be</p>
<p>.pet_lookup{position: absolute; left: 230px; top: 0px; width: 0px;}</p>
<p>You&;ll have to re-position it.

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! ❤️

Please log in to reply to this topic.