• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

Hilfe : CSS

Breaker001

Neues Mitglied
Hallo Leute,

ich bin neu hier im Forum und hoffe, dass mir geholfen werden kann.

Beschäftigen mit HTML und CSS tue ich mich knapp seit 2 Wochen.
Nun habe ich folgendes Problem:

Meine Internetseite

Auf der gerade gezeigten Seite, wirkt die CSS Datei immer unterschiedlich. Auf der Startseite funktioniert es.. sonst nicht mehr.

Wie kann ich daran was ändern?

Der Code sieht wie folgt aus:

body
{
text-align:center;
}
.header
{
background-color:#000;
color:#FFF;
font-style:normal;
font-size:36px;
font-weight:bold;
text-align:center;
margin-left:3px;
margin-right:10px;
padding-bottom:20px;
padding-top:20px;
box-shadow: 5px 5px 5px #333;
}
.nav
{
background-color:#666;
font-family:Verdana, Geneva, sans-serif;
box-shadow: 5px 5px 5px #333;
margin-left:3px;
margin-right:0px;
margin-top:1px;
width:200px;
padding-bottom: 20px;
box-shadow: 5px 5px 5px #333;
}
.center
{

background-color:#999;
box-shadow: 5px 5px 5px #333;
font-family:Verdana, Geneva, sans-serif;
font-weight:lighter;
margin-left:215px;
margin-right:10px;
margin-top:-210px;
box-shadow: 5px 5px 5px #333;
}


a:link
{
text-decoration:none;
font-weight:bold;
color:#F00;
}

a:visited
{
text-decoration:none;
color:#FF0;
}

a:hover
{
text-decoration:none;
background-color:#0F0;
}
.text
{
font-family:Verdana, Geneva, sans-serif;
text-align:center;
width:1000px;
margin-left:100px;
margin-right:100px;
}
.table
{
margin-left:50px;
margin-right:50px;
margin-bottom:50px;
margin-top:50px;
text-align:center;
}
.pic
{
margin-top:50px;
}

.link
{
text-align:left;
}

Es wäre echt super, wenn Ihr mir helfen könntet.

Gruß
Breaker001
 
<img>-Tags zumachen, teilweise verwendest du veraltetes Markup (dazu das hier). Was ein "DOCTYPET" ist, weiß ich beim besten Willen auch nicht :-P.

Auf der ganz sicheren Seite bist du, wenn dein Markup valide ist.

Nils aka XraYSoLo
 
Zuletzt bearbeitet:
Hallo nach 5Tagen,

überlege dir mal für wem das macht, ob Kinobesitzer oder Normal User?
Denn 1633px breite Seite ist glaube ich etwas sehr breit für normal User :O).

Cheffchen
 
Zurück
Oben