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.

hover settings

3 posters

Go down

Solved hover settings

Post by udarsha45 August 14th 2011, 6:09 pm

how can you add hover effect to a text ?


Last edited by udarsha45 on August 15th 2011, 9:42 am; edited 1 time in total
udarsha45
udarsha45
Forumember

Male Posts : 626
Reputation : 9
Language : English
Location : Sri Lanka

http://bleach.5forum.net

Back to top Go down

Solved Re: hover settings

Post by Nera. August 14th 2011, 6:19 pm

Hi,

Depends wich text, can you clirify, with a forum url?
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: hover settings

Post by udarsha45 August 14th 2011, 6:25 pm

udarsha45
udarsha45
Forumember

Male Posts : 626
Reputation : 9
Language : English
Location : Sri Lanka

http://bleach.5forum.net

Back to top Go down

Solved Re: hover settings

Post by Nera. August 14th 2011, 8:08 pm

This?
Summary: Ichigo Kurosaki is a teenager gifted with the ability to see spirits. His life is drastically changed by the sudden appearance of a Soul...
It's on a HTML page?

Wrap it with a class
Code:
 <span class="hover">TEXT HERE</span>

Than add CSS on the page
Code:
.hover:hover {
What ever you wan it to do here
}
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: hover settings

Post by udarsha45 August 15th 2011, 5:10 am

ok.. but when your adding the code in the css

what do you mean by

What ever you wan it to do here

what should i type there ?
udarsha45
udarsha45
Forumember

Male Posts : 626
Reputation : 9
Language : English
Location : Sri Lanka

http://bleach.5forum.net

Back to top Go down

Solved Re: hover settings

Post by Russel August 15th 2011, 8:03 am

udarsha45 wrote:ok.. but when your adding the code in the css

what do you mean by

What ever you wan it to do here

what should i type there ?

Nera means whatever text you want to put.
Russel
Russel
Active Poster

Male Posts : 1407
Reputation : 236
Language : English, Filipino
Location : Philippines

Back to top Go down

Solved Re: hover settings

Post by udarsha45 August 15th 2011, 8:08 am

Russel wrote:
udarsha45 wrote:ok.. but when your adding the code in the css

what do you mean by

What ever you wan it to do here

what should i type there ?

Nera means whatever text you want to put.

i tried it but it didn't work Sad
udarsha45
udarsha45
Forumember

Male Posts : 626
Reputation : 9
Language : English
Location : Sri Lanka

http://bleach.5forum.net

Back to top Go down

Solved Re: hover settings

Post by Nera. August 15th 2011, 9:24 am

No.

Wrap the text on the HTML Page with a class and add the CSS to the HTML Page too.

In the CSS you don't write text.
If you want for the letters to become red on hower you will writte this

Code:
.hover:hover {
color: red;
}
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: hover settings

Post by udarsha45 August 15th 2011, 9:41 am

working now thanks nera
udarsha45
udarsha45
Forumember

Male Posts : 626
Reputation : 9
Language : English
Location : Sri Lanka

http://bleach.5forum.net

Back to top Go down

Solved Re: hover settings

Post by Nera. August 15th 2011, 9:43 am

Welcome.

Solved > Locked
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Back to top

- Similar topics

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