also wenn ich dich richtig verstehe....
...dann in der style-Datei. Ist zu mindestens bei mir so.. dort ist der Code meiner Buttons drin..
Es gibt ihr auch ein free Designs mit Button eins z.B. grcdesign01! Dort sieht die Style-Datei so aus :
/*customs*/
.lg_messages
{
color:#00CCFF;
font-family: Tahoma;
font-size:50px;
}
.lg_hello
{
color:#00CCFF;
font-family:Tahoma;
font-size:50px;
}
a.menu
{
display:block;
color: #FFFFFF;
font-size: 9px;
background:url(images/img_mp_norm.gif) #151515 ;
width: 185px;
height: 19px;
text-indent: 55px;
text-decoration: none;
font-family: Tahoma, Arial,Verdana, Helvetica, sans-serif;
line-height: 19px;
}
a.menu:hover
{
display:block;
color: #00CCFF;
font-size: 9px;
background:url(images/img_mp_hover.gif) #ffffff ;
width: 185px;
height: 19px;
text-indent: 55px;
text-decoration: none;
font-family: Tahoma, Arial,Verdana, Helvetica, sans-serif;
line-height: 19px;
}
/*standart*/
body
{
background-color: #000000;
margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px;
}
Code der Buttons:
a.menu
{
display:block;
color: #FFFFFF;
font-size: 9px;
background:url(images/img_mp_norm.gif) #151515 ;
width: 185px;
height: 19px;
text-indent: 55px;
text-decoration: none;
font-family: Tahoma, Arial,Verdana, Helvetica, sans-serif;
line-height: 19px;
}
a.menu:hover
{
display:block;
color: #00CCFF;
font-size: 9px;
background:url(images/img_mp_hover.gif) #ffffff ;
width: 185px;
height: 19px;
text-indent: 55px;
text-decoration: none;
font-family: Tahoma, Arial,Verdana, Helvetica, sans-serif;
line-height: 19px;
}