N!tro*
Hi,
Es gib da ein Problem mit dem Template (glaub ich)
Ich weiß leider nicht welches Template das ist
Wäre nett wenn sich das jemand anschauen könnte
Izzmoo
Template: css
Dort müsste bei dir folgendes fehlen:
| code: |
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
|
.hoverMenu {
display: none;
position: absolute;
z-index: 10;
padding: 5px;
border: 1px solid {$style['tableinbordercolor']};
<if($style['tableafontcolor']!="")><then>color: {$style['tableafontcolor']};</then></if>
<if($style['tableabgcolor']!="")><then>background-color: {$style['tableabgcolor']};</then></if>
}
.hoverMenu ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.hoverMenu ul li {
text-align: left;
padding: 0;
} |
|