Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Floating Image */
- li#view-wishlist {
- position: absolute;
- margin: auto;
- width: 200px;
- height: 300px;
- background: url(http://placehold.it/200x300); /* Swap this URL with your image of choice. For best results, crop down to 200px x 300px
- or any size with that ratio. */
- top: 0px;
- left: -230px;
- opacity: 0;
- }
- #sidebar:hover li#view-wishlist {
- opacity: 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement