Ysera Posted December 3, 2012 Posted December 3, 2012 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? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.