|
in the website I am building I have a container div with a background and a width set to roughly half the page. Inside this container I am attempting to put photos. To do this, I am creating another div for each <img> containing the <img> tag and another div for the caption.when I try to float the main img div inside the container left, it starts behaving as if it is no longer inside the container (i.e. the container no longer expands to accomadate it, and sometimes the image even sits behind the container) can anyone help me on this?
|