i had some pet profiles made for me, like this one here.
but i want to put some pictures up that are too big for the white streak and look awful, so i thought maybe i could just make the pictures transparent, and set them in the right-hand corner and fix them to scroll. but i can't figure out how..
please help? ):

Umm, is your content on the pet profile supposed to be in the white? Because on my screen, it's half in and half out, lol. :X
Why don't you just resize the pictures to fit?
yea, maybe you have to zoom out a bit, that happens sometimes /:
well, i did, but i was just hoping there was an option where i could use them full-sized and still look good on the profile.. i had a code that worked, but it ripped off the background

Hmm. Well, I don't know how good it would look personally, but to put your images in a scrolling div, you'd use a code like this:
<style>
{
position: absolute;
top: ;
left: ;
height: ;
width: ;
overflow: auto;
}
</style>
<div id="DIVNAME"> <img src="IMAGEURL"> <*/div>
Minus that one asterisk. For some reason it's adding crap in when I take it out. o_o