Posts by Alex Müller • 11 points
1 post
- 
		1 votes2 answers623 viewsQ: How to use css to overwrite half of another DIV that is overflow without using position: Fixed?I would like to know how to use CSS to put a DIV without position:fixed about the half of another that this with overflow. I’d like it to stay that way: The sample code I’m using is: .div1 { width:…