MyBB.de Forum
[z.Z. fertig] XHTML 1.1 - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Sonstiges (https://www.mybb.de/forum/forum-1.html)
+--- Forum: Programmierung (https://www.mybb.de/forum/forum-32.html)
+--- Thema: [z.Z. fertig] XHTML 1.1 (/thread-6404.html)

Seiten: Seiten: 1 2


RE: [z.Z. fertig]XHTML 1.1 - Tag Problem - Michael - 16.07.2007

Das geht über das Attribut overflow.
Code:
.klasse {
    height: 200px;
    overflow: auto;
}



RE: XHTML 1.1 - Tag Problem - modercol - 20.07.2007

Kommt leider im bereich indem sie included wird folgende Meldung
Zitat:Warning: mysql_connect() [function.mysql-connect]: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) in /usr/export/www/vhosts/funnetwork/hosting/gamerstrix/klasse/shout/index.php on line 36
Verbindung zur Datenbank fehlgeschlagen..
bei folgendem Code:
Code:
<div style="height:400px; width:190px; overflow:auto; ">
<?php include "shout/index.php"; ?>
</div>
Shoutbox ist aber über shout/index.php in der Adresszeile zu erreichen...Rolleyes

EDIT: Kann keiner helfen, ich kann nämlich solange keine Shoutbox einbindenSad?


RE: XHTML 1.1 - Tag Problem - Mak - 20.07.2007

Das hat mit dem Code gar nichts zu tun. Wende dich an deinen Hoster.


RE: XHTML 1.1 - Tag Problem - modercol - 20.07.2007

Ich hab das Problem selber durch viel Aufwand beseitigen könnenSmile