Hi Gufo
Because I can't speak italian.
Here is my code:
index.html
codice:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Nifty Corners</title>
<meta name="language" content="en" />
<meta name="robots" content="index,follow" />
<meta name="robots" content="noarchive" />
<meta name="robots" content="noodp" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<link rel="stylesheet" type="text/css" media="all" href="screen.css" />
<link rel="stylesheet" type="text/css" media="all" href="niftycorners.css" />
<script type="text/javascript" src="niftycube.js" />
<script type="text/javascript">
/* <![CDATA[ */
window.onload=function(){
Nifty("div#content","top");
}
/* ]]> */
</script>
</head>
<body>
<div id="content">
Nifty Corners. Now served smoothly.
</div>
</body>
</html>
screen.css
codice:
body {
margin: 0;
padding: 0;
background: #FFF;
font-family: arial;
font-size: 10pt;
color: #FFF;
}
div#content {
width: 600px;
height: 400px;
background: #97B5E0;
margin: auto;
}
niftycube.js and niftycorners.css are not changed.
Can't finde the error. Hope anyone can help.
Thanks in advice.
Regards,
Daniel.