Suche im Forum:
Suchen


Autor Nachricht
Beitrag29.06.2008 um 16:04 (UTC)    
Titel: Navi schrifft ändern!

Hey hab da nocheinmal ne frage

1. Wie heißt das wenn ich die schrifft ändern muss ich will z.b haben comic sanft oder so heißt die dann muss ich was eingeben?

2. WO? bei nav_element? oder nav_element_a oder ganz woanders?
Beitrag29.06.2008 um 16:37 (UTC)    
Titel:

hi - das kommt darauf an - wo die schrift erscheinen soll - in der navi - oder im text??
die schrift heißt comic sans

hier habe ich mal alle icebluecodes ausführlich erklärt
http://tutorials-area.de.tl/CSS_Code-Iceblue_ausf.ue.hrlich.htm
ciao michael
______________
Ciao Michael
Wenn man keine Ahnung hat, einfach mal fragen!


No Support via PN, E-Mail or Messenger - only here : FORUM
Beitrag30.06.2008 um 08:48 (UTC)    
Titel:

Ja Ich will halt die Schrifft beim CSS-DESIGN Wink (hatte ich vergessen zu schreiben) will ich in der Navigation halt das Home und sowas in Comic sans haben was muss ich da ändern im Code?
Beitrag02.07.2008 um 10:39 (UTC)    
Titel:

weiß das keiner?
Beitrag02.07.2008 um 13:05 (UTC)    
Titel:

Code:
li a{font-family: Comic Sans;}


Wink
______________
LG André

GMMTS.de
Beitrag03.07.2008 um 10:54 (UTC)    
Titel:

Hm..hab es jetzt so einfach eingefügt doch hat sich nichts verändert Sad
Beitrag03.07.2008 um 16:12 (UTC)    
Titel:

Versuch es so Wink

Code:
li a{font-family: "Comic Sans";}


Hatte die 2 " vergessen Wink
______________
LG André

GMMTS.de
Beitrag04.07.2008 um 13:38 (UTC)    
Titel:

Code:
#nav_container{
position: absolute;
left: 50%;
top:176px;
margin-left: -490px;
width: 187px;
margin-bottom: -3000px;
padding: 0px;}

ul#nav{
width: 187px;
padding: 0px;}

li.nav_element{
list-style-type: none;
position: relative;
padding:0px;
width: 187px;
height: 42px;
margin: 0px;}


li.nav_element a{
display: block;
width: 187px;
height: 32px;
font-weight: bold
text-decoration: none;
text-align: center;
color:#000000;
background-color:#xxxxxx;
background-image:url(http://img.webme.com/pic/b/bvb-vkl-kicker/navibutton.jpg);
border: 0px solid #000000;
margin: 0px;
padding-top: 10px;}



Das ist mein code

Wo füge ich das den jetzt ein?:
Code:
li a{font-family: "Comic Sans";}
Beitrag04.07.2008 um 14:35 (UTC)    
Titel:

Zitat:
#nav_container{
position: absolute;
left: 50%;
top:176px;
margin-left: -490px;
width: 187px;
margin-bottom: -3000px;
padding: 0px;}

ul#nav{
width: 187px;
padding: 0px;}

li.nav_element{
list-style-type: none;
position: relative;
padding:0px;
width: 187px;
height: 42px;
margin: 0px;}


li.nav_element a{
font-family: "Comic Sans";
display: block;
width: 187px;
height: 32px;
font-weight: bold
text-decoration: none;
text-align: center;
color:#000000;
background-color:#xxxxxx;
background-image:url(http://img.webme.com/pic/b/bvb-vkl-kicker/navibutton.jpg);
border: 0px solid #000000;
margin: 0px;
padding-top: 10px;}
So sollte es gehen
Beitrag04.07.2008 um 18:32 (UTC)    
Titel:

Hm...hat immer noch nicht geklappt!
Beiträge der letzten Zeit anzeigen:   


Powered by phpBB © 2001, 2005 phpBB Group
Deutsche Übersetzung von phpBB.de