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.

Add navbar hover effects.

Go down

Solved Add navbar hover effects.

Post by roCrox January 13th 2011, 12:51 pm

Im trying to make my navbar a bit more noticable with codes such as this one.

Can i do anything with this?
Using: phbb2

Code:
<style type="text/css">
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {font-size:24; font-weight:bold; color: red;}
</style>


Last edited by roCrox on January 13th 2011, 6:04 pm; edited 1 time in total
roCrox
roCrox
Forumember

Male Posts : 83
Reputation : 20
Language : English

Back to top Go down

Solved Re: Add navbar hover effects.

Post by Guest January 13th 2011, 1:45 pm

You can use this:
Code:
a:link, a:visited, a:active {text-decoration: none}
a:hover {font-size:24; font-weight:bold; color: red; text-decoration: none;}
avatar
Guest
Guest


Back to top Go down

Solved Re: Add navbar hover effects.

Post by roCrox January 13th 2011, 6:02 pm

Thanks again, im getting the hang of this now.
roCrox
roCrox
Forumember

Male Posts : 83
Reputation : 20
Language : English

Back to top Go down

Solved Re: Add navbar hover effects.

Post by Guest January 13th 2011, 6:59 pm

Welcome (:
Solved + Locked
avatar
Guest
Guest


Back to top Go down

Back to top

- Similar topics

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