Quantcast
Channel: Programmers Heaven Forums RSS Feed
Viewing all articles
Browse latest Browse all 2703

really simple CSS question

$
0
0
Any idea why this isnt working... am I missing something really basic?


/* this is in my style.css file */

body {
background-image: url(Dungeon_Siege__Dragon_Eye_by_geodex.jpg);
background-attachment: fixed;
background-color: Red;
background-repeat : no-repeat;
background-position: top left;
}

/* this is in my index.html file*/
<html>
<head>
<title> BoOn </title>
<link ref="stylesheet" type="text/css" href="style.css" />
</head>

<body>
test
</body>
</html>


all the files:style.css,index.html,Dungeon_Siege__Dragon_E ye_by_geodex.jpg are in the same directory of my server

Thanks for all your help ;)
Keith

Viewing all articles
Browse latest Browse all 2703

Trending Articles