On 6/18/05, Helmut HG <[EMAIL PROTECTED]> wrote: > Also thank you for your tips and comments. the main navigation will be > actual graphics and that is why I havent used a "list".
Why not? :) <li><a><img></a></li> is just fine. > Could you elaborate a little more about the difference between XML <foo/> > and HTML <foo>. In HTML some elements do not have end tags. In XHTML, all ements do have end tags. In XHTML <foo></foo> and <foo/> mean the same thing. In HTML <foo/> means the same as <foo>> Most browsers don't understand this so XHTML style syntax seems to work (and that's why Appendix C of the XHTML 1.0 spec works - its a hack that depends on bugs in browsers). -- David Dorward <http://dorward.me.uk><http://blog.dorward.me.uk> ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
