[WSG] Re: WSG Digest

2010-05-02 Thread Ei Sabai Nyo
If you set background: transparent to the a:hover for those navigation items, it will solve the issue.  Anansi Web Development - http://www.anansi.com.au/ Web Development Blog - http://eisabainyo.net/weblog/ --- On Mon, 3/5/10, wsg@webstandardsgroup.org wrote: From: wsg

[WSG] Re: WSG Digest

2010-03-04 Thread Ei Sabai Nyo
It should be like this: Top Header... blah blah blah blah blah blah back to top And, fyi: "Note that in XHTML 1.0, the name attribute of these elements is formally deprecated, and will be removed in a subsequent version of XHTML." http://www.w3.org/TR/xhtml1/ Anansi Web Development

[WSG] Re: WSG Digest

2009-11-01 Thread Ei Sabai Nyo
It looks like the Content-Type for the document is incorrect.  Currently, it is set to Content-Type: text/html; charset=iso-8859-1.  It should be text/xml or application/xml.  In PHP, you can use header to set content type of the document.  http://php.net/manual/en/function.header.php  Sidenot