Thema: hilfe bei css
Einzelnen Beitrag anzeigen
Alt 13.04.2008, 00:16   #1
darkcobalt
Des moch ma in da Post...
 
Registriert seit: 24.10.2001
Beiträge: 2.451


Standard hilfe bei css

hallo. was muss ich bei folgendem code ändern, damit der header zentriert angezeigt wird?

#ja-header {

height: 80px; /* you can change the heigth of the header here. Maximum height: 250px. */

position: relative;


}



#ja-header h1 {

font-size: 2.8em;

position: absolute;

top: 10px;

left: 0;

color: #CCCCCC;

}



#ja-header h1 img {

margin: 0;

padding: 0;

}



#ja-header a {

color: #CCCCCC;

}

http://www.alfacam.at/project/index.php hier ist die seite. der header steht immer links. HELP
____________________________________
thanks

D|C .::: DARKCOBALT :::.
darkcobalt ist offline   Mit Zitat antworten