On 2/2/06, Oliver Saager <[EMAIL PROTECTED]> wrote: > Hello everybody! > > I just created a website for an art gallery. May I kindly ask you to check > the website for any CSS improvements? (Of course your opinion on style or > general points is also highly appreciated.) > > You'll find the website at: http://www.saager.info
Turn off images and then view the page. Now try to imagine navigating the site, at all, without any information. This is why you shouldn't use CSS-background-image replacement. You are much better off just putting the images in with <img> tags, and allowing them to degrade to alt text with images off. Alternatively you could put the text in fixed boxes with empty spans and position the spans over the text with background images, but let's not get too complicated. -- -- Christian Montoya christianmontoya.com ... rdpdesign.com ... cssliquid.com ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
