css - html - Vertical space between divs with no pointer event -



css - html - Vertical space between divs with no pointer event -

i have little webpage, background youtube video. there content on page , want space somewhere, can click on video start it. wanted create div height of video, have seen pointer-events: none works, when div position set absolute. have other divs after this, it's not way.

__________ |content | |_________| <<space>> __________ |content | |_________|

is there way create space between 2 divs , able click through? tried margins, of course of study nothing, because can't "see" video.

thanks in advance!

edit: video in iframe in fixed div @ position top 0, left 0, z-index -99. page comes after this, above video @ z-index 0. page contains static divs. want create space between 2 divs (with div or anything) video shown, , able click start it.

html css

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -