Ergebnis 1 bis 8 von 8

Thema: [css/html/wasauchimmer] hilfe, das ding funktioniert nur im ie richtig. :S

Baum-Darstellung

Vorheriger Beitrag Vorheriger Beitrag   Nächster Beitrag Nächster Beitrag
  1. #1

    [css/html/wasauchimmer] hilfe, das ding funktioniert nur im ie richtig. :S

    nunja. ich habe ein problem mit diesem tollen dingen hier:
    http://upload.npcfighter.de/files/36/864ohmann.rar
    im ie werden die buttons zentriert und mit der richtigen höhe angezeigt. allerdings weder in opera noch in firefox. :/

    kann sich das mal irgendwer ansehen? ich habe nämlich keine ahnung, wo der fehler liegen könnte.

    wenn das mit dem runterladen und angucken zuviel arbeit ist, kann ich auch gern nochmal den code posten. :]

    ...//edit: okay, extra für den dennis:

    html-kram:
    Code:
    <html>
    <head>
    
    <title>css-gedoens.</title>
    
    <link rel="stylesheet" type="text/css" href="http://upload.npcfighter.de/files/36/823test.css">
    
    </head>
    <body>
    
    <div align="center">
    
    <table width="700">
    <td>
    <div align="center">
    <img src="http://upload.npcfighter.de/files/36/614banner.gif"><br>
    <table class="menu"><td><a href="#">news</a></td><td><a href="#">archiv</a></td><td><a href="#">gästebuch</a></tr></table>
    <iframe align="center" width="640" height="300" style="border: 1px solid; " frameborder="0">
    
    </iframe>
    </div>
    </td>
    </table>
    </div>
    
    </body>
    </html>
    css-kram:
    Code:
    a {
    	color: #000000;
    	font-family: Tahoma;
    	font-size: 11px;
    	font-variant: normal;
    }
    
    a:hover {
    	color: #0a8380;
    	font-family: Tahoma;
    	font-size: 11px;
    	font-variant: normal;
    	text-decoration: underline;
    }
    
    table {
     	background-color: #EEEEEE;
    	border-color: #000000;
    	border-style: solid;
    	border-width: 1px;
    	color: #000000;
    	font-family: Tahoma;
    	font-size: 11px;
    }
    
    table.menu {
    
    	background-color: #EEEEEE;
    	border-color: #000000;
    	border-style: solid;
    	border-width: 0px;
    	color: #000000;
    	display: block;
    	font-family: Tahoma;
    	font-size: 11px;
    	font-variant: small-caps;
    	padding: 0px;
    	text-decoration: none;
    }
    
    table.menu a{
    
    	background-color: #DDDDDD;
    	border-color: #000000;
    	border-style: solid;
    	border-width: 1px;
    	width: 100px;
    	height: 22px;
    	color: #000000;
    	display: block;
    	font-family: Tahoma;
    	font-size: 11px;
    	padding: 4px;
    	text-align: center;
    	text-decoration: none;
    }
    
    table.menu a:active {
    	background-color: #EBEBEB;
    	border-color: #000000;
    	border-style: solid;
    	border-width: 1px;
    	width: 100px;
    	height: 22px;
    	color: #333333;
    	display: block;
    	font-family: Tahoma;
    	font-size: 11px;
    	font-weight: bold;
    	padding: 4px;
    	text-align: center;
    	text-decoration: none;
    }
    
    
    table.menu a:hover {
    	background-color: #C3C3C3;
    	border-color: #000000;
    	border-style: solid;
    	border-width: 1px;
    	width: 100px;
    	height: 22px;
    	color: #000000;
    	display: block;
    	font-family: Times New Roman;
      letter-spacing: -2px;
      font-weight: bold;
    	font-size: 17px;
    	padding: 1px;
    	text-align: center;
    	text-decoration: none;
    }
    
    hr {
    
    }
    bitteschön. <3

    Geändert von Marian (22.11.2006 um 20:18 Uhr)

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •