html - CSS comments layout -
i want make css layout comments.
so comment block consists of 3 parts:
- user photo on left
- comment header (consisting of user name floated left , comment data floated right)
- comment body (floating user photo)
http://dabblet.com/gist/10660127 have far. problem cant make proper comment heading. want align properly, if put many brs after .comment-title (but not best solution, here show desired result: http://dabblet.com/gist/10660333).
any solution markup?
you need add clear: both
(or maybe clear: right
, depending on how behaves avatar image) body
class.
you can give padding-top
, too.
Comments
Post a Comment