Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

position absolute prevent overflow

.abs-position {
    position:absolute;
    right:0;
    left: 300px;
    overflow: hidden;
}
.abs-content {
    width: 400px;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #position #absolute #prevent #overflow
ADD COMMENT
Topic
Name
3+2 =