Link to home
Start Free TrialLog in
Avatar of blue44
blue44Flag for United States of America

asked on

CSS/JavaScript Issues between IE and FF

Hi,

I purchased a template my client wanted to utilize for a quick and dirty site.  I changed some text elements in the HTML and commented out some unnecessary functionality.  Everything looks fine in FF, but not in IE 8/9.  Specifically, notice how the 'Home' page doesn't appear on the top menu in IE.  Also, the text, 'Project Portal' and 'Contact', aren't appearing in IE.

I've scoured the code but can't find the issue.  You can view the site here:  https://www.rma-insight.com/

I do wonder if the issue has to do with IE and the custom font in this template, 'Nilland'.  

All the CSS and HTML is visible by viewing the source code but I've attached a few of the main files if it helps.  I'm happy to attach others if you need them to solve the issue.

Thanks,
blue
index.html
style.css
jquery.functions.js
Avatar of blue44
blue44
Flag of United States of America image

ASKER

I think this is actually the offending jQuery files.  It seems this calls the font from index.html: Cufon.replace('h1') ('h2') ('h3') ('h4') ('#nav li a') ('.slider1Image span strong') ;
Nilland-ExtraBold-800.font.js
cufon-yui.js
ASKER CERTIFIED SOLUTION
Avatar of Gary
Gary
Flag of Ireland 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 blue44

ASKER

I ended up having to swamp out the cufon-yui.js for an updated version.  Thanks!!