Jump to content

Rate my UL? (Link below)


Recommended Posts

Good morning/afternoon/night!

I made my first userlookup, including the coding. Please rate!

I use firefox, and I seem to be having issues in other browsers. Is there a solution to that?

Link to comment
Share on other sites

The graphics are adorable, so good job on that!

 

As far as coding goes, it's better to change all your position: absolute; for margin... that way, things should be displayed the same for everyone, in all resolutions. (Because your problem doesn't lie in browser, but in screen resolution.)

Link to comment
Share on other sites

Xepha makes an excellent point. You can also use position: relative; as well. That will make it the same across browsers and different screen resolutions. If you can avoid using any position tags by using margin properties I definitely would.

 

Your lookup looks great! :)

Link to comment
Share on other sites

The margin declaration looks like this :

margin-example {
margin: 0 0 0 0;
}

top, right, bottom, left;

 

An example of how I use it on my premade lookups to center the navigation:

#template_nav {
	margin: 475px auto 0px -150px;
	padding: 0px;
	width: 950px;
}
Link to comment
Share on other sites

  • 4 years later...

Not sure if you are still active or not but if you are, I would like to inform you your pink background is still visible with the chibi faerie, however, I assume you must change your image host because of all the images in the user collection & userinfo tables are not there unless this was intentional.

This topic has been edited by a member of staff (Mouseykins) because of a violation of the forum rules.
Please do not revive topics that are no longer relevant.
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

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