Page 3 of 11

Re: PM Notify & Guest Register bar

Posted: 17 Jun 2010, 14:19
by cisco007
you don't really need to make a transparency code if you already have a transparent image!

Re: PM Notify & Guest Register bar

Posted: 17 Jun 2010, 14:26
by Progress
Image

There it is. But not working.

Image

Re: PM Notify & Guest Register bar

Posted: 17 Jun 2010, 14:33
by cisco007
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

Re: PM Notify & Guest Register bar

Posted: 17 Jun 2010, 14:52
by Progress
Thx, working. But now problems is words

[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

Posted: 19 Jun 2010, 10:26
by vizzionz
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

Re: PM Notify & Guest Register bar

Posted: 02 Jul 2010, 16:32
by akhileshbc
Hi....

Can you provide a modified code for the theme "Digital" ? Please... :(

Thank you...

Re: PM Notify & Guest Register bar

Posted: 09 Jul 2010, 07:10
by neuropass
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...

7-9-2010 1-09-41 AM.png

Re: PM Notify & Guest Register bar

Posted: 09 Jul 2010, 07:38
by akhileshbc
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...

7-9-2010 1-09-41 AM.png
Hi...
Can you share it with us ?

I'm having trouble implementing this in my forum, with "Digital" theme :( :cry:

Re: PM Notify & Guest Register bar

Posted: 09 Jul 2010, 16:09
by neuropass
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?

Re: PM Notify & Guest Register bar

Posted: 09 Jul 2010, 17:50
by akhileshbc
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?
See this: http://www.phpbb.com/customise/db/style/digital/

It is ProSilver based theme, I think... :)