I am trying (quite unsuccessfully at this point) to do Nifty Corners w/CSS and JS.
What goes in the <head> of the (x)html document? Among other normal things, this is what I have there right now:
Quote:
<link rel="stylesheet" type="text/css" href="niftylayout.css" /> <link rel="stylesheet" type="text/css" href="niftyCorners.css" /> <link rel="stylesheet" type="text/css" href="niftyPrint.css" media="print" /> <script type="text/javascript" src="nifty.js"></script> <script type="text/javascript" src="layout.js"></script>
|
The rest that goes w/Nifty Corners are: 3 separate CSS files (nifylayout, niftyCorners, and niftyPrint) placed under my CSS folder. And 2 JS files that are placed with my index.html file (layout.js and nifty.js) under the website local folder.
Can anyone tell me what I am doing wrong? Nothing works...
Thank you!
Jules
|