Ultimate Gear War
Join the alien war, prepare your gear and protect your base at all cost!
4.18 / 5.00 15,602 ViewsHere's the problem, In the picture, there are invisible divs, and when JS is excecuted by pressing the Comment button, it makes a form appear. However for whatever reason, the rest of the shit doesn't get out of the way. I tried setting the div displays to block in CSS but still nothing. I'm rubbish at CSS so can anyone tell me what I'm doing wrong?
Like an idiot, I forgot the pic.
code would help, without code we can only guess. My guess would be either you're floating or positioning in an awkward way.
From the sounds/looks of it that is being caused by absolute positioning being applied to one or more of the elements, but as citricsquid pointed out we'll need the JS and CSS code to know for sure what the problem is.