Hi,
I am using two divs like.
when I click on button b1,i have to display div2 parallel to div d1. I have written style for that. Its working fine for that.
The problem is div d1 too is showing empty space of size div d2.
please help
I am using two divs like.
Code:
<div id="d1"> <button b1> <button b2> <div id="d2"> <div> <div>
The problem is div d1 too is showing empty space of size div d2.
please help
Comment