Home | Projects | Tutorials | Articles | live chat | Submit Project | Big Vote
 
Ajax Projects
.NET Frameworks
Java Frameworks
PHP Frameworks
Ruby Frameworks
Other Frameworks
Cool AJAX sites
Ajax Resources
Ajax Tools
JavaScript frameworks

 Home /  Tutorials / How To Add The CSS rollover Button

How To Add The CSS rollover Button





The CSS rollover button allow you to swap images while still keeping text in our link and it is naturally encourages your keyword(s) to be placed three times within any given link.

Read The Full Tutorial.
































The CSS rollover button allow you to swap images while still keeping text in our link and it is naturally encourages your keyword(s) to be placed three times within any given link.

Here is The CSS code:

.cssnav
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: url(overbtn.jpg) no-repeat;
white-space: nowrap;
display: block;
width: 211px;
height: 44px;
margin: 0;
padding: 0;
}

.cssnav a
{
display: block;
color: #000000;
font-size: 11px;
width: 211px;
height: 44px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.cssnav img
{
width: 211px;
height: 44px;
border: 0
}

* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden
}

.cssnav span
{
position: absolute;
left: 35px;
top: 15px;
margin: 0px;
padding: 0px;
cursor: pointer;
AddThis Social Bookmark Button
Top Projects
MSN Web Messenger
MessengerFX
ebuddy
e-messenger
ILoveIM
You Tube
AJAX file upload
KoolIM.com
Meebo
Ajax.NET Professional
Tutorials
Bug with Ajax HTML Grid and File Upload Forms
Auto Resize iFrames - Part 1
Date or Time Comparision in PHP
How To Create Jquery Php Contact Form
Ajax pagination in codeignitor using jquery-II
jQuery UI DatePicker instead of AJAX Control Toolkit CalendarExtender in ASP.NET
Bitkraft Project - Using Custom Classes
Jquery Ajax Select Option
Make all your tables sortable
PHP-AJAX Chat/Shoutbox Example