CSS float problems, works in IE, doesn't work in Chrome/FF.. I'm probably doing something wrong

Posted by user1003916 on Stack Overflow See other posts from Stack Overflow or by user1003916
Published on 2012-08-28T21:28:12Z Indexed on 2012/08/28 21:38 UTC
Read the original article Hit count: 107

Filed under:
|

I'm not terribly well-versed in CSS.. and don't know all of the major quirks yet. Maybe someone can help me. I've set up an image showing my code, a diagram of my DIVs, and examples of how it looks in IE versus Chrome/FF

Diagram

Can someone direct me to the proper way to go about this?

It works fine in IE, but in Chrome and FF, one of the images is escaping its container, and the "content block" as I call it is going underneath the image it's supposed to be next to. Each of the components has a css class despite my diagram saying there's no css.. currently there's just some basic styling for those (padding, text-indent, etc).

Thank you

© Stack Overflow or respective owner

Related posts about html

Related posts about css