Hallo zusammen,
ich benutze WOrdpress zum ersten Mal und kriege es nicht geregelt, dass meine "Leave a reply" in Mozilla und im Internet Explorer funktioniert. Ich poste mal hier meine Stylecss der Comment Structure, vielleicht könnt ihr mir helfen. Im Mozilla funzt alles reibungslos.
http://www.bvb09blog.de/blog
/* Comments Structure */
.comments { padding: 10px; margin-top: 15px; background: #1b1814; border-top: 1px solid #35302a; position: relative; }
#commentform p { float: left; margin: 0 10px 10px 0; }
.commentlist { background: #1b1814; list-style: none; margin: 0; padding: 0; }
.commentlist li { background: #161410; margin-top: 10px; padding: 5px 0 0; }
.commentlist li p { padding: 5px 10px 0; margin: 0; }
.commentlist li p.commentmetadata { border-bottom: 1px solid #35302a; background: #181612; padding: 5px 10px; margin-top: 10px; }
ul.archive { list-style: none; padding: 0; margin: 0 10px 25px; font-size: 1.3em; }
ul.archive li { display: inline; }
Alles anzeigen