Jump to content

Menu Buttons Bugged!


MustiC

Recommended Posts

Dear freaks,

 

I have a problem with css and html, i have menu buttons that got a mouseover script, but on firefox it doesn't show up and on internet explorer when i click on the button then the page opens but the menu button disappears! But when i open the site from my OWN laptop then it works on all browsers, this happens only when I upload the site to my ftp.

 

This is the code:

 

HTML:

 

<a href="/index.html" class="home"></a>

 

CSS:

 

a.home:link{
background: url(images/but_home.png) no-repeat;
position:absolute;
top:0px;
left:71px;
display:block;
height:40px;
width:81px;
}

a.home:hover {
   background-position: 0px -40px;
}

 

 

Can somebody help me with this please?

Link to comment
https://forums.phpfreaks.com/topic/219983-menu-buttons-bugged/
Share on other sites

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.