Jump to content

Help please. My User lookup preview is glitchy.


Oshawott is awesome

Recommended Posts

A little more information on what you're trying to do and your lookup code would be quite helpful. :)

From the picture I don't know what to suggest.

My best guess is you have to play around with the positioning of the elements.

Link to comment
Share on other sites

Is it the images that you're having problems with?

If so then you need to add an id to the images and then in your style tags you can position them.

Something like this:

<img id="NAME" src="URL">

Change the NAME to whatever you want to use to id your image. Change URL to the image's URL.

 

Now to position them:

#NAME {
margin-left: 0px;
margin-top: 0px;
}

NAME becomes the id of the image. Adjust the 0px to your desired positioning. Add values to move down, decrease values to move up. You can have negative values here as well.

 

Additionally you may want to take a look at this page:

http://www.neopets.com/~Sariyra#tuts-user

That should help you get a better start.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...