These are some links to easy and usefull dropdown menu links :
DHTML menu creator for free. Click first link below :
http://www.dhtml-menu-builder.com/download/sothink-free-menu-builder.zip
http://www.scriptiny.com/2011/04/javascript-dropdown-menu/
DHTML menu creator for free. Click first link below :
http://www.dhtml-menu-builder.com/download/sothink-free-menu-builder.zip
http://www.scriptiny.com/2011/04/javascript-dropdown-menu/
http://xtnd.us/dreamweaver/jquery
ReplyDeletehttp://docs.jquery.com/UI/Draggable#option-containment
ReplyDeletehttp://cssglobe.com/post/4004/easy-slider-15-the-easiest-jquery-plugin-for-sliding
ReplyDeletehttp://www.webdesignshock.com/jquery-slider
ReplyDeleteplace position:relative/absolute; with z-index for ie7 z-index problem
ReplyDeletethanks
http://www.computerhope.com/j18.htm
ReplyDeletehttp://pastebin.com/PV2MnaWup
ReplyDeletewidget
photoshop to css3 in photoshop
$("img").each(function(){
ReplyDeletevar real_width = $(this).width();
var real_height = $(this).height();
var max_width = $(this).css("max-width"); // Or just say 200
if (real_width > max_width) {
var ratio = real_width / real_height;
$(this).width(max_width);
$(this).height(max_width / ratio);
}
});