2011-12-29 18:04, Brian M. Curran wrote:
http://www.draftingservices.com/blog/project-photofly-v2-resources
The issue appears to be specifically the formatting of the comments near the end of the page, before the form, inside the #comments element.
However, firebug would let me type in this line "margin: 0 0 0 60px" , but would not accept it. The line kept getting deleted after I typed it.
I didn't encounter any difficulty in doing that, and it seemed to fix the problem.
2. Am I on the right track in fixing my problem, or is there a better fix?
The comment elements seem to have an absolutely positioned <img> element, so some settings are needed to prevent other content from being hidden behind it. And a left margin is an obvious way.
A different approach would be to make the image floated on the left, set some right (and bottom) margin on it, and do clear: both when you reach an element that should now flow on the right of the image (.comment-body).
Yucca ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
