Homepage selbermachen 7.851 Themen, 35.616 Beiträge

Navigationsleiste

Luntze / 4 Antworten / Flachansicht Nickles

So, der vorletzte Beitrag sagt ja aus, dass ich meine Navigationsleiste ändern muss, da swf jetzt vo Explorer geblockt wird.

Ich dachte an etwas wie das hier:

http://www.webmatze.de/webdesign/css/navigationsleiste.htm

Was von dem html bzw. css ist denn nun relevant, um Tasten wie ganz unten zu bekommen?

Könnte mir das jemand hier vielleicht als Antwort kopieren?

Danke

bei Antwort benachrichtigen
mr.escape Luntze „Navigationsleiste“
Optionen

So etwas?



<STYLE type="text/css">
  <!--
  .navBar {
    width: 250px;
    margin: 8px 8px 8px 8px;
    padding: 0px 0px 0px 0px;
  }
  .navBar a {
    display: block;
    border-width: 1px;
    border-style: solid;
    border-left-color: #FFFFFF;
    border-top-color: #FFFFFF;
    border-right-color: #666666;
    border-bottom-color: #666666;
    background-color: #9BCCCA;
    width: 100%;
    text-align: center;
    color:#333333;
    text-decoration: none;
    padding-top: 2px;
    padding-left: 4px;
    padding-bottom: 2px;
    padding-right: 4px;
  }
  .navBar a:hover {
    display: block;
    border-width: 1px;
    border-style: solid;
    border-left-color: #666666;
    border-top-color: #666666;
    border-right-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    background-color: #7BB9B7;
    color:#666666;
    text-decoration: none;
    padding-top: 3px;
    padding-left: 5px;
    padding-bottom: 1px;
    padding-right: 3px;
  }
  -->
</STYLE>

<DIV class="navBar">
    static_cache/538069911.html" target="_blank" rel="nofollow">http://www.nickles.de/static_cache/538069911.html">static_cache/538069911.html
    static_cache/538069904.html" target="_blank" rel="nofollow">http://www.nickles.de/static_cache/538069904.html">static_cache/538069904.html
    static_cache/538069897.html" target="_blank" rel="nofollow">http://www.nickles.de/static_cache/538069897.html">static_cache/538069897.html
    static_cache/538069894.html" target="_blank" rel="nofollow">http://www.nickles.de/static_cache/538069894.html">static_cache/538069894.html
    static_cache/538069891.html" target="_blank" rel="nofollow">http://www.nickles.de/static_cache/538069891.html">static_cache/538069891.html
</DIV>


"The man who trades freedom for security does not deserve nor will he ever receive either." - Benjamin Franklin"Wer seine Freiheit aufgibt, um Sicherheit zu erreichen, wird beides verlieren." - Georg Christoph Lichtenberg
bei Antwort benachrichtigen