|
Posted by Jonathan N. Little on 04/20/07 16:07
jrf1@ntlworld.com wrote:
> Hi,
>
> I am developing an app. and I want to allow people to answer questions
> and jump the list of questions up as they do it. I can make this work
> but IE6 requires slightly different HTML than Firefox and Opera.
> See below...
>
<snip code>
Many have already mentioned your solution employed invalid markup, there
is a much better, simpler way is to put anchors on specific rows of a
table set an ID to the table row of first table cell...
<a href="#pushpin">Just to some row...</a>
....
<table>
....
<tr id="pushpin"><td>Will jump to here</td>...
One simple solution, no JavaScript, valid, and even IE will cooperate!
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|