Forum Moderators: not2easy
I'm brand new to this forum, and need your help!
I'm running into a css bug I don't have any experience with, and tearing my hair out.
The site is here [pcmdoncall.com]
The problem is this: On the right hand sidebar, there are 3 buttons. If you look in safari, everything is groovy, and the buttons change when rolled over as they should.
If you check it with Fireforx (mac or pc) you get a placeholder where the "off" button should be, but the hover state does show.
WIth ie, I get the placholder again (I'm setting the size in the div), but no images on either state.
What's up?!?
It was a coding error. I'd been writing
background: #fff url("blah") no-repeat;
throughout the page, but on those images I'd written
background-image: url("blah") no-repeat;
Safari had no issue with the no-repeat command on the same line, but the others didn't like it...