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