Yeah i understand that, i agree totally. One member said create a scrolling block with CSS for users that have JS disabled. I said that wouldn't be ideal. I only want to serve up large quanitites of images to users that have JS enabled. If i server up large quantities when JS isn't enabled then that means users who also have CSS disabled would get a large list of images. Could cause problems.
I would rather serve up 3 images in the block and use JS (and DOM) to add more images and provide the scroll feature. If JS is disabled, only 3 'recent upload' images get displayed. But saying that there could be the case when a user has JS enabled and not CSS, which would still display the long list of images. On Tue, Apr 29, 2008 at 9:10 PM, Joseph Taylor <[EMAIL PROTECTED]> wrote: > An example? Text-only browsers. No visual styles! > > However, a list of images is exactly what you're serving to the visitor, > right? > > Ugly, yes. Semantically correct? Quite. > > Furthermore, I'm willing to bet that plenty of text-only users frequently > encounter lists of images and wouldn't be thrown off by it. > > Joseph R. B. Taylor > /Designer / Developer/ > -------------------------------------- > Sites by Joe, LLC > /"Clean, Simple and Elegant Web Design"/ > Phone: (609) 335-3076 > Fax: (866) 301-8045 > Web: http://sitesbyjoe.com > Email: [EMAIL PROTECTED] > > > > > Andrew Freedman wrote: > >> James Jeffery provided the following information on 30/04/2008 12:27 AM: >> >>> that will mean that users without CSS will get a bunch of images in a >>> list >>> >> >> You have users that block CSS?? >> >> I have never come across that. Can you give an instance as to where and >> why you would cater for these visitors? >> >> Thanks. >> Andrew >> >> >> ******************************************************************* >> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm >> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm >> Help: [EMAIL PROTECTED] >> ******************************************************************* >> >> > > ******************************************************************* > List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm > Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm > Help: [EMAIL PROTECTED] > ******************************************************************* > ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
