PM Notify & Guest Register bar
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
Re: PM Notify & Guest Register bar
you don't really need to make a transparency code if you already have a transparent image!
Re: PM Notify & Guest Register bar
i have been working with css but i have not come across a way to make a semi dark image transparent, but take a look at this page maybe that will help you!
http://www.jadwigo.nl/tools/transparency/index.html
http://www.jadwigo.nl/tools/transparency/index.html
Re: PM Notify & Guest Register bar
Thx, working. But now problems is words
[hsimg]http://img529.imageshack.us/img529/3/greit.png[/hsimg]
[hsimg]http://img529.imageshack.us/img529/3/greit.png[/hsimg]
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;
}
Re: PM Notify & Guest Register bar
I just did this mod on my site. works great. Thanks!
If anyone wants to see how i have mine (with transparent background) to go http://www.iloveboost.com
If anyone wants to see how i have mine (with transparent background) to go http://www.iloveboost.com
-
- BBCoder I
- Posts: 3
- Joined: 02 Jul 2010, 16:29
Re: PM Notify & Guest Register bar
Hi....
Can you provide a modified code for the theme "Digital" ? Please...
Thank you...
Can you provide a modified code for the theme "Digital" ? Please...
Thank you...
Re: PM Notify & Guest Register bar
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...
-
- BBCoder I
- Posts: 3
- Joined: 02 Jul 2010, 16:29
Re: PM Notify & Guest Register bar
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...
Can you share it with us ?
I'm having trouble implementing this in my forum, with "Digital" theme
Re: PM Notify & Guest Register bar
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?
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?
-
- BBCoder I
- Posts: 3
- Joined: 02 Jul 2010, 16:29
Re: PM Notify & Guest Register bar
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?
It is ProSilver based theme, I think...