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

CSS Help!
Author: Message:
Eddie
Veteran Member
*****


Posts: 2078
Reputation: 30
32 / Male / Flag
Joined: Oct 2005
Status: Away
O.P. CSS Help!
Ok then, after talking with Nathan a bit i decided to move into a DIV / CSS Based layout instead of tables everywhere, and its been going pretty well and the code looks better to me but i'm not sure...

i have hit a small problem, i am wanting to get the 'container' in the exact middle of the page no matter what resolution, how would i do this? [code is below], btw im only making this for IE6/7 and Firefox based users for now :)
code:
#maincontainer {
    left: 30%;
    top: 200px;
    width: 400px;
    height: auto;
    margin: 0 auto;
    vertical-align: middle;
    padding: 5px;
    position: absolute;
    background-color: #FFFFFF;
    -moz-opacity: 0.65;
    filter: alpha(opacity=65);
}
The website can be found here, any other comments would be appreciated, but be aware its only a temporary page :P
...there used to be a signature here :)
06-09-2007 09:50 AM
Profile PM Web 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