Link to home
Start Free TrialLog in
Avatar of webdork
webdork

asked on

IE Blue

Can someone please tell me where my H1 page headers go in IE9?

http://74.81.196.208/xsteetimes/1/index.htm
Avatar of Meir Rivkin
Meir Rivkin
Flag of Israel image

you forgot to close link tags accordingly:
look for <link href= tags and make sure you closed them with /> instead of >.

for instance line 18:
<link href="http://waterrover.com/css/text.css" rel="stylesheet" type="text/css">

should be:

<link href="http://waterrover.com/css/text.css" rel="stylesheet" type="text/css"/>

btw, you can use the following website http://validator.w3.org/check?uri=http%3A%2F%2F74.81.196.208%2Fxsteetimes%2F1%2Findex.htm&charset=%28detect+automatically%29&doctype=Inline&group=0&user-agent=W3C_Validator%2F1.3
to validate your webpages, it lists all markup errors.
alternatively you can use web tools for IE
SOLUTION
Avatar of Sudaraka Wijesinghe
Sudaraka Wijesinghe
Flag of Sri Lanka image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of webdork
webdork

ASKER

When I implement steps suggested by sedgwick and sudaraka the Headers are visible in IE9 but not with the Cufon effect I'm looking for. Also the effect is gone in Moz and Chrome.
did u fix all the markup errors you found?
did u update the webpage?

if you did, i'll run a sanity and let you know if i found more errors.
Avatar of webdork

ASKER

http://validator.w3.org/check passed:
This document was successfully checked as XHTML 1.0 Transitional!
yes, updated.

Moz error console now throwing syntax and cufon definition errors:
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of webdork

ASKER

gimme 5 min and I'll index squared away.