Date: 09/08/05 (WebDesign) Keywords: php, css I'm trying to do nested/threaded commenting system, not unlike what you see here on livejournal, but I really want to do it using CSS + DIV tags instead of using nested tables. Basically, I have a complete comment box that holds all the comments, and then I have a "headers" element that defines the layout of the header. I've been using 'margin-left' to move things to the right by calculating (25 * nested level) as it's value (I'm using PHP). The problem is that moves the whole header outside of the comment box, as shown below: Source: http://www.livejournal.com/community/webdesign/973560.html
|