Link to home
Start Free TrialLog in
Avatar of weikelbob
weikelbobFlag for United States of America

asked on

CSS not working in IE, Joomla site

I can't give you my page to look at but I can give you all of the css references and a look at the main site

The site is www.nlpca.com made in Joomla

My page, which I can't place a link to here, looks and works great in FF but shows up with no CSS stylization in IE.

Code Attached.
<link href="/templates/nlpca/css/template.css" rel="stylesheet" type="text/css" />



<link href="/templates/nlpca/css/menu.css" rel="stylesheet" type="text/css" />



<script type="text/javascript" src="/templates/nlpca/js/moomenu.js">
</script>



<script type="text/javascript" src="/templates/nlpca/js/mootools.bgiframe.js">
</script>

<!--[if lte IE 6]>
<link rel="stylesheet" type="text/css" href="http://www.nlpca.com/templates/nlpca/css/ie.css" mce_href="http://www.nlpca.com/templates/nlpca/css/ie.css" />
<link href="http://www.nlpca.com/templates/nlpca/css/pngfix.css" mce_href="http://www.nlpca.com/templates/nlpca/css/pngfix.css" media="screen" rel="stylesheet" type="text/css" />
<![endif]-->
<style type="text/css">
  <!--
  .sale-header
  {
    background-color:#dcdcdc !important;
    color:#044988 !important;
    font-size:130%;
  }
  }
  -->
</style>
<div id="headercontainer">
  <div id="header">
    
    <div id="headspacer">
      <a href="http://www.nlpca.com"><img alt="NLP" height="136" src="/images/blank.gif" width="998" /></a>

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of mattibutt
mattibutt
Flag of United States of America 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