The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Rollover Navbar

5 posters

Go down

Rollover Navbar Empty Rollover Navbar

Post by TR January 10th 2010, 5:16 pm

TR
TR
Forumember

Posts : 399
Reputation : 0
Language : English, Gamer

Back to top Go down

Rollover Navbar Empty Re: Rollover Navbar

Post by ankillien January 10th 2010, 6:02 pm

Hello,

Its done via CSS. Do you want that effect on punBB?
I'll give you a code then.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Rollover Navbar Empty Re: Rollover Navbar

Post by TR January 10th 2010, 8:54 pm

Yup, PunBB. Smile
TR
TR
Forumember

Posts : 399
Reputation : 0
Language : English, Gamer

Back to top Go down

Rollover Navbar Empty Re: Rollover Navbar

Post by BrickMaster January 11th 2010, 12:25 am

Can you also give me the phpBB 3 code while you're at it ankillien?
BrickMaster
BrickMaster
Forumember

Male Posts : 253
Reputation : 0
Language : English, CSS, HTML

http://www.brick-builder.com

Back to top Go down

Rollover Navbar Empty Re: Rollover Navbar

Post by TR January 12th 2010, 5:01 am

^
TR
TR
Forumember

Posts : 399
Reputation : 0
Language : English, Gamer

Back to top Go down

Rollover Navbar Empty Re: Rollover Navbar

Post by TR January 14th 2010, 2:32 pm

Up.
TR
TR
Forumember

Posts : 399
Reputation : 0
Language : English, Gamer

Back to top Go down

Rollover Navbar Empty Re: Rollover Navbar

Post by Emilio January 14th 2010, 2:35 pm

Oww i need css code to , For PhpBB3
avatar
Emilio
Forumember

Male Posts : 496
Reputation : 17
Language : Dutch , English ( Learning French & Spanish)

http://www.graphilicious.forumotion.com

Back to top Go down

Rollover Navbar Empty Re: Rollover Navbar

Post by TR January 14th 2010, 4:04 pm

Yes, if anyone knows the code for PunBB and PhpBB3 it would be greatly appreciated. Very Happy
TR
TR
Forumember

Posts : 399
Reputation : 0
Language : English, Gamer

Back to top Go down

Rollover Navbar Empty Re: Rollover Navbar

Post by Final-Blond January 15th 2010, 6:19 pm

Hi poeple,

You'd like the effect of transparent framework when the cursor passes over, right ?
Final-Blond
Final-Blond
Forumember

Female Posts : 117
Reputation : 0
Language : French, English, German
Location : High atop the hill in the swiss mountains

http://www.sos-forum.com/index.htm

Back to top Go down

Rollover Navbar Empty Re: Rollover Navbar

Post by TR January 15th 2010, 6:44 pm

If you mean a rollover effect when the cursor moves over the navbar images, yes. Smile
TR
TR
Forumember

Posts : 399
Reputation : 0
Language : English, Gamer

Back to top Go down

Rollover Navbar Empty Re: Rollover Navbar

Post by Final-Blond January 15th 2010, 9:33 pm

In fact there are images, but we can approximate this effect with CSS (ZC helped me to find it out).

So in the CSS stylesheet, try and work on this code :
ul.navlinks a img:hover {
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}

EDIT : You can also add padding in the direction of clockwise (top right bottom left) like this .
ul.navlinks a img:hover {
background-color: #ffffff;
padding: 8px; 4px; 8px; 4px;
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}
Final-Blond
Final-Blond
Forumember

Female Posts : 117
Reputation : 0
Language : French, English, German
Location : High atop the hill in the swiss mountains

http://www.sos-forum.com/index.htm

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum