hover settings
Page 1 of 1 • Share •
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
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
}
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.
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;
}
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum