Jump to content

User Lookup Bugs


Ysera

Recommended Posts

So I have a few other problems coding my user lookup, which I just don't understand.

 

1) There's an orange horizontal line in my trophies section even though I already coded the remove hr. I didn't notice this at first because it doesn't appear in Google Chrome. But i can see it in IE and Firefox.

 

2) My second neopet is unclickable. This is just so strange. All the other neopets are fine. I have no other coding for #userneopets aside from postion and size.

 

EDIT: I have narrowed down the problem for #2. It seems my neohome is causing the bug and is somehow stretching all the way to my second neopet box, and blocking it from being clickable. I added height and width codes for my neohome but the problem still exists.

 

FIXED #2! Did a little research in this forum and found a very helpful post from snwangl. I added the max-height: 200px parameter for the neohome and that fixed it. Thanks so much!

 

#userneohome img {
visibility: hidden;
}
#userneohome {
position: absolute;
left: 301px;
top: 735px;
max-height: 200px
}

 

Help?

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...