I am having a slight issue with my paragraph content that is surrounded by 2 divs:
http://jsfiddle.net/NinjaSk8ter/6sv5T/
I need to have the Content appear below the contentheader div and wrap the imagebox div and not overlap the imagebox div. The p Content should surround the contentheader and imagebox.
I have tried to apply a z-index for the contentheader and imagebox which has not worked.
I did however set the margin-top for the paragraph tag so that the content would appear below the contentheader div, but I don’t think that is the correct approach.
I was hoping to be able to apply the “contentbox” class for the content, but I am not sure how to enable this div to be outside of the other contentheader and imagebox div.
If someone could clue me in on how this is done I would appreciate it.
I’ve re-arranged your HTML and CSS as you can see here: jsFiddle example.
HTML
CSS