Es wäre schön, wenn mir jetzt jemand helfen könnte, denn ich bin es leid, Alleinunterhalter zu sein. Und vor allen Dingen komme ich nicht mehr weiter!!
Ich habe unter http://www.panik-crew.de nun die Naviagtion einigermassen hinbekommen, aber es fehlen noch ein paar Sachen zum kompletten Glück.
Wenn ich über den Tab fahre, erscheint eine Grafik (die ich mir gebastelt habe). Leider verutscht aber meine Grafik ein paar Pixel nach rechts, so dass links ein weisser Rand entsteht. Kann mir bitte jemand sagen, wie ich diesen Rand wegbekomme? Hier der Code...
#tabsF {
float:left;
width:95%;
background:url("/images/kubrickbgwide.jpg") no-repeat left bottom;
font-size:125%;
}
#tabsF ul {
margin:0;
padding:0px 0px 0 28px;
list-style:none;
}
#tabsF li {
display:inline;
margin:0;
padding:0;
}
#tabsF a {
float:left;
background:url("tabrightF.gif") no-repeat left bottom;
margin:0;
padding:0 0 0 5px;
text-decoration:none;
}
#tabsF a span {
float:left;
display:block;
background:url("tableftF.gif") no-repeat right bottom;
padding:7px 15px 4px 6px;
color:#666;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsF a span {float:none;}
/* End IE5-Mac hack */
#tabsF a:hover span {
color:#fff;
}
#tabsF a:hover {
color:#a1a1a1;
background-position:0% -42px;
}
#tabsF a:hover span {
color:#000000;
background:url("tabmidF.gif");
background-position:0% 67px;
}
Alles anzeigen
Vielken Dank,
GTFreak