I can't figure this one out... Have a look at this page: http://www.wizzah.com/wireless-store.php?page=3 In the center box, there is a description of each item. To the left of that description is supposed to be a small image of that item, but I can't seem to get them to be displayed properly. Also, down at the bottom of the page is supposed to be a link that says "Previous Page" but all that is showing up is "_". I'm baffled. Can somebody have a look and see if you can tell what's going on?
You see pics to the left of the descriptions? I tried it with IE6, I don't see "Next Page" or "Previous Page" at the bottom, and no images by the descriptions. With Firefox I see "Next Page" but no images.
The reason you can't see the images is because you have a white background set to almost every element. If you remove the bg in this element it should allow you to see the images. .store_cell_description { position: relative; background:#fff; width: 70%; height: 150px; border: 0px; }
Geez, that was stupid of me. ;-) Thanks, it looks much better now that I can see the text and pictures on my page!
Well, it's getting better. I can see the images and "previous/next" now... but in IE, when I hover over a link, I get a line shown over it. Any idea why that's happening?
yeah looks fine in ie7, no underline, guess you corrected it (removed underline from a:hover { text-decoration:none; font-weight:bold; color: #006599; } I'd probably change your colour on the visited links section (if you visit a page, it now looks the same colour as an original link but has no hover colour.)
I didn't change anything from last night to today, but today I don't see the images again and the line above the links is gone. I'm on IE6 today...
It all looks fine on firefox and IE7 I can't go back to IE6 maybe someone who still has it can help you out. IE6 is known to have many CSS flaws.