Einzelnen Beitrag anzeigen
  #5 (permalink)  
Alt 08.12.2009, 22:39
hallo2008 hallo2008 ist offline
Hans Wurst
neuer user
Thread-Ersteller
 
Registriert seit: 23.12.2007
Beiträge: 47
hallo2008 befindet sich auf einem aufstrebenden Ast
Standard

Ich dachte ich hätte alle wichtigen Code-Ausschnitte gepostet.
Was soll ich denn noch posten? Vom Markup her denke ich mal ist alles klar....oder?
Also poste ich mal noch mehr CSS....
Code:
strong { font-weight:normal; }

#tabnav {
	float:left;
  width:100%;
	background-color:yellow;
  font-size:93%;
  line-height:normal;
}

#tabnav ul {
  margin:0;
  padding:0;
  list-style:none;
}

#tabnav ul li {
  float:left;
  padding:0;
	width:165px;
	background-color:transparent;
    }
		
#tabnav ul li:hover {
	font-weight:bold;
	color:green;
	
}

#tabnav a {
    display:block;
    padding:6px 10px;
		height: 23px;
		text-decoration:none; color:#999;
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		background:transparent url(img/repeat.gif) bottom repeat-x;
    }
		
#tabnav ul li strong  {
	background:transparent url(img/rechts3.gif) no-repeat right bottom;
}

#tabnav ul li strong a {
	background:transparent url(img/links3.gif) no-repeat left bottom;
	color: #033;
Wenn ich noch was posten soll sag einfach bescheid. Danke fürs Bemühen
Mit Zitat antworten