On 14 May 2005, at 8:02 AM, Lily Miu wrote:
Second is the name anchor I placed at the bottom of the page, it also worked only on IE.� For other browsers,
the anchor was going to the very bottom of the page instead of going up.
Your 'top' link is contained within a div with id='top':
<div id="top"> <p><a href="#top">Back to top</a></p> </div>
In compliant browsers, this is where your link goes to. It's also conflicting with your named anchor <a name='top'></a>.
Remove <a name='top'></a>, and link to <div id='resume'> instead. Then the link will take you back to the top. If you need a named anchor for older browsers, then make it <a name='resume'></a>.
Not sure without looking it up, but your xml prolog <?xml version="1.0" encoding="UTF-8"?> may be causing problems with print stylesheet... maybe someone else can clarify?
HTH N ___________________________ Omnivision. Websight. http://www.omnivision.com.au/
****************************************************** The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
