|
rdouglass -> RE: Clear a background image (4/24/2008 13:18:07)
|
Is that supposed to work for CSS background images? I think I followed the directions (there were only 2) but it doesn't seem to work for me. This image is just to put a gradient inside a cell and is no big deal to just not display it. So this is what I ended up using to remove it: <!--[if lt IE 7]>
<style type="text/css">
.cellGridOne, .cellGridOneAlt, .cellGridOneAlt2 {
background-image: none;
}
</style>
<![endif]-->
[:o] I didn't even think of "none".... However, if that JS *does* somehow work with background images, I would be interested to know. I just couldn't seem to work it with the backgrounds. It would be nice, 'cause I do like the gradients in the cell. [:(] Thanks for that link; I'm sure I'll need to use it elsewhere. [;)]
|
|
|
|