CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   HTML & CSS (http://www.codingforums.com/forumdisplay.php?f=13)
-   -   Images disappear when I include in a div... (http://www.codingforums.com/showthread.php?t=281301)

melprok 11-07-2012 12:13 AM

Images disappear when I include in a div...
 
Hi,

I have a problem when I include the catImages div, inside contentDiv div.
Any idea or any other information you need?

Any idea or any other information?

Thanks...

http://www.thechefmanny.com/receipts.html

aaronhockey_09 11-07-2012 01:15 AM

It is because of this div here adding margins to your images

Code:

#contentDiv img {
margin-left: 250px;
}

Remove it and your images appear just fine.


All times are GMT +1. The time now is 06:57 AM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.