omegaluke Posted March 24, 2017 Posted March 24, 2017 I was wondering if someone could take a look at my neopets user lookup and help me with a little bit of customization. First off I would love to add a drop down feature to the navigation bar, and second of all, I would like to move the purple crystal from its current location over so its between the user info and shop and gallery section. Any help at all would be great :) Thank you oops my username might help lol neopets user name: omegaluke666 This post has been edited by a member of staff (Rune Valentine) because of a violation of the forum rules. Please don't double post. If you would like to add something, use the 'Edit' button. Please check your user inbox to see if you have been contacted regarding this incident, then review our rules. Quote
deboratibi Posted March 25, 2017 Posted March 25, 2017 To move the crystal, you will have to change some values in the coding. I'm bad at explaining things, so I went ahead and changed them myself. Find this part of your coding (starting at #userinfo and ending at #you) and replace with the following: #userinfo { height: 250px !important; margin: -295px 0 0 20px; text-align: left; width: 400px; } #usercollections { height: 666px !important; margin: 235px 0 0 -482px; width: 144px; } #usercollections .contentModuleHeaderAlt { padding: 6px 3px 0; } #usershop { height: 295px !important; margin: -295px 0 0 -20px; width: 193px; } #usercollections td { display: block; float: left; width: 138px; } #userneopets { margin: -896px 8px 0; height: 220px !important; } #userneopets td, #userneopets b { color: #b4a4e8 !important; font-size: 8pt !important; } #userneopets a { height: 130px; overflow: hidden; display: block; margin: 0 0 -10px; } #userneopets img { margin-top: -10px; } #usertrophies { width: 815px; height: 666px !important; overflow: auto; margin: -680px -1px 0 173px; } #you { float: left; margin: 363px 0 0 435px; text-align: left; width: 327px; height: 295px; overflow: auto; } (After you do this, I'd suggest centring the crystal image using the < center > tags, it will look neater): <center><img src="http://i19.photobucket.com/albums/b188/omegaluke/purplecrystal1.gif"></center> As for the navigation menu, that would take more time, so I won't do it, but I'll refer to some guides that might be helpful: http://www.neopets.com/~2xstandard#drop-down-navigation, http://www.neopets.com/~Trodia and http://www.neopets.com/~gaxuzen#8-17-12. smoss1 and Mouseykins 2 Quote
omegaluke Posted March 25, 2017 Author Posted March 25, 2017 Thanks for the help, and for the guides :) 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.