ie
Png transparency in ie6 fix
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>
- liviu's blog
- Login or register to post comments
- Read more
How to have ie6 and ie7 both installed
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.
- liviu's blog
- Login or register to post comments
Firebug for internet explorer (ie)
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.
- liviu's blog
- Login or register to post comments
- Read more