Problem with divs (and how to fixed)
-
Hi there!
In the 408 line shows:
$show .= ‘</div><div>’;
This make unclosed divs problem, and generate other design problems. I fixed closed the last div and added one more.
$show .= ‘</div></div></div>’;
That’s it!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Problem with divs (and how to fixed)’ is closed to new replies.