
Originally Posted by
dest581
In order of posting:
fedlerner: thanks!
noerrorsfound: Why not? It doesn't decrease functionality. I still find tables easier to code than divs.
jaygreentree: thanks. I'll fix that asap.
Still wrong. The code should be like this:
HTML Code:
<!--[if lt IE 7]>
<script defer type="text/javascript" src="pngfix.js"></script>
<![endif]-->
This is the correct use of the IE conditional. The code you had before was just a bunch of comments.
Also, tables are used for tabular data, that's why they're called tables.