On Sun, 4 Jul 2004 13:44:28 EDT, [EMAIL PROTECTED] wrote: > 1. Is there a way to link background images? I want to link my banner > image, > which is currently set as a div background image, back to the homepage .
No, wanting to do that would make it content, which means it should go in the html. > 2. Can I specify image sizes within my css definition? Here are two > scenarios: Well, yes, if you are defining the img tag, attributes width and height apply. As a background-image, no... although I suppose a sort of bodgie could be done by using the x and y dimensions, but that wont work on your repeating-x example. HIH! Lea -- Lea de Groot Elysian Systems - I Understand the Internet <http://elysiansystems.com/> Web Design, Usability, Information Architecture, Search Engine Optimisation Brisbane, Australia ***************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help *****************************************************
