|
Posted by Michael Fesser on February 25, 2007, 8:40 pm
Please log in for more thread options
.oO(sri_san@mailcity.com)
> I am trying to figure out the anchor tag issue with IE7 (works
>fine in IE6, Firefox) which jumps to the top of the page. The html
>code is as below :
>
><h1>
><a id='sh3' name='sh3'>
> <span sectionHeader"><strong>Test</
>strong><strong> yahoo dev api made public </strong></span><br />
> </a>
>
></h1>
What about just
<h1 id='sh3'>Test yahoo dev api made public</h1>
That's enough (unless you still care about old browsers like NN4).
>Accessing the page with http://www.domainname.com/test.aspx?id=asfdasdaf#sh3
>doesnt seem to work.
Please use either example.com or - even better - give a real URL of your
own. The code given above is not enough for troubleshooting.
Micha
|