IE7 ignores my script
IE7 ignores my script
Hi All,
Im using a small jQuery-script that inserts certain classes in a table-structure, in order to get a horizontal
design. Works like a charm in FF but IE7 seems to completely ignore the script, or render it wrong.
The script:
- $(function(){
- $(".projectView").wrapInner("<table border='0' cellpadding='0' cellspacing='0'><tr>");
- $(".file, .textblock").wrap("<td>");
- });
The site can be found here:
http//www.rayurban.com/cami/
Help!
peter