Replies

Jul 2, 2009 16 years ago
doldrum
User Avatar

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? ):

Jul 2, 2009 16 years ago
Sammii
is a sun worshipper
User Avatar

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?

Jul 2, 2009 16 years ago
doldrum
User Avatar

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

Jul 2, 2009 16 years ago
Sammii
is a sun worshipper
User Avatar

Quote by doldrum
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

Jul 2, 2009 16 years ago
doldrum
User Avatar

i tried it, but it didn't work it just put the image on top of my text.. thank you anyway

Jul 2, 2009 16 years ago
Sammii
is a sun worshipper
User Avatar

Try

position: relative;

instead?

Please log in to reply to this topic.