TheCripZone SMF Themes Site

All Things Public => Theme Support => Topic started by: agent47 on Feb 08, 11, 12:24:30 PM

Title: Solution for the user details for Archway
Post by: agent47 on Feb 08, 11, 12:24:30 PM
(http://dl.dropbox.com/u/915297/Site%20running%20on%20archway.jpg)

I'm a utter noob at coding whether it may be PHP or CSS. So I could really use some help here. If you look at the embedded image of my site, you'll see that I have turned the entire header of the Archway theme into the banner. So since the user information stands on top of it, I was wondering if you guys have a solution for it. I got an idea from this site. Take a look at it and tell me if someone can help me create a opaque box so that the user details + search bar can stand over it.

(http://dl.dropbox.com/u/915297/Archway%20Idea.jpg)
Title: Re: Solution for the user details for Archway
Post by: Crip on Feb 09, 11, 10:15:04 AM
Possibly add something like this to the #userarea {  , but , this is the only way I no.?

background-color: #000000;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
        -khtml-border-radius: 15px;
filter:alpha(opacity=75);
-moz-opacity:0.75;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
opacity: 0.75;