SimpleSlideshowIt – MooTools Slideshow

Posted: March 14th, 2009 | Author: Matt | Filed under: IE6, IT, JavaScript, MooTools, Optimization, Web Programming | Tags: , , | 2 Comments »

I’ve been trying to find a simple, easy to use MooTools 1.2 slideshow class that can be applied to things other than images.  This is my solution.  I primarily wrote it to deal with images but later I modified it so work with any HTML content.  I hope to add more features in the future [...]


IE6 and the Double Margin

Posted: December 1st, 2008 | Author: Matt | Filed under: CSS, IE6, Web Programming | Tags: , , | No Comments »

I’ve finally run into the dreaded double margin that web developers speak of.
If you float an element left or right and use either the margin-left or margin-right CSS attribute you will quickly notice that your margin is too large in IE6 vs other browsers, in fact it’s 2x too large.  But there is a very [...]