Forum Webmastera, HTML, CSS, PHP, MySQL, Hosting, Domeny - Forum dla Webmasterów
Problem z dodaniem loga css - Wersja do druku

+- Forum Webmastera, HTML, CSS, PHP, MySQL, Hosting, Domeny - Forum dla Webmasterów (https://www.webmastertalk.pl)
+-- Dział: Technologie internetowe - tworzenie stron WWW (https://www.webmastertalk.pl/forum-technologie-internetowe-tworzenie-stron-www)
+--- Dział: xHTML, CSS, JavaScript (https://www.webmastertalk.pl/forum-xhtml-css-javascript)
+--- Wątek: Problem z dodaniem loga css (/thread-problem-z-dodaniem-loga-css)



Problem z dodaniem loga css - volder - 14-04-2012

Witam zacząłem robić strone z layoutu i juz na samym początku mam problem z dodaniem loga. Dodaje do css oraz html odnośniki jednak nic to nie daje:
index.html
Kod:
<!DOCTYPE HTML>
<head>
<meta name="generator" content="InstantBlueprint.com - Create a web project framework in seconds.">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  <title>Free Cheats</title>
  <link rel="icon" type="image/x-icon" href="images/favicon.ico">
  <link rel="stylesheet" type="text/css" href="css/reset.css" media="screen">
  <link rel="stylesheet" type="text/css" href="css/style.css" media="screen">
  </head>
<body>

    <div id="background-images">
        
    </div>
        
    <div id="logo>
    
    </div>
        
</body>
</html>

style.css
Kod:
/*  Main  */
body {
background-image:url(../images/tlo.gif);
color:#000;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
}

#background-images{
    background:url(../images/tlo.gif);
    height:1492px;
    }

#logo {
         background-image: url(../images/logo.gif);
         height: 394px;
         width: 107px;
   }

PROSZĘ O SZYBKĄ POMOC/


RE: Problem z dodaniem loga css - Bucky - 14-04-2012

Zjadłeś cudzysłów w id="logo"