Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

outline bottom css

div {
    width: 100px;
    height: 100px;
    background: #eee;
}
div:hover {
    width: 100px;
    height: 100px;
    background: #eee;
    border-bottom: 1px solid;
    margin-bottom: -1px;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #outline #bottom #css
ADD COMMENT
Topic
Name
4+5 =