<html> <head> <style> .komentarz .cicon { float: left; margin: 2px 3px 3px 2px; } .komentarze { border-top: 1px solid #DBE3EE; } .komentarz { color: #000; border-bottom: 1px solid #DBE3EE; } .komentarze .light { background-color: #FFFFFF; } .komentarze .lightmoder { background-color: #FFD9D9; } .komentarze .lightmoder .quote { background-color: #FFB0B0; } .komentarze a { color: #D28A15 !important; text-decoration: none; } </style> </head> <body> <div class="komentarze"> <div class="komentarz light"> <div> Tresc komentarza </div> </div> </div> </body> </html>
To jest wycięty fragment mojej strony do komentarzy. Mam taki problem, że w FireFox'ie i Operze wszystko wyświetla się poprawnie, a w IE 6, 7 i 10 nie wyświetla się treść komentarza, jak zaznaczę ten fragment gdzie powinien być tekst to on tam jest, ale powinien się normalnie wyświetlać.