Click to See Complete Forum and Search --> : IE errors


bobmurphy
08-29-2003, 06:39 PM
i am getting errors in the bottom left of IE - yet my html validated - does anyone know what this could be or how to trace the errors - thanks

PeOfEo
08-29-2003, 08:29 PM
Are you using css

bobmurphy
08-29-2003, 08:56 PM
yes - i am trying to get them validated but i thought that the css file has to be of the form :::

<style type-"text/css>

<!--
style definitions
-->

</style>


... yet the validator at the www.w3c.org site gave me a parse error for the <style type-"text/css"> so i'm confused about it

the web url is http://www.oneweekofdays.com/testerfolder/master/index.html

and the associated style sheet is at

http://www.oneweekofdays.com/testerfolder/master/masterStyleSheet.css


thanks

Fang
08-30-2003, 01:34 PM
Case is very important!
document.getElementById('navlink5').innerHTML= ' live '

Your page is IE specific, check it out in Mozilla.

bobmurphy
08-31-2003, 03:44 PM
got the css (and html) to validate but i'm still getting errors -- can anybody help me -- i think the javascript is buggy but i dont really know enough to figure it out



ps ---- i fooled about with your 'case' suggestion Fang but no luck --- what's the correct syntax anyway innerhtml or innerHTML ??