Got a little techonology problem that you need fixed pronto? Post it here and we'll see what we can do.
Topic locked

IE 7 CSS problem

Tue Jun 06, 2006 7:41 pm

I am trying to use the custom shields code to "cover" my shield. On Firefox it works great, however in IE 7 it does not work at all. Am I the only one with this problem or is it the browser?

Here is the code I used:
Code:
p img[src=xxx] {
 visibility: hidden;
}
p table[width='100%'] td+td {
 background-image: url(xxx);
 background-repeat: no-repeat;
 background-position: center;
}

Obviously the xxx stands for the full url.

Thu Jun 08, 2006 8:10 pm

I'm not sure about CSS coding.. not very good with that but td+td, I haven't seen before. Maybe that's just me. Anyhow, here's an alternative:
Code:

<style>i.shield{background:url(PUT PICTURE URL HERE);height:221;width:100;position:absolute;top:360;left:596}</style><i> </i>

 


I just found that searching google. Haven't tested it yet.
**However, I want to let you know that covering up your real shield might get you iced. I've heard of that anyway... So be wary.
Topic locked