It’s been a while since the original post Sexy sliding JavaScript side bar menu using mootools so I decided it was about time I pulled my finger out and developed a sliding menu using script.aculo.us. Well here goes…
code
css
a{
outline: none;
}
a:active{
outline: none;
}
#sideBar{
text-align:left;
}
#sideBar h2{
color:#FFFFFF;
font-size:110%;
font-family:arial;
margin:10px 10px 10px 10px;
font-weight:bold !important;
}
#sideBar [...]
script.aculo.us's archives
Sexy Sliding Menu for script.aculo.us
Simple JavaScript Slide Show Using script.aculo.us
Simple JavaScript slide shows are a very useful way of slickly displaying images on any site. I recently found my way on to DZone Snippets which provided a nice little article on creating a slide show, so, I thought it would be nice to take that script and add to it slightly making it [...]
Continue reading " Simple JavaScript Slide Show Using script.aculo.us "
Prototype & script.aculo.us Image Cropper
Another short article just to document an amazing example of a JavaScript image cropper tool. Based on Prototype and script.aculo.us this example stylishly demonstrates a range of features including minimum image widths and heights, fixed ratios, a crop with preview and the ability to nudge the selected image region by use of the keyword [...]
Continue reading " Prototype & script.aculo.us Image Cropper "

