Forum Moderators: not2easy

Message Too Old, No Replies

Problem with Whatever.hover

         

luodeni

3:57 pm on Apr 8, 2009 (gmt 0)

10+ Year Member



I was building a dropdown menu which works really cool in FF and should also work in Ie when I d use the whatever.hover file. but for some reason it just doesnt seem to work. I ve tried so many things.... the names are correct and its both in the folder's root does anyone has any idea what could be wrong?

<style type="text/css">
body { behavior:url("hover.htc"); }
</style>

if you want i can email the folder... thanks in advance

DrDoc

5:15 pm on Apr 8, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to WebmasterWorld!

Is this a problem locally on your computer, when the page is live on the Internet, or both? Are you getting "the yellow bar" at the top of the browser window at all?

luodeni

5:20 pm on Apr 8, 2009 (gmt 0)

10+ Year Member



umm it's local, didn't test it online since I dont have my server atm so i used XAMPP to test. I do get the yellow bar but it seems like it's not doing anything...

so strange haha

swa66

8:34 pm on Apr 8, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I typically tend to use IE7.js [google.com] to fix this and many more IE6 legacy trouble.

Just add this to your header:
<!--[if lt IE 7]>
<script src="http://ie7-js.googlecode.com/svn/version/2.0(beta3)/IE7.js" type="text/javascript"></script>
<![endif]-->

luodeni

8:56 pm on Apr 8, 2009 (gmt 0)

10+ Year Member



@swa66
looks interesting i ll look at that tomorrow.

well I found the solution and as weird as it sounds when i uploaded it to my server to test it it suddenly worked... thanks for the help guys :D