Seite 1 von 1

Ajax Shoutbox - kleiner Schönheitsfehler

Verfasst: 19.11.2007 21:29
von jagabongo
Also ich hab diesen Mod auf meinem phpBB3 RC7 installiert:

Klick me! :)

und folgens problem ist aufgetreten:

[ externes Bild ]

das geschrieben erscheint einfach hinter dem datum usw... anstatt hinter dem namen des chatters... :D

Hier der css style der shoutbox und alle anderen files hab ich in ne rar auf rapidshare geuppt!

Code: Alles auswählen

#shoutbox
    {
      font-size: 1.1em;
    }

    #msg > li.row1 {
       display: block;
       list-style-type: none;
       margin: 0;
       height: auto;
       width:98%;
       float: left;
    }

    #msg > li.row2 {
       display: block;
       list-style-type: none;
       margin: 0;
       height: auto;
       width:98%;
       float: left;
    }

    #msg > li > dl{
       vertical-align: middle;
       width: 100%;
    }
       
    #msg > li > dl > dt{
       width: auto !important;
       white-space: nowrap;
       margin-right: 2px;
    }

    #msg > li > dl > dd > input{
       margin: 3px;
       width: 30px;
    }

    #msg > li > dl > dd#msgbody{
       display: inline;
       padding: 3px 0 1px 0px !important;
       vertical-align: middle;
       float:none !important;
    }

    #base_ul
    {
       list-style:none;
       margin-left: 12px;
    }
http://rapidshare.com/files/70859405/shoutbox.rar.html

Verfasst: 20.11.2007 15:38
von Hamster
Hallöchen,

ich hatte auch sehr lange Probleme mit dieser Shoutbox gehabt, bis ich diese Version nahm: ajax_shout_1_0_2a
Seither läuft diese wunderbar :wink:

Hamster