hover settings
3 posters
Page 1 of 1
hover settings
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
Re: hover settings
Hi,
Depends wich text, can you clirify, with a forum url?
Depends wich text, can you clirify, with a forum url?
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Re: hover settings
This?
Wrap it with a class
Than add CSS on the page
It's on a HTML page?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...
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.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Re: hover settings
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 ?
what do you mean by
What ever you wan it to do here
what should i type there ?
Re: hover settings
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- Active Poster
- Posts : 1407
Reputation : 236
Language : English, Filipino
Location : Philippines
Re: hover settings
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
Re: hover settings
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
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.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Re: hover settings
Welcome.
Solved > Locked
Solved > Locked
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum