Images Disappeared and I'm Stumped

Images Disappeared and I'm Stumped

Posted by: kaisatsu
Posted on: 2008-06-25 07:25:00

I foolishly volunteered to maintain a website for our high school class reunion, and I logged on today to look at something and realized that all of the user images on our directory listing aren't showing up. The img tags are there in the HTML, and if you copy and paste the content into a web-enabled form (like an Outlook email), the images render fine. But for some reason they're not showing up on the page.

Does anyone have any idea about what's wrong?
The page is: http://www.fchs1998.org/directory/

Please help me! I'm stumped!
(Thanks!)


Re: Images Disappeared and I'm Stumped

Posted by: scjessey
Posted on: 2008-06-25 08:18:00

If you disable the CSS, the images appear. After scouting around your CSS, I found the following rule in http://www.fchs1998.org/fchs1998v1.css:

#pagetop h1, img
{
visibility: hidden;
}

The "hidden" property is being applied to all images with this rule.

-- si-blog --

Re: Images Disappeared and I'm Stumped

Posted by: kaisatsu
Posted on: 2008-06-25 09:02:00

D'oh! Thanks for that! I can't believe I missed such a glaring mistake! *blush*

Tags: img tagsdirectory listingimages