Re: PM Notify & Guest Register bar
Posted: 17 Jun 2010, 14:19
you don't really need to make a transparency code if you already have a transparent image!
Database and Demo for phpBB3 BBCodes, Mods and Smilies
https://phpbb3bbcodes.com/
Code: Select all
#info {
overflow: visible;
width: 100%;
position: fixed;
left: 0;
z-index:2;
margin-top: -12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.5em;
font-weight: bold;
opacity: 0.4;
filter: alpha (opacity=40);
background-image: url(images/transhover.png);
}
#infobar a, #infobar a:link, #infobar a:visited, #infobar a:active
{
display: block;
float: left;
width:100%;
clear: both;
color: #d50000;
padding: 1em 0 .55em 0;
border-bottom: .25em solid #7F8D03;
text-align: center;
text-decoration: none;
background-image: url(images/transhover.png);
}
#infobar a:hover
{
color: black;
background:#F4F4F4;
border-bottom: .25em solid #b22222;
cursor: pointer;
}
Hi...neuropass » 09 Jul 2010, 07:10 wrote:this is awesome Stoker, thanks. I;m using this now. i created a better style with css and i have the option to close it too, pretty slick. This works way better than the Jgrowl mod...
See this: http://www.phpbb.com/customise/db/style/digital/neuropass » 09 Jul 2010, 16:09 wrote:Hi there,
I have no idea what the digital theme is though, i'm not sure i can help. i have my own custom theme based on prosilver.
Where are you having trouble? is it prosilver or subsilver2 based theme?