Einzelnen Beitrag anzeigen
Alt 01.10.2008, 16:49   #4
zAPPEL
Inventar
 
Registriert seit: 07.11.2001
Ort: Perchtoldsdorf
Alter: 45
Beiträge: 2.085

Mein Computer

Standard

Also wie gesagt, <h2> innerhalb der li ist nicht gut, warum hast du das?

HTML-Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Unbenanntes Dokument</title>
<style type="text/css">
<!--
#top {
    font-size: 0.83em;
    float: left; width: 120px;
    margin: 0 0 1.2em; padding: 0;

  }

  #top li {
    display:inline ;
    list-style: none;
    margin: 0; padding: 0.0em;
    list-style-type: none;
  }
  
#top a {
    padding: 0.2em;
    font-weight: bold;
    
  }
  
h2 {
 font-size: 1em;
    margin: 1.1em 0 0;   padding: 0.2em;
    border-color: #FDDBA5;
    color: #9C7E4D; background-color: #FDDBA5;
  }-->
</style>
</head>

<body>
<h2>Menue:</h2>
<ul id="top">
<li><a href="/bla.html">Bla</a></li>  
<li><a href="/bla.html">Bla</a></li>  
<li><a href="/bla.html">Bla</a></li>  
</ul>

</body>
</html>

Wie soll das ganze denn am Schluss aussehen?
Menü: Menü1 Menü2 Menü3 ?
____________________________________
„Das menschliche Gehirn ist eine großartige Sache.
Es funktioniert vom Moment der Geburt an – bis zu
dem Zeitpunkt, wo du aufstehst, um eine Rede zu halten.“ Mark Twain

"Windle shook his head sadly. Four exclamation marks, the sure sign of an insane mind" Reaper Man, Terry Pratchett

Geändert von zAPPEL (01.10.2008 um 17:00 Uhr).
zAPPEL ist offline   Mit Zitat antworten