Page 1 of 1

Aligns [SOLVED]

Posted: Sat May 12, 2012 5:21 pm
by YoussefSiblini
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

Re: Aligns

Posted: Mon May 14, 2012 6:14 am
by social_experiment

Code: Select all


$(this).find(".About_Years_Desc").css({
			'position': 'absolute',
			'zIndex': '1'
		  });
$(this).find(".About_Years_Desc").slideToggle("slow");;
This stops the div's moving around

Re: Aligns

Posted: Wed May 16, 2012 11:35 am
by YoussefSiblini
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 :)