Can you help me align this HTML with CSS?
October 16, 2014 8:02 AM   Subscribe

the jsfiddle What I want is the p text to wrap around the dog, and the two side bars to appear on the right side starting from the top. Is this possible? Inside is a plaintext example of what I want. I'd like to make it as responsive as possible.

IMGDOG Text Text Text             SIDE LIST
IMGDOG Text Text Text             SIDE LIST
IMGDOG Text Text Text             SIDE LIST
Text Text Text Text    
Text Text Text Text               SIDE LIST 2
Text Text Text Text               SIDE LIST 2
Text Text Text Text               SIDE LIST 2
Text Text               
posted by czytm to Computers & Internet (3 answers total) 2 users marked this as a favorite
 
Best answer: Of course I think I figured it out right after I posted. I just needed a wrapper around the two sidebars, and float the wrapper to the right

http://jsfiddle.net/k9hrb25n/
posted by czytm at 8:17 AM on October 16, 2014 [1 favorite]


You need to take the image outside the paragraph (move it above). Should magically begin to work then.
posted by pipeski at 8:17 AM on October 16, 2014


Best answer: Any reason you can't have the sidebar as a container that contains the two lists? Something like this?
posted by backwards guitar at 8:17 AM on October 16, 2014


« Older How to advocate for a bright kid in a state with...   |   Help me understand the societal implications of... Newer »
This thread is closed to new comments.