@AhcMeUk
  @AhcMeUk
Teacher of Computing | Create a Rollover with HTML and CSS @AhcMeUk | Uploaded 8 years ago | Updated 1 hour ago
The HTML / CSS method uses an image sprite to load all the rollover effects as a single image then CSS creates the rollover effect.

The CSS:
a.rollover {
display: block;
width: 150px;
height: 44px;
text-decoration: none;
background: url("rolloverimage.jpg");
}

a.rollover:hover {
background-position: -150px 0;
}

.displace {
position: absolute;
left: -5000px;
}
Create a Rollover with HTML and CSSHow to setup a Hyper-V virtual machine on Windows 10How to install and use Jupyter Notebook for Python (the best programmers notebook)Get Player Position MCPI Python 3 and MinecraftAre KIDS WorthLess in West Sussex?Elegoo - Arduino Uno R3 Basic Starter Kit - Lesson 2How to Convert Hexadecimal to Decimal

Create a Rollover with HTML and CSS @AhcMeUk

SHARE TO X SHARE TO REDDIT SHARE TO FACEBOOK WALLPAPER