mir st wichtiger, dass in der shoutbox die schriftfarbe schwarz ist und der hintergrund auch schwarz ist.
aber komischweiße ist die schift nur in der shoutbox schwarz...
ich hab mal nachgesehn und folgendes versucht aber das funlktionierte nicht knan mir jemand helfen dass die schriftfarbe der shoutbox anders wird?
Code:
<form name="shout" method="post" target="shoutbox" action="shoutbox_content.php?action=save"> <iframe allowtransparency="true" src="shoutbox_content.php" style="color: #FFFFFF;" width="160" height="180" name="shoutbox" frameborder="0"> <p>Ihr Browser kann leider keine eingebetteten Frames anzeigen</p> </iframe><br> • <a href="index.php?site=shoutbox_content&action=showall">all messages</a><br> <input type="text" name="name" size="24" onFocus="this.className='form_on';" onBlur="this.className='form_name'" maxlength="255" $name_settings> <br> <input type="text" name="message" size="24" class="form_text" onFocus="this.className='form_on';" onBlur="this.className='form_text'" maxlength="255"> <br> • <a href="javascript:document.shout.submit()">shout!</a> </form>
also habe ich diesen code eingefügt:
Code:
style="color:#FFFFFF;
dann sah das so aus:
Code:
<form name="shout" method="post" target="shoutbox" action="shoutbox_content.php?action=save"> <iframe allowtransparency="true" src="shoutbox_content.php" style="color:#ff0000;" width="160" height="180" name="shoutbox" frameborder="0"> <p>Ihr Browser kann leider keine eingebetteten Frames anzeigen</p> </iframe><br> • <a href="index.php?site=shoutbox_content&action=showall">all messages</a><br> <input type="text" name="name" size="24" onFocus="this.className='form_on';" onBlur="this.className='form_name'" maxlength="255" $name_settings> <br> <input type="text" name="message" size="24" class="form_text" onFocus="this.className='form_on';" onBlur="this.className='form_text'" maxlength="255"> <br> • <a href="javascript:document.shout.submit()">shout!</a> </form>
was ist daran falsch ist style für da script der falsche code oder was`?
bitte hilfe