Jump to content

problem of sliden elements


sweetysweety

Recommended Posts

hi,i have problem about my code.i have a site something like that:

<div id="gallery">    <div id="slides">       <div class="slide"><img  src="" width="920" height="400" alt="" /></div>    <div class="slide"><img  src="" width="920" height="400" alt="" /></div>    <div class="slide"><img  src="" width="920" height="400" alt="" /></div>    <div class="slide"><img  src="" width="920" height="400" alt="" /></div>	     </div>    </div><div id="menu">       <ul id="example-two" class="group">	    <li class="menuItem" id="current_page_item_two"><a href=""></a></li>	    <li class="menuItem"><a href=""><img  src="" alt="" /></a></li>	    <li class="menuItem"><a href=""><img  src="" alt="" /></a></li>	    <li class="menuItem"><a href=""><img src="" alt="" /></a></li>    </ul>          </div>

my problem is about the menu div side.i trying to make a colorized div under the link.at the home page,this div appears on the left side of the links.i have icons in the img tags which has space sides have no alphas.when user clicks any link,the colorized div will slide to the pressed button and that buttons icon will become colorized div's color.i hav a jquery code for this but when i load the page,the colorized div is not sliden.it changes only the colour of the icon. i'm stack on this.how can i make this situation working???

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...