zurück zur Startseite
  


Zurück XHTMLforum > (X)HTML und CSS > CSS
Seite neu laden Problem mit der Darstellung bei CSS!!

Antwort
 
LinkBack Themen-Optionen Ansicht
  #1 (permalink)  
Alt 27.01.2005, 14:01
Neuer Benutzer
neuer user
Thread-Ersteller
 
Registriert seit: 27.01.2005
Beiträge: 2
FuFi befindet sich auf einem aufstrebenden Ast
Standard Problem mit der Darstellung bei CSS!!

Hallo erstmal, bin neu hier.

Hab ein Problem mit der Darstellung meiner Homepage. Und zwar wird im Internet Explorer alles richtig dargestellt der Firefox verzieht mir allerdings das Menü und der Content-div ist ein bisschen nach unten verschoben. Ist mein erster Versuch ne Page mit CSS zu programmieren. Bitte entschuldigt Newbie-Fehler

Bin für jeden Tipp dankbar!

Hier mal mein CSS Code

Code:
body
{
 font-family:Verdana;
 font-size:12px;
 background-color:#E8EEF4;
}
h1 {font-size:20px;color:#000000;margin-bottom:0px;}
h2 {font-size:16px;color:#000000;}
h3 {font-size:14px;color:#000000;}
p {margin-top:0px;}
li {font-size:15px;margin-left:15px;line-height:20px;}

a:link, a:visited, a:active, a:hover
{
  text-decoration:none;
  font-weight:bold;
  color:#FFFFFF;
  font-size:14px;
  text-decoration:none;
}
a:active, a:hover
{
 color:#FF4000;
 text-decoration:none;
}
#title {
height:80px;
padding:5px;
margin-bottom:25px;
background-color:#214fa3;
}
#left {
width:14%;
height:auto;
float:left;
line-height:25px;
background-color:#214fa3;
}
.menu
{
padding:2px;
border-bottom:2px dashed #999999;
display:block;
}

#content {
width:80%;
float:right;
}
Und mein HTML Code

Code:
<?xml version="1.0" encoding="iso-8859-1"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
 "http://www.w3.org/TR/xhtml1/DTD/Strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de"> <head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="Author" content="" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<title></title>
</head>

<link href="master.css" rel="stylesheet" type="text/css" />


<div id="title">[img]Bilder/Fotos_Allgemein/Logogelb2.jpg[/img]</div>

 <div id="left" style="clear:right;">
  &raquo;Home
  &raquo;Neuheiten
  &raquo;Englisch
  &raquo;Mathematik
  &raquo;Schreiben
  &raquo;Ausstattung
  &raquo;EDV
  &raquo;Umwelt
  &raquo;Zeichenger&auml;te
  &raquo;Sport
  &raquo;Einzelst&uuml;cke
</div>
 <div id="content">
</div>

</body>
</html>

FuFi
Mit Zitat antworten
Sponsored Links
Antwort

Themen-Optionen
Ansicht

Forumregeln
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus


Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
Einbindung von frei erhältlichen Scripten - CSS Problem DonL CSS 1 22.01.2011 17:09
Problem Browserweiche IE CSS 00001 CSS 5 24.09.2010 11:23
Problem mit CSS relative, absolute & float FrageHabe CSS 3 13.08.2010 15:40
Css und Steam Problem justinlenz Offtopic 3 27.03.2008 22:58
Problem mit Layout- Totaler CSS Noob meici CSS 3 01.03.2008 17:33


Alle Zeitangaben in WEZ +2. Es ist jetzt 00:47 Uhr.