Hallo!
Ich habe gerade versucht ein Design zu coden ( von Devine ) und es hatte auch alles eigentlich gut geklappt, aber dann gingen die mainMenu Buttons auf einmal nicht mehr. ( siehe: http://cyl.mysamp.de/forum/index.php?page=Index )
Eigentlich habe ich nichts geändert, was damit zu tun und alles was ich gemacht hatte, hab ich auch wieder rückgängig gemacht, hat jedoch nichts gebracht. O.o
CSS Code:
CSS
#mainMenu, .mainMenu a, .mainMenu, #footer, #header, #logo, .mainMenuInner a, .mainMenuInner {
border:0px none !important;
}
#mainMenu {
background:url("../images/darkred/mainMenu.png");
height:89px;
width:1218px;
}
#mainMenu img {
display:none;
}
.mainMenuInner a {
font-family:arial;
font-weight:bold;
font-size:11pt;
padding-top:30px;
padding-left:60px;
}
#main {
background:url("../images/darkred/main.png");
background-repeat:repeat-y;
padding:60px;
width:1098px;
}
#footer {
background:url("../images/darkred/footer.png") no-repeat;
width:1188px;
height:119px;
padding:15px;
}
.copyright a {
color:#cccccc;
}
.copyright a:hover {
color:#666666;
}
.containerHead {
background:url("../images/darkred/containerHeadSmall.png");
}
.tabMenu a {
font-family:arial;
font-weight:bold;
font-size:9pt;
}
.boardTitle a:hover {
color:#FFFFFF;
}
#userPanel {
position:absolute;
padding-top:185px;
padding-left:40px;
width:1218px;
}
#search {
margin-right:-70px;
margin-top:123px;
}
Alles anzeigen
P.S. Sorry Admins, hatte es vorher aus Versehen in den falschen Bereich gepostet.