Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Need Sliding Panel on top of other divs Re: Need Sliding Panel on top of other divs

#73872
cybershot
Participant

okay, then you need to use positioning I would imagine to do that. Right now, your search box is in the normal flow of code, so when you expand it, it does push things down. You need to take it out of normal flow by using positioning. You might also need to add some z-index. I would try using absolute positioning on your search box and see what happens