glenn_geiger
-
header tag overlaps aligned image in IE7
That makes good sense. And now I'll know to use z-index to control how the page is layering it's objects. Thanks again.
-
header tag overlaps aligned image in IE7
Thanks Rob! That did it. I added a class for those images and it's good as gold. I wasn't using z-index, except in a separate style sheet that handles the top nav bar. I don't grasp why these elements needed to be z-indexed for one b…