Jump to content

user lookup help


omegaluke

Recommended Posts

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.

Link to comment
Share on other sites

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-navigationhttp://www.neopets.com/~Trodia and http://www.neopets.com/~gaxuzen#8-17-12.

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