I use javascript to build a few html elements and then apply styles to them using javascript dom object attributes such as id.style.backgroundColor etc...
Using FF3;
The code is the way you would expect! This validates under HTML 4.01 STRICT!
Using IE7;
The code is changed in every way. My code has gone into uppercase and lowercase which now looks messy and simple things like id="mydiv" is now id=mydiv
The thing thats bugging me the most is that validation FAILS!!! I know it doesnt but M$ IE has ruined the code!
Why, and is it possible to turn M$IE into something that just reads the code I wrote rather than trying to re-write the whole thing again in M$ Knackery?
Thanks
Dal





Reply With Quote
.


Bookmarks