Hi Brian,
I've been peeling the onion a little more and I think I've nailed it. My path for the alternate ie6 images in the if statement were (incorrectly) stated like
* html .bb div {background-image:url(/images/box.gif);}
the correct way being
* html .bb div {background-image:url(../images/box.gif);}
The problem appears to be my original testing was in a stand-alone version of ie6 which rendered the images in the incorrect path looking good so naturally I quit testing. When using the ie6 virtual pc image the images don't show up at all with the incorrect path. Once the path is correct it works in both stand alone and the virtual - go figure.
So, I feel bad about taking you away from getting 2.1 ready to go. Sorry for the exercise - thanks for the patience.
Regards
Bob
ps: I forgot to add that I tested after using the template kit cms image conversion so I think I good to go.
Last edited by btimms; 04-09-2007 at 11:50 PM.
|