The world is currently online!


Welcome to Emps-World!

Register now to gain access to all of our forum features. Once registered and logged in, you will be able to create topics, post replies, send private messages, manage your profile, chat with other players in the shoutbox and much more. Once you sign in, this message will disappear.



Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Eliminator

Pages: 1 2 3 4 5
61
Suggestions & Ideas / Re: Change needed... in the register overlay
« on: January 07, 2015, 12:37:40 pm »
Why would we want a dim to the background? Also what background? All popup boxes have the background-color you specified already.

Yeah, great question I suggested to "Dim the Lights" allowing it look more professional, also cleaner.

So when it pops up it does what this example does. http://buildinternet.com/live/lightsout/  Note: Im sure that external links are not allowed but I really dont have the time to walk through it.

Css would be something about like this,
Code: [Select]
.blackoutbg {
    background-color: #000;
    opacity: .7;
    filter: alpha(opacity=70);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
    cursor: pointer;
}

Note: I am, "Mr Money Bags"
The following users liked this post: Mr Moneybags, Beer Money

Pages: 1 2 3 4 5