Skip to main content

24 ways: Transparent PNGs in Internet Explorer 6

Popularity Report

Total Popularity Score: 0

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Rank

Related Lists

Bookmark History

Saved by 76 people (-22 private), first by anonymouse user on 2007-12-01


Public Sticky notes

Background images cannot be positioned or repeated

Highlighted by om19bao

Delayed loading and resource use

Highlighted by om19bao

Links become unclickable, forms unfocusable

Highlighted by om19bao

Often this can be solved by giving the links or form elements hasLayout using position: relative;

Highlighted by om19bao

SuperSleight adds a number of new and useful features that have come from the day-to-day needs of working with PNGs.

  • Works with both inline and background images, replacing the need for both sleight and bgsleight
  • Will automatically apply position: relative to links and form fields if they don’t already have position set. (Can be disabled.)
  • Can be run on the entire document, or just a selected part where you know the PNGs are. This is better for performance.
  • Detects background images set to no-repeat and sets the scaleMode to crop rather than scale.
  • Can be re-applied by any other JavaScript in the page – useful if new content has been loaded by an Ajax request.
Download SuperSleight

Highlighted by om19bao