kostenloser Webspace werbefrei: lima-city


Tabelle einfärben

lima-cityForumDie eigene HomepageHTML, CSS & Javascript

  1. Autor dieses Themas

    tom1989m

    tom1989m hat kostenlosen Webspace.

    SO ich hab da n problem. 1st mal wenn mir einer helfen will dann schau bidde auf www.tom1989m-page.de.vu und schau dir des men? bidde an wenn dus genau ansiehst und ?ber z.b starteite gehst dann f?rbt sich startseite ein ich w?rd aber gerne haben das sich die ganze spalte einf?rbt kann mir da bidde wer helfen.

    Ben?tze f?r das was jetzt passiert diesen code.
    <style>A:active{color:#8B0000;}A:hover{color:#8B0000; background-color:#F8F8FF;
    text-decoration:none; font-family:Tahoma; font-size:11pt;}--></style>
  2. Diskutiere mit und stelle Fragen: Jetzt kostenlos anmelden!

    lima-city: Gratis werbefreier Webspace für deine eigene Homepage

  3. s******s

    mach bei jedem <td> eine Klasse z.b. <td class="navi">

    und ?ndere dann das stylesheet zu

    <style>
    <!--
    TD.navi:active
    {
    color:#8B0000;
    }
    TD.navi:hover
    {
    color:#8B0000;
    background-color:#F8F8FF;
    text-decoration:none;
    font-family:Tahoma;
    font-size:11pt;
    }
    -->
    </style>
    so sollte es gehen
  4. Autor dieses Themas

    tom1989m

    tom1989m hat kostenlosen Webspace.

    So also bei mir geht jetzt nix mehr mit makieren
    kann mir mal einer sagen wo der fehler steckt:?

    <html>
    <body onselectstart="return false">
    <head>
    <meta http-equiv="Content-Language" content="de">
    <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
    <meta name="ProgId" content="FrontPage.Editor.Document">
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <title>TocFramelinks</title>
    <base target="Rechts oben">
    </head>

    <body>
    <body bgcolor="#EE0000" lang=DE link="#0000FF" vlink="#0000FF" text="#8B0000" alink="#000099">

    <p align="center">
    &nbsp;</p>

    <p align="center">
    <img border="0" src="Bilder/MenueTom.jpg" width="102" height="43"></p>

    <p align="center">
    &nbsp;</p>
    <table border="1" cellspacing="4" width="97%" id="AutoNumber1" align="right" bordercolorlight="#000099" bordercolordark="#00CCFF" style="border-color: #0099FF" cellpadding="2">
    <tr>
    <td class="navi" width="100%" align="center">
    <a target="Hauptframe" href="TocFrame3.htm" style="text-decoration: none">
    <font color="#0099FF" face="Tahoma" style="font-size: 11pt; font-weight:700">Startseite</font></a></td>
    </tr>
    <tr>
    <td class="navi" width="100%" align="center">
    <p align="center">
    <a target="Hauptframe" href="ZumeinerPerson.htm" style="text-decoration: none">
    <font color="#0099FF" face="Tahoma" style="font-size: 11pt; font-weight:700">Zu meiner Person</font></a></p>
    </td>
    </tr>
    <tr>
    <td class="navi" width="100%" align="center"><font face="Tahoma">
    <a target="Hauptframe" href="Bilder.htm" style="text-decoration: none">
    <font color="#0099FF" style="font-size: 11pt; font-weight:700">Bilder</font></a></font></td>
    </tr>
    <tr>
    <td class="navi" width="100%" align="center">
    <p align="center">
    <a target="Hauptframe" href="MeineFreunde.htm" style="text-decoration: none">
    <font color="#0099FF" face="Tahoma" style="font-size: 11pt; font-weight:700">Meine Freunde</font></a></p>
    </td>
    </tr>
    <tr>
    <td class="navi" width="100%" align="center">
    <a target="Hauptframe" href="Liedertexte.htm" style="text-decoration: none">
    <font color="#0099FF" face="Tahoma" style="font-size: 11pt; font-weight:700">Liedertexte</font></a></td>
    </tr>
    <tr>
    <td class="navi" width="100%" align="center">
    <a target="Hauptframe" href="http://234396.multiguestbook.com/" style="text-decoration: none">
    <font color="#0099FF" face="Tahoma" style="font-size: 11pt; font-weight:700">G?stebuch</font></a></td>
    </tr>
    <tr>
    <td class="navi" width="100%" align="center">
    <a target="Hauptframe" href="http://99446.shoutbox.de/" style="text-decoration: none">
    <font color="#0099FF" face="Tahoma" style="font-size: 11pt; font-weight:700">Shoutbox</font></a></td>
    </tr>
    <tr>
    <td class="navi" width="100%" align="center">
    <a target="Hauptframe" href="Links.htm" style="text-decoration: none">
    <font color="#0099FF" face="Tahoma" style="font-size: 11pt; font-weight:700">Links</font></a></td>
    </tr>
    <tr>
    <td class="navi" width="100%" align="center">
    <a target="Hauptframe" href="Impressum.htm" style="text-decoration: none">
    <font color="#0099FF" face="Tahoma" style="font-size: 11pt; font-weight:700">Impressum</font></a></td>
    </tr>

    </table>
    </body>
    <style>
    <!--
    TD.navi:active
    {
    color:#8B0000;
    }
    TD.navi:hover
    {
    color:#8B0000;
    background-color:#F8F8FF;
    text-decoration:none;
    font-family:Tahoma;
    font-size:11pt;
    }
    -->
    </style>


    &nbsp;<p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p align="center">


    <a href="http://www.autoren-gedichte.de/" target="_blank"><img src="http://www.counter-kostenlos.net/counter.php?id=61701" alt="by autoren-gedichte.de" border="0"></a></a></p>
    </p>

    </html>
  5. [ironie]Fehler nummer 1:
    <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
    [/ironie]

    Front Page ist einfach schei?e

    so, zu deinem Prob:

    ?ffne die Datei
    TocFrame1.htm
    (da ist die Navigation drin)
    und ?ndere folgendes:

    *argh*
    ich krieg bei dem Quelltext die Krise

    vor </head> solltest du den <style>-Bereich(von <style> bis </style>) hinkopieren und nicht nach </body> !
    und der Rest, der sonst noch nach </body> kommt, muss vor </body> it Ausnahme von </html>

    dann notierst du in jedem <td> Tag:
    <td OnMouseOver="this.style.backgroundColor='#ffffff';" OnMouseOut="this.style.backgroundColor='#8B0000';">

    (den anderen Kram, der da auch im <td>-Tag steht, kann meinetwegen drin bleiben)

    Sry, wenn ich mich so ?ber den Quelltext auslasse, aber du solltest dir schon was besseres als Frontpage f?r solche Sachen, zumahl diese Seiten nur optimal im Internet Explorer funzen.

    Beitrag ge?ndert am 25.07.2005 16:12 von bladehunter
  6. Autor dieses Themas

    tom1989m

    tom1989m hat kostenlosen Webspace.

    Danke euch beiden.
  7. Diskutiere mit und stelle Fragen: Jetzt kostenlos anmelden!

    lima-city: Gratis werbefreier Webspace für deine eigene Homepage

Dir gefällt dieses Thema?

Über lima-city

Login zum Webhosting ohne Werbung!