Acidfood
Mitglied
Hallo,
gleich meine Frage:
Ist es möglich das horizontale Scrollen zu unterbinden oder habe ich irgendwas Falsch gemacht?
Wieso geht das bei News aber bei Profil nicht?
http://www.ceess.de/index1.html
Gruss Christian
gleich meine Frage:
Ist es möglich das horizontale Scrollen zu unterbinden oder habe ich irgendwas Falsch gemacht?
Code:
.scrollen
{
position : absolute;
top : 0px;
left : 0px;
color: #000000;
font-size: 9pt;
font-family: Helvetica, Verdana, Arial, sans-serif;
font-weight: bold;
text-align: justify;
padding: 4px;
width: 450px;
height: 325px;
float: left;
overflow: auto;
scrollbar-3dlight-color: #BAB9B4;
scrollbar-arrow-color: #E00000;
scrollbar-darkshadow-color: #BAB9B4;
scrollbar-face-color: #BAB9B4;
scrollbar-highlight-color: #D0D0D0;
scrollbar-shadow-color: #D0D0D0;
scrollbar-track-color: #BAB9B4
}
Wieso geht das bei News aber bei Profil nicht?
http://www.ceess.de/index1.html
Gruss Christian