Hallo,
ich habe ein problem und weiss nicht wie ich es lösen kann.
habe mir schon einiges im internet rausgesucht aber noch nciht wirklich was passendes gefunden.
das css menü steht ja schon fest aber wie ich das jetzt in typo integriere ist mir ein rätsel.
hier mal der code:
css code:
Code:
#hbuttons a{
color: #FFFFFF;
display: inline;
text-decoration: none;
font: bold 10px Arial;
display: inline;
background-image:url(versuch.png);
background-repeat: no-repeat;
padding-top: 2px;
width: 80px;
height: 5px;
margin-right: 2px;
text-align: center;
float: right;
}
#hbuttons a:hover{
background-image:url(versuch2.png);
} html code:
HTML-Code:
<div id="hbuttons"> <h3> <a href="#">versuch</a> <a href="#">versuch1</a> <a href="#">versuch2</a> </h3> </div> </div>
wie fängt man jetzt an den code für typo zu schreiben damit der das menü dort anerkennt?
bin für jede hilfe dankbar.
gruß
chaos