CSS membuat div di atas segalanya

.floatAboveEverything {
	z-index: 1000; // or any value higher than your other elements
	position: absolute;
}
Puppy Cat