I have a pet I'm working on -- Achiever. His profile page is endlessly long. I set the content to a fixed position to avoid the endless scrolling below the content, but I kind of hate that it's so long without knowing why. I set the page height to something that's not eleventy billion pixels like it seems to be from the scroll bar on the side.
God I just pinged 10,000 people I'm so sorry
Code
<style>
body{background:url() no-repeat top left; height:585px !important; width:1200px!important;} html{background: url() no-repeat;} a:link,a:visited{color:;} .pet_color_info {position:fixed; top:530px; left:100px;} .owner {position:fixed; top:530px; left:295px;} .pet_like {position:fixed; left:253px; top:516px;}
.treasure_item {margin:2px;border:1px solid ;}
{position:fixed; top:510px; left:495px;} {position:fixed; top:510px; left:540px;} {position:fixed; top:510px; left:607px;} {position:fixed; top:510px; left:653px;} {position:fixed; top:510px; left:692px;} {position:fixed; top:510px; left:749px;} {position:fixed; top:510px; left:804px;} {position:fixed; top:475px; left: 1055px;} {position:fixed; top:490px; left:1055px;} {position:fixed; top:130px; left:1055px;} {position:fixed; top:145px; left:1055px;} </style>
[flower=Melissa] [tot=Melissa]
Get ready for 10,000 replies. XD
Sorry, I can't help though, this is way over my head.
The only thing I can think of is that I have a line of code you don't.
,,,body,{height:auto!important;}
hmm, maybe try this?
body{height:650px!important; width:1200px!important; overflow:hidden}
Thank you so much! That fixed it! :D
[flower=Melissa] [tot=Melissa]