On Fri, 20 Apr 2007, bo wrote: > Hi I am trying to design a site for a friend who owns a music store. He > insists on having the store front picture he has as the home page. I can do > that but my problem is how to do it so it looks fine at different > resolutions with out having to make to different pages and using Java-script > to send them to the correct page it takes so much to manage two different > sites.
Please explain more. Do you mean that the main page consists of one image that is defined as a (client-side?) image map? Or is it just one image that acts as link to the real main page - a doormat page? In the latter case (which is a bad idea), the CSS issue is simple in the sense that you can define the width of the image as 100%, so it will be scaled automatically (though perhaps not in a high-quality manner) by browsets. > I don't have a URL to post yet as I am still trying to design it > locally. Can this be done? Thanks much for any help. Try to set up a simple demo of the idea. -- Jukka "Yucca" Korpela, http://www.cs.tut.fi/~jkorpela/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- 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/
