Kod: Zaznacz cały
#msg > li.row1 {
list-style-type: none;
display: block;
margin: 0;
height: 5;
width:100%;
float: left;
Kod: Zaznacz cały
#msg > li.row1 {
list-style-type: none;
display: block;
margin: 0;
height: 5;
width:100%;
float: left;
Kod: Zaznacz cały
#msg > li.row1 {
list-style-type: none;
display: block;
margin: 0;
height: 5px;
width:100%;
float: left;
}Kod: Zaznacz cały
<br clear="all" />
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<td class="cat"><h4 style="text-align: center">{L_SHOUTBOX}</h4></td>
</tr>
<tr>
<td class="row1" align="left"><span id="shoutbox"></span></td>
</tr>
</table>
<script type="text/javascript">
display_shoutbox = true;
load_shout();
</script>
<br clear="all" />Kod: Zaznacz cały
<td class="row1" align="left"><span id="shoutbox"></span></td>Kod: Zaznacz cały
<td class="row1" align="left"><span style="display: block" id="shoutbox"></span></td>Kod: Zaznacz cały
<br clear="all" />
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<td class="cat"><h4 style="text-align: center">{L_SHOUTBOX}</h4></td>
</tr>
<tr>
<td class="row1">
<ul style="list-style-type: none">
<li style="height: 20px" id="shoutbox"></li>
</ul>
</td>
</tr>
</table>
<script type="text/javascript">
display_shoutbox = true;
load_shout();
</script>
<br clear="all" />
Kod: Zaznacz cały
#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;
}
#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: 0;
}Kod: Zaznacz cały
/* Animate Digits IP Tracking Counter*/
td.counter {padding: 0; }
#msg > li.row1 {
display: block;
list-style-type: none;
margin: 0;
height: 10px;
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: 98%;
}
#msg > li > dl > dt{
width: auto !important;
white-space: nowrap;
margin-right: 2px;
}
#msg > li > dl > dd > input{
margin: 3px;
}
#msg > li > dl > dd#msgbody{
display: inline;
padding: 2px 0 1px 0px !important;
vertical-align: middle;
float:none !important;
}
#base_ul
{
list-style:none;
margin-left: 0;
}Kod: Zaznacz cały
/* Animate Digits IP Tracking Counter*/
td.counter {padding: 0; }
#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: 98%;
}
#msg > li > dl > dt{
width: auto !important;
white-space: nowrap;
margin-right: 2px;
}
#msg > li > dl > dd > input{
margin: 3px;
}
#msg > li > dl > dd#msgbody{
display: inline;
padding: 2px 0 1px 0px !important;
vertical-align: middle;
float:none !important;
}
#base_ul
{
list-style:none;
margin-left: 0;
}