TEXT FIXED POSITION OVER AND OVER

rebecca21 / 2012-11-05 08:15:44   
Here is my page : m-a-o.fr/nx/index.php/logements/projet-1/
In the over and over format, i'm trying to fixe the text position above the images. I've manage to fixe the text by setting a style.
Two problems appear : the images are under the text on the basic position, and when you scrole the images goes under the text and appear on the top of it.
I happen to make it work on the old version of indexhibit : onetoostudio.com/fr/…
I've done the trick by making a Prenav image as large as the container size and the over and over goes under.
For any reason i can't make it work on that new site...
Maybe there is a simple way to do it in the over and over settings directly?
Thanks for your answer ! :)
arsondpi / 2012-11-05 10:55:28   

maybe the effect is the same but it's a different thing.
Anyhow it's not something that can be done automatically since the text varies in height.
Nevertheless by simply adding

  1. #img-container {
  2.     margin-top: 150px;
  3. }

you'll have what you're after.

rebecca21 / 2012-11-05 21:56:25   

Made it! thanks

This thread has been closed, thank you.