Mark Finney wrote: > http://helpusmarry.co.uk/jessie/
> Also comments on the CSS would be appreciated since I am just > learning it. Non-valid nesting - paragraphs in links is no good. <http://validator.w3.org/check?uri=http%3A%2F%2Fhelpusmarry.co.uk%2Fjessie%2F&charset=%28detect+automatically%29&doctype=Inline&ss=1&group=0> You should use an inline-element like <span> instead, which requires some restyling. > I think I may need to use some kind of preloading technique as the > roll over images were slow to load the first time I used it... I perfect case for CSS sprites, me thinks... <http://www.alistapart.com/articles/sprites> Combine that with a suitable "image replacement" technique, and it'll be more informative and work under less than ideal conditions. regards Georg -- http://www.gunlaug.no ______________________________________________________________________ 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/
