Hallo
Oh Mann, Myspace, da haben sich schon viele die Zähne ausgebissen ;-)
die DIV die ich konkret ändern will heißt 'profile_bandschedule'.
Also
div[id="profile_bandschedule"]{
position:absolute;
color:000000;
font-family:arial;
z-index:9;
height:370px;
width:430px;
overflow-y:auto;
overflow-x:hidden;
top:1143px;
margin-left: 68px;
}
Versuchs mal mit
div#profile_bandschedule{
und
left:74px;
Ein "position:absolute;" ohne "left:xxpx" verursacht beim IE oft Übelkeit.
Nat. hab ich mir den gesamten Quellcode inkl. CSS nicht genau durchgesehen, wäre auch etwas zuviel verlangt ;-)
Aber: Versuch macht kluch ;-)
Reynhard B.