Benjamin Sterling wrote:
    <cfloop...>
    <a class="remote" href="color-#currentrow#"><li
    class="ProductColor#currentrow#"></li></a>
    </cfloop>


Be aware, that the above is not correct XHTML. you can probably get away with:

<li href="url" class="remote"></li>


That isn't correct (X)HTML either.

And won't work. The remote/history plugin relies on links pointing to a fragment identifier, like "#whatever", otherwise there is no way to add to history. That could be done of course somehow else, but is not currently supported.


--Klaus

Reply via email to