#alertlist li.selected:after, #alertlist li:hover:after
{
position:absolute;
top: 0;
right:-10px;
bottom:0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 10px solid #303030;
content: "";
}
/*
cssSelector:hover::after,
cssSelector:hover::before
lets say we have a tag
*/
a:hover::after {
/*CSS Property*/
}
a:hover::before {
/*CSS Property*/
}
what you you probably tried previously was :after:hover as opposed to :hover:after. This is what I did initially which frustratingly doesn't work – WickyNilliams Feb 3, 2013 at 22:45
Code Example |
---|
Css :: display flex align last item to left |
Css :: how to combine two screen sizes in media queries css |
Css :: nativescript hr |
Css :: difference between html and css |
Css :: flex basis |
Css :: checkbox checked color change css |
Css :: css radial gradients |
Css :: how fixed image at top |
Css :: justify xd |
Css :: col-md-6 bootstrap |
Css :: sticky header not working chrome |
Css :: border radius css |
Css :: red color hex |
Css :: css nesting |
Css :: trim background image css |
Css :: changong text color css |
Css :: loading screen html |
Css :: css rotate |
Css :: css animation |
Css :: negative border radius |
Css :: padding 3 values |
Css :: stop mysqld.exe cmd |
Css :: css or selector |
Css :: CSS Height, Width and Max-width |
Css :: restrict css to apply on div |
Css :: html css landing page |
Css :: css flex |
Css :: ionic slidesperview not working |
Css :: line-break |
Css :: margin shorthand css |