csshover Problem (Full Version)

All Forums >> [Web Development] >> Cascading Style Sheets and Accessibility



Message


JacieClaeys -> csshover Problem (8/3/2006 0:13:49)

Ok guys.

After a month of fighting the CSS Drop Down Menu I finally have it presenting properly. It works perfectly in FF but something is going on with the hover in IE.

The menu drops down fine but then does a disappearing act so you can't click on anything.

www.nrgsaver.com/css/center-box.htm

I'm using Pederned's "whatever:hover" the latest version. Is there anything else I can use to make this work?

I would give it all up, but I have come this far and just can't bear to admit failure. And it has been a great, albeit painful, way to learn css.

My site has over 100 pages and is very cumbersome navigation-wise without a dropdown. I used to use java until I remade it for SEO.

ARRRRRRGGGGGG!

Any suggestions will be explored to the fullest, I can promise that.
Thanks




jaybee -> RE: csshover Problem (8/3/2006 6:39:24)

You have installed the csshover.htc file and made sure the relative path in the code is correct?




JacieClaeys -> RE: csshover Problem (8/3/2006 11:03:04)

Yep. I put it in the same folder (called css) as my test page and have the path correct. I have even tried downloading an older version to see if it made a difference.

And have read Aldo's blog on htc behavior (which I know nothing about)
http://www.hoeben.net/node/33

I would give up on this whole menu idea EXCEPT...it works just fine on Claire's page

http://www.seoconsultants.com/css/menus/horizontal/

So if it works there, it should work for me if I have my code correct etc.

Is it possible that I could have changed something in the menu css code that would change the behavior of the htc file?

I am down to the last hurdle on this menu and hate to give up now.

Here is the code in the head:

<!-- Begin Grab This - You'll need this external CSS file and the IE Statement below -->
<style type="text/css">@import url("../css/menuh2.css");</style>
<!--[if IE]>
<style type="text/css" media="screen">
#menu{float:none;}/* This is required for IE to avoid positioning bug when placing content first in source. */
/* IE Menu CSS */
/* csshover.htc file version: V1.21.041022 - Available for download from: http://www.xs4all.nl/~peterned/csshover.html */
body{behavior:url(/css/csshover.htc);
font-size:100%; /* to enable text resizing in IE */
#menu ul li{float:left;height:1%;}
#menu ul li a{height: 1%;}
font-size:100%; /* to enable text resizing in IE */
}
</style>
<![endif]-->
<!-- End Grab This -->

I hope I'm not still trying to make this menu work when I'm 90. It will give a whole new definition to stubborn[:D]




BonRouge -> RE: csshover Problem (8/3/2006 13:27:50)

Do you want to post a link to the page you're having a problem with?




JacieClaeys -> RE: csshover Problem (8/3/2006 15:18:50)

Hi,

www.nrgsaver.com/css/center-box.htm

It will be the main index page when I get all the problems worked out. But the logo and menu will be at the top of all pages. I am viewing it in IE 6.02 on Windows XPSP2 but I have looked at it in Win98 6.0 also, and it does the same thing.




Page: [1]

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI
6.201172E-02