Hi Guys,
Please visit this page: http://www.siblinis.com/Templates/GreyTime/test.html.
When you click in one of the years a div will slide dawn, when the div slide dawn The other years move to the right.
What I want to do is when the div slide the other years stay where they are and don't move.
And another thing when I view it in IE8 the sliding div does not show, I am not sure why, as it is showing in GC and FF.
Thank you in advance.
Joe
Aligns [SOLVED]
Moderator: General Moderators
-
YoussefSiblini
- Forum Contributor
- Posts: 206
- Joined: Thu Jul 21, 2011 1:51 pm
Aligns [SOLVED]
Last edited by YoussefSiblini on Wed May 16, 2012 11:36 am, edited 1 time in total.
- social_experiment
- DevNet Master
- Posts: 2793
- Joined: Sun Feb 15, 2009 11:08 am
- Location: .za
Re: Aligns
Code: Select all
$(this).find(".About_Years_Desc").css({
'position': 'absolute',
'zIndex': '1'
});
$(this).find(".About_Years_Desc").slideToggle("slow");;
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
-
YoussefSiblini
- Forum Contributor
- Posts: 206
- Joined: Thu Jul 21, 2011 1:51 pm
Re: Aligns
Thanks you,
This sorted out all my errors,
It stopped the divs from moving, it is working in IE8 now, and it stop the page content from moving when the slide go dawn it just go above it.
Thank you very much
This sorted out all my errors,
It stopped the divs from moving, it is working in IE8 now, and it stop the page content from moving when the slide go dawn it just go above it.
Thank you very much