
-----------------------------------
Amailer
Fri Mar 26, 2004 7:50 pm

Style (hover)
-----------------------------------

#menu1 { 
background-image: url('images/site3/buttons.gif'); background-repeat: no-repeat
}

#menu1:hover {
background-image: url('images/site3/buttons2.gif');
}


Why won't that work on IE?

-----------------------------------
wtd
Fri Mar 26, 2004 8:09 pm

Re: Style (hover)
-----------------------------------
#menu1 { 
   background: url('images/site3/buttons.gif') no-repeat;
}

#menu1:hover {
   background: url('images/site3/buttons2.gif');
}

What type of element has the id "menu1"?

IE is bass ackwards about hover and doesn't like it being applied to anything other than links.

-----------------------------------
Amailer
Fri Mar 26, 2004 8:20 pm


-----------------------------------
a td
still not working...sad *kills IE*

-----------------------------------
wtd
Fri Mar 26, 2004 8:36 pm


-----------------------------------
It might also work applied to a div tag, which could be placed inside the td.

-----------------------------------
Amailer
Fri Mar 26, 2004 8:43 pm


-----------------------------------
It might also work applied to a div tag, which could be placed inside the td.

Hm, nope actually works perfect on MOZILLA but--- on ie it get's messed this time (don't work) i guess IE doesn't allow bla:hover..

-----------------------------------
theguru
Wed Oct 26, 2005 4:41 pm


-----------------------------------
yea, internet explorer has that tendency to do things like that. the only thing, i can say is use javascript onmouseover's. it's crude but it works.

-----------------------------------
md
Wed Oct 26, 2005 5:18 pm


-----------------------------------
Again with the bring up of old topics... the trick is to look at the date of the last post.
