Mouse over a textbox

Discussion in 'CSS' started by lightstarm2k, May 20, 2008.

  1. #1
    I have a new graphics comments site, I have a question about the textbox.

    In each textbox, I put hover code to change the border color on mouse over but it works only with firefox but not in IE. I don't know what's wrong.

    the website is my fourth sig link

    Anyone !!!


    Thanks in advance
     
    lightstarm2k, May 20, 2008 IP
  2. nicangeli

    nicangeli Peon

    Messages:
    828
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    0
    #2
    the :hover will only work in ie if it is attached to a anchor tag. You can either change the code of your site to make the element a <a> or you can use a js workaround.
     
    nicangeli, May 21, 2008 IP