On 5/13/05, Nick Gleitzman <[EMAIL PROTECTED]> wrote:

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="" 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>.

oh duh!  I fixed it.  Thanks!

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?

<?xml version="1.0" encoding="UTF-8"?> I believe is needed in order for XHTML to be validated.  However, I did try to remove it and the print stylesheet still didn't work except for IE.

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
******************************************************




--
Lily Miu
Cell: (917) 915-3789
Email: [EMAIL PROTECTED]
Web: www.myriadcolor.net
ICQ: 136-651-206
AIM: springdrops99

Reply via email to