Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

What is a overflow property

/*
Overflow Property in CSS Controls the overflow of one element over another
*/

// If we didn't want it to overflow we can just do this

selector {
	overflow: hidden;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #What #overflow #property
ADD COMMENT
Topic
Name
4+3 =