Tee G. Peng wrote:
http://lotusseeds.com/index.php
Two elements are set to absolute position, one is 'skip to content'
which uses background image with text link, another one is 'top'
button that uses inline image .
In Safari and PC IE 7 (standalone), both links are working.
'Top' is not working in Mac and PC: Opera, all Gecko based browsers;
in IE 6, it's the other way around, the "top' link work but not 'skip
to content'.
You should make it a little easier for yourself - and the browsers :-)
You have IDs in that page, so you may as well use them as targets.
Use...
<a href="#content">↓ Skip to content</a>
...and...
<a href="#wrap"><img... alt="go top" ... /></a>
...and all the mentioned browsers will agree on what to do.
regards
Georg
--
http://www.gunlaug.no
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************