ich bins ma wieder nach etwas längerer zeit
also ich wollte grade in meiner shoutbox (spambox) auch diese sprechblasen einbauen. habs sogar hinbekommen. sieht bei firefox auch richtig schön aus
aber beim internet Explorer ist jetzt die ganze linke seite und die mitte einfach leer
könnt ihr mir da helfen?
ich poste jetzt nich den ganzen code ist zuviel aber hier mal ein bissle
Hier der css code
<style type="text/css"> <!-- /* Bubble with an isoceles triangle ------------------------------------------ */ .example-right { position:relative; padding:5px 5px; margin:0; color:#000fff; background:transparent; /* default background for browsers without gradient support */ -webkit-border-radius:10px; border-radius:30px; -moz-border-radius: 20px 30px 30px 20px; border-style: solid; border-width: 6px; padding: 5px; } /* display of quote author (alternatively use a class on the element following the blockquote) */ .example-right + p {margin:5px 0 2em 40px; font-style:italic;} /* creates the triangle */ .example-right:after { content:"\00a0"; display:block; /* reduce the damage in FF3.0 */ position:absolute; bottom:-30px; left:0px; width:110px; height:0px; border-width:0px 25px 30px 0px; border-style:solid; border-color:transparent #000fff; </style>
hier die textanzeige
... while ($result = db_fetch_assoc($query)) { echo ' <blockquote class="example-right"> <table style="hight:200px width:100%;" background="' . $result['Bild'] . '" border="0" cellpadding="0" cellspacing="0"> <tr><td> <b><b><b><a href="index.php?user-details-' . $result['user_id'] . '"><font color="#' . $result['color'] . '">' . $result['nickname'] . '</a></b></b></b><br></font> <font color="#' . $result['color'] . '">' . date(' d.m.Y || H:i:s' , $result['time']) . '</font> <br>'; if ($row['profilbild'] <= 0) { $query2 = db_query('SELECT * FROM `prefix_user` WHERE id = '.$result['user_id'].''); while ($us = db_fetch_assoc($query2)) { echo'<br><img src="' . $us['avatar'] . '" /><br>'; } } $result['ticker'] = MessageFormat($result['ticker'], $row['bildb'], $row['bildh']); echo '<font color="#' . $result['color1'] . '"><marquee direction="left" scrollamount="5">' . $result['ticker'] . '</marquee></font>'; $result['text'] = MessageFormat($result['text'], $row['bildb'], $row['bildh']); $result['text'] = preg_replace('/([^\s]{' . $row['wortlänge'] . '})(?=[^\s])/', "$1\n", $result['text']); if ($result['color'] != '') echo'<font color="#' . $result['color1'] . '">' . $result['text'] . '</font>'; else echo $result['text']; echo'</td></tr> </table> </blockquote><br><br> '; } } echo'</div> ...
könnt ihr mir da helfen? ich komm da echt nich weiter, was ich jetzt ändern muss das man die sprechblasen bei ff sieht und vllt bei IE nur die normale box ohne sprechblasen...
falls doch der ganze code benötigt wird dan poste ich dne auch noch
betroffene Homepage: clan.stshq.de
Zuletzt modifiziert von MVN050 am 10.10.2010 - 13:07:29