http://www.petersurrena.com/

The first project that loads is a great example of the problem.

On Oct 20, 11:16 am, Mike Alsup <[EMAIL PROTECTED]> wrote:
> > This is ideal but does not work with webkit...ie and mozzila work
> > fine.
> > <div id="navpos">
> >         <div id="nav"></a></div>
> > </div>
> > <div id="pager"> <-- Cycle Div -->
> >         <div id="wrt"> <-- Tab Div -->
> >                 <?php
> >                         include_once("portfolio/wrt.php");
> >                 ?>
> >         </div>
> > </div>
>
> > here's the js
> >         <script type="text/javascript">
> >                         $(function(){
> >                         // Create pagination element
> >                         $('#pager').before('<div id="nav">').cycle({
> >                                 fx:     'fade',
> >                                 speed:  'fast',
> >                                 timeout: 0,
> >                                 pager:  '#nav',
> >                                 cleartype:  1
> >                         });
> >                 });
> >         </script>
>
> > Any idea on how to get the second option to work or is there a better
> > plugin to get the job done?
>
> Can you post a demo link?  Also, no need to include "before('<div
> id="nav">')" if that element is already in your markup.
>
> Mike

Reply via email to