tmesa.mesadesignhouse wrote: > In IE7 (I haven't checked IE6 yet), the button images are separating > from each other, but in FF/Safari, they're not. They're NOT supposed > to separate from each other, so they're supposed to look like they do > in FF. > > Can anyone help me with this IE issue? > > BTW, I validate - CSS and HTML. > > I took Gunlaug's suggestion and put the background into one image. > However, now I'm going to need to slice it in two so it can expand > vertically with a tile image. I'll cross that bridge when I get to it. > > http://mdh-test.com/Quiel/index2.shtml > http://mdh-test.com/Quiel/quiel.css > > > Theresa Mesa
This is happening in IE6, IE7 and IE8. Have a look at this. <img src="" alt="home button image" class="button"/> change it to this. <img src="" alt="home button image" class="button" /> You had malformed XHTML since you had no space between "button" and the forward slash />. Fix this up and see if the problem disappears. I have checked your page and it does validate. This would mean the you malformed code has escaped detection. Alan http://css-class.com/test/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
