NYOKIGLITTER - TUTORIALS
moo.fx download
moo.fx tests
fx.Accordion
moo.fx: part deux
back to blog
contact
you will need
Before we begin, please visit moofx and download the lastest version of moo.fx.js, moo.fx.pack.js and prototype.lite.js.
Okay, let's get straight to the point!
step 1: create the document
Create a new xhtml document. Make sure the doctype is strict xhtml 1.0 or xhtml 1.1.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
<title>your title here</title>
</head>
<body>
</body>
</html>
step 2: add the scripts
Include the scripts you've just downloaded in the <head> section of your document. Make sure that the document can actually reach the scripts.
step 3: a little css/xhtml
Create a new <div> with an id called box. Now, add a background color to the box using css so you can see the effect. Please note that you CANNOT add padding or borders to the object that will ...
All rights reserved.