How To: Resizeable Background Image Posted By : at 2008-05-15 13:25:38
You guessed it, jQuery. The above code will hide the image on the page, but snag it’s “src” attribute and apply it as a background to the body element (via its unique ID “page-body”). Check out an example of this in action. ...
Other Posts about How To: Resizeable Background Image you may like:
How to Take No-Cost College Classes at 2008-06-05 14:02:15
A Guide to Free Online CourseWare Provided By: Associated Content, Inc. If you've been to college, you might remember being able to check out a potentially interesting course for free by auditing it -- that is, sitting in on classes to ...
How To Zebra-Stripe Tables Using CSS and jQuery at 2008-05-15 13:25:38
There are many ways to implement a zebra-striping script using jQuery, and I will demonstrate one of them. The following approach uses a function, which takes two (optional) parameter and creates a specified CSS class for all the even ...
How to manage ASP.NET validation from Javascript with jQuery at 2008-05-15 13:25:38
ClientID %> to select a server-side control using the automatically generated client ID and the $("#elemendId")[0] to get the real DOM element and not the jQuery wrapper around it. And in case I wanted to force the validation I should ...
How To Create Tabbed Structure Menu Using CSS And jQuery? A ... at 2008-05-15 13:25:38
There you can find a tutorial to Create a Slick Tabbed Content Area using CSS & jQuery. In this, you can learn in a step by step working in details to come up with your own designed and developed nice and beautiful tabbed content area. ...