21-11-2009, 03:11
Mam problem dlaczego obrazek nie chce sie wyswietlic w divie
Oto kod:
<html>
<head>
<title>.......</title>
<link rel="stylesheet" href="styl.css" type="text/css" />
</head>
<body>
<p>...........................</p>
<div id="w">
</div>
</body>
</html>
css:
#w {background-image: url(wanna.jpg)}
Oto kod:
<html>
<head>
<title>.......</title>
<link rel="stylesheet" href="styl.css" type="text/css" />
</head>
<body>
<p>...........................</p>
<div id="w">
</div>
</body>
</html>
css:
#w {background-image: url(wanna.jpg)}