I just wondered if anyone has an idea how to position the index so that when you
display in Horizontal format the imgags slide past the index column like the site below.
I just wondered if anyone has an idea how to position the index so that when you
display in Horizontal format the imgags slide past the index column like the site below.
fairly easy with css... what is your site?
...but I don't see an Indexhibit site in the url you posted...
Sorry, thought the raphael crespin site was in indexhibit. Looked very similar. Is it possible to do what I'm taling about though, in Indexhibit.
Yep, as I said it fairly easy.
The site praxis-architecture.com/ is in Indexhibit and is the homepage in hidden format. Any help would be really appreciated.
I don't know if it will work seamlessly since you're using the Indexhibit style plugin (which overrides things) but find #index in your style.css and add the following
#index {
margin-left: 20px;
z-index: 9999;
}
#exhibit {
margin-left: 60px; /* the width plus the margin-left of your #index */
}
Thanks so much Arsondpi. Works well.
This thread has been closed, thank you.