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.

How to do rollover buttons like this

3 posters

Go down

Solved How to do rollover buttons like this

Post by nosz May 31st 2010, 10:00 pm

i was wondering how to make rollover buttons like this ones navigation bar

http://www.project-ecko.co.cc/
avatar
nosz
Forumember

Posts : 26
Reputation : 0
Language : english

Back to top Go down

Solved Re: How to do rollover buttons like this

Post by efbe June 1st 2010, 12:24 am

Go to your css style sheet and put in this code.

a.mainmenu img {
-khtml-opacity : 0.8;
-moz-opacity : 0.8;
filter : alpha(opacity=80);
opacity : 0.8;
}
a.mainmenu:hover img {
-khtml-opacity : 1;
-moz-opacity : 1;
filter : alpha(opacity=100);
opacity : 1;
}

Edit...that's providing you already have navigation buttons Smile
efbe
efbe
Forumember

Male Posts : 455
Reputation : 12
Language : english
Location : South Australia

http://www.chaletos.info

Back to top Go down

Solved Re: How to do rollover buttons like this

Post by nosz June 1st 2010, 1:01 am

thank you so much
avatar
nosz
Forumember

Posts : 26
Reputation : 0
Language : english

Back to top Go down

Solved Re: How to do rollover buttons like this

Post by Sanket June 1st 2010, 9:59 am

Since this thread appears to be solved, I will lock this thread and mark it as solved.
How to do rollover buttons like this 2j4t5a8

Sanket Smile
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

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