ie

Png transparency in ie6 fix

Tagged:  

Ie6 has a big problem with transparent png's.
Here is a fix:

<div style="filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image_path')">

<img style="filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);" src="image_path" />
</div>

How to have ie6 and ie7 both installed

Tagged:  

If you're in the field of site creation you will often need to check how a site looks and behaves in different browsers. Usually Firefox and internet explorer 7 and 6. But you can't install ie6 if you have ie7. A way around that is to use a great program, Multiple Ie. This program will install for you IE3 IE4.01 IE5 IE5.5 and IE6.

You can find a download link at the bottom of this page, and more information related to the project.

Firebug for internet explorer (ie)

Tagged:  

Ever needed firebug but for internet explorer?
Well such a thing exists; it's called Internet Explorer Developer Toolbar (yey for ie).
It has about the same functionality as firebug, so it's a great tool.
Somehow it's not as cool as firebug but it does it's job.

Syndicate content