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
Share on other sites

  • 2 weeks later...
This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.