Horizontal Menu Above Exhibit

KevinozraM / 2008-09-08 13:44:40   

Vaska and others who can help,

I'm trying to customize my menu so that instead of aligning vertical on top of each other, i'd like to have it spread out horizontally over the exhibits. The site in question is:

http://leemawdsley.co.uk/

I pretty much got the auto center aligning of the content down and im just trying to do a similar menu like the site above. id like to keep the collapsible effect as well. i figured i have to classify each section with a div id but the question is how.

Thanks in advance to anybody that can help.

my site at the moment:

www.kevinmarzo.com

oliver / 2008-09-09 11:21:43   

hey kevin, you don't need surrounding divs - just let the uls float ...

KevinozraM / 2008-09-09 15:19:14   

thanks for the response oliver. how do i let the uls float? not too sure exactly how i would do that. sorry my knowledge with this is very limited. thanks in advance.

Vaska A / 2008-09-09 15:22:15   

Over the year, a couple people have said they would convert the nav to a Suckerfish and release the code...but they never did (stupid me for helping them). I'll probably do this myself once the new version is released.

oliver / 2008-09-09 16:02:56   

that's just a simple solution and it still is powered by the same expanding menues für each section ... so each section will expand separately.

  1. just use:
  2. #menue ul {
  3. float: left;
  4. list-style-type: none;
  5. margin: 0 20px 0 0;
  6. }

Image

jaredh272 / 2008-09-09 20:04:08   

Here's a plugin for using Autoviewer / indexhibit / horizontal menu:
http://www.alertanaranja.com/autoviexhibit-1-2

.. and here's the site demo:
http://pwyll.scenesp.org/v6/

iwakami / 2008-09-10 11:55:13   

hey, this is cool
would be cooler if it worked with tiltviewer!!! :D
this autoviexhibit works quite fine and adds a dinamic dimension to indexhibit without impregnating unwanted visual noise.
nice work jon http://www.jong.es

KevinozraM / 2008-09-11 02:01:37   

Thank you all! I got it to work the way I want now. Now I'm gonna try out this autoviewer. not too sure if it'll go with the way my sites laid out but thanks for the suggestion anyway!

This thread has been closed, thank you.