KSquared
29th December 06, 05:12 PM
Hello all,
I stumbled across this forum and thought I would see if anyone could help me out.
For some reason the following css will not work in IE6. All looks good in IE7 and FF. Here is a link http://www.clickoptimize.com/v2/
First of all, is anyone seeing the drop down menu when rolling over "web design" button? Someone on another forum said they could but for some reason I cannot see it.
This is the css.
Its a bit cumbersome so here is a link to the css.
http://www.clickoptimize.com/v2/css/style.css
The menu code is at the bottom of the page.
FYI: Im using this method "csshover.htc". Its almost as though the .htc file is not loading... but never had the problem in the past.
Here is my html for the nav:
<div id="listMenu">
<ul>
<li class="web"><a href="#">Web Design</a>
<ul>
<li class="services"><a href="#">Services</a></li>
<li class="process"><a href="#">Process</a></li>
<li class="conManage"><a href="#">Content Mgmt</a></li>
<li class="ecommerce"><a href="#">E-Commerce</a></li>
<li class="port"><a href="#">Portfolio</a></li>
<li class="learn"><a href="#">Learn More</a></li>
</ul>
</li>
<li class="seo"><a href="#">Search Engine Optimization</a></li>
<li class="sem"><a href="#">Search Engine Marketing</a></li>
<li class="about"><a href="#">About Us</a></li>
<li class="contact"><a href="#">Contact Us</a></li>
</ul>
</div>
I have used this code in many drop down menus so hopefully someone can give me some suggestions as to why this is suddenly happening in IE6.
2 days wasted on IE6!
Thanks in advance!
I stumbled across this forum and thought I would see if anyone could help me out.
For some reason the following css will not work in IE6. All looks good in IE7 and FF. Here is a link http://www.clickoptimize.com/v2/
First of all, is anyone seeing the drop down menu when rolling over "web design" button? Someone on another forum said they could but for some reason I cannot see it.
This is the css.
Its a bit cumbersome so here is a link to the css.
http://www.clickoptimize.com/v2/css/style.css
The menu code is at the bottom of the page.
FYI: Im using this method "csshover.htc". Its almost as though the .htc file is not loading... but never had the problem in the past.
Here is my html for the nav:
<div id="listMenu">
<ul>
<li class="web"><a href="#">Web Design</a>
<ul>
<li class="services"><a href="#">Services</a></li>
<li class="process"><a href="#">Process</a></li>
<li class="conManage"><a href="#">Content Mgmt</a></li>
<li class="ecommerce"><a href="#">E-Commerce</a></li>
<li class="port"><a href="#">Portfolio</a></li>
<li class="learn"><a href="#">Learn More</a></li>
</ul>
</li>
<li class="seo"><a href="#">Search Engine Optimization</a></li>
<li class="sem"><a href="#">Search Engine Marketing</a></li>
<li class="about"><a href="#">About Us</a></li>
<li class="contact"><a href="#">Contact Us</a></li>
</ul>
</div>
I have used this code in many drop down menus so hopefully someone can give me some suggestions as to why this is suddenly happening in IE6.
2 days wasted on IE6!
Thanks in advance!