Forum Moderators: not2easy

Message Too Old, No Replies

Where did my images go?

stupid ie...

         

flashlight

8:00 pm on Nov 11, 2004 (gmt 0)

10+ Year Member



Hi all,

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?!?

BonRouge

12:34 am on Nov 12, 2004 (gmt 0)

10+ Year Member



Did you 'fix' this?
It looks fine in Firefox, but you don't have the rollover effect in IE because IE doesn't support :hover on anything but anchors.

flashlight

1:01 am on Nov 12, 2004 (gmt 0)

10+ Year Member



yeah, thanks, I just did. Amazing what happens when you walk away from a problem for a bit.

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