For Neopets ONLY discussion.
Topic locked

Help with userlookup coding

Thu Aug 11, 2005 7:26 am

Alright, I'm not the best person at coding userlookups, so I'm having a problem here. You guys know this:

Image

I got the code to hide it, but I need to find out how to get an image to cover it (div positioning and stuff like that). I really have no clue how to go on with this, because if I use a regular < img > tag, there'll be a blank space right above the image which drives me crazy. :(

EDIT: Pardon me, I just noticed I posted it in the wrong board, so if it could be moved that would be great.

Thu Aug 11, 2005 1:40 pm

<img id=wel src=http://www.boomspeed.com/spacefreak/bannerz/rainbowBanner2.jpg>
<style>#wel{position:absolute;top:40;left:140}</style>


That would be what I used... quoted off CSS Help's petpage.

#wel{position:absolute;top:40;left:140;width:480;height:62}


You can also use width and height if you need to. (if larger than image, it repeats the image)

Are you using Firefox or IE? IE is so stupid on my computer that it fails to load all the images on my userlookup... It also leaves some odd white space at the top of my screen that I'm too lazy to get rid of. Looks better in Firefox (though the shadow and glow filter elements don't work *shrug*)

Thu Aug 11, 2005 6:31 pm

I'm currently using IE for this because I want this custom scrollbar, but I do use Firefox for other things like restocking.

Thanks a lot though :)
Topic locked