overflow a child element outside a parent
-
I’m creating a theme where posts will be displayed in rows like this:
______________________________________________
[image] [title] [content…(scrollable)……………..]
—————————————
______________________________________________
[image] [title] [content…(scrollable)……………..]
—————————————The embedded image is (.entry p img), and .entry is set to overflow:auto so that long post content can be scrolled. But I need to get the <img> to be shown outside of the bounds of the (.entry p), around -110px to the left. Just moving the image to the left puts it outside of the visible area of .entry
What do I do? Have I made my question clear?
Gabe
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘overflow a child element outside a parent’ is closed to new replies.