Buy Questpond's video subscriptions on
huge discount
.
Online: 2827
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Forums
>
CSS 3
>
Loading ...
hover effect in images using CSS
Posted by
Catty
under
CSS 3
on 2/16/2011 |
Points: 10
| Views : 5949 | Status :
[Member]
| Replies : 10
Write New Post
|
Search Forums
|
Resolved Posts
|
Un Answered Posts
|
Forums Home
how can we make hover effect more soothing using CSS ?
em working on this but results re not as awesome as i want .....
i wnna do this without using JAVASCRIPT .. can anyone help me out ??
shelly chauhan
Reply
|
Reply with Attachment
Alert Moderator
Responses
Posted by:
Madhu.b.rokkam
on: 2/16/2011
[Member]
[MVP]
Bronze
|
Points: 25
0
You create a style say InitialStyle of your choice for the image first
.InitialStyle
{
border-color:Blue;
..
..
}
add one more style as below
.InitialStyle:hover
{
border-color:green;
..
..
}
Apply the style to the image control and check the results
Thanks and Regards
Madhu
Catty
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Posted by:
Naimishforu
on: 2/16/2011
[Member]
[MVP]
Bronze
|
Points: 25
0
nice example....!!
Catty
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Posted by:
Madhu.b.rokkam
on: 2/16/2011
[Member]
[MVP]
Bronze
|
Points: 25
0
Thanks Naimish for your comments ..
Thanks and Regards
Madhu
Catty
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Posted by:
Karthikanbarasan
on: 2/16/2011
[Member]
[Moderator]
[Microsoft_MVP]
[MVP]
Silver
|
Points: 25
0
Try this link
http://www.developingwebs.net/css/hover.php
Thanks
Karthik
www.f5Debug.net
Catty
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Posted by:
Naimishforu
on: 2/16/2011
[Member]
[MVP]
Bronze
|
Points: 25
0
Wow, they have also provided the live examples...chk it out....
Nice link Karthik...
Catty
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Posted by:
Karthikanbarasan
on: 2/16/2011
[Member]
[Moderator]
[Microsoft_MVP]
[MVP]
Silver
|
Points: 25
0
thanks naimishforu
Thanks
Karthik
www.f5Debug.net
Catty
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Posted by:
Madhu.b.rokkam
on: 2/17/2011
[Member]
[MVP]
Bronze
|
Points: 25
0
Nice link ... informative
Thanks and Regards
Madhu
Catty
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Posted by:
Karthikanbarasan
on: 2/17/2011
[Member]
[Moderator]
[Microsoft_MVP]
[MVP]
Silver
|
Points: 25
0
Thanks madhu
Thanks
Karthik
www.f5Debug.net
Catty
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Posted by:
Muhsinathk
on: 6/14/2012
[Member]
Bronze
|
Points: 25
0
Try this link
http://abeontech.com/34-webdesign-css-image-hover-effect
Catty
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Posted by:
Muhsinathk
on: 6/14/2012
[Member]
Bronze
|
Points: 25
0
Please try this link too
http://www.shoutmeloud.com/image-hover-effect-using-css-sprites.html
http://sixrevisions.com/css/snazzy-hover-effects-using-css/
Catty
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Login to post response
Latest Posts
How to get the exact property name while getting error
(0)
PDB file is not showing Line Number in dot net application hosted on server
(0)
Both Strings morethan 5 letters in length end of the words one vowel and one consonent is different
(0)
how to check Any adjacent letters transposed between two strings(ex: JOHN, JHON)
(1)
can't receive data after success login ?
(1)
Implement Multi-Tenant in Azure Logic Apps
(0)
Why ASP.Net Core 7.0 Web API showing as Connection refused?
(0)
Iterating over columns of dataframe and print as rows in Python Django
(0)
More ...