What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » General » General Chit Chat » CSS Help!

CSS Help!
Author: Message:
ayjay
Senior Member
****

Avatar

Posts: 850
Reputation: 58
– / Male / Flag
Joined: Mar 2004
RE: CSS Help!
add margin-left: -200px; (half of the div width) and left: 50%; to the div properties. That way, you're making it 50% from the left of the page to the middle of the div.


EDIT: You'll probably wanna use this too to make sure it acts properly :P...

code:
div {
-moz-box-sizing: border-box;
box-sizing: border-box;
}

This post was edited on 06-09-2007 at 10:16 AM by ayjay.
06-09-2007 10:12 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
CSS Help! - by Eddie on 06-09-2007 at 09:50 AM
RE: CSS Help! - by ayjay on 06-09-2007 at 10:12 AM
RE: CSS Help! - by Eddie on 06-09-2007 at 11:34 AM
RE: CSS Help! - by Nathan on 06-09-2007 at 12:01 PM
RE: CSS Help! - by Supersonicdarky on 06-09-2007 at 12:25 PM
RE: CSS Help! - by Nathan on 06-09-2007 at 12:30 PM
RE: CSS Help! - by hmaster on 06-09-2007 at 12:32 PM
RE: CSS Help! - by Lou on 06-09-2007 at 12:33 PM
RE: CSS Help! - by Nathan on 06-09-2007 at 12:39 PM
RE: CSS Help! - by ayjay on 06-09-2007 at 12:45 PM
RE: CSS Help! - by Eddie on 06-09-2007 at 12:49 PM
RE: CSS Help! - by albert on 06-09-2007 at 02:56 PM
RE: CSS Help! - by ayjay on 06-09-2007 at 03:17 PM
RE: CSS Help! - by Lou on 06-09-2007 at 04:10 PM
RE: CSS Help! - by Eddie on 06-09-2007 at 04:23 PM
RE: CSS Help! - by Eddie on 06-11-2007 at 12:47 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On