HORIZONTAL MENU

maudatchum / 2012-11-22 13:04:05   

How to install the horizontal menu?
I'm a very beginner in indexhibit. I know how to manage my website but I'm stucked with this special thing : want to present all my work with horizontal menu & don't know how to install the option to do it!

IKB010 / 2012-11-29 17:35:14   

Just an idea only working with .css files
elenaagudio.net/
:-)

starlab / 2012-11-30 15:29:40   

Hi IKB010, have you done this with Indexhibit 1 or 2? If it has been done with the 2, could you please share your css. This is exactly what I'm trying to do. Many thanks in advance

IKB010 / 2012-11-30 16:04:53   

hi starlab, with 2 (fresh new from yesterday)...:-) just replace the same file in ndxzsite/default ...the base.css you could skip to upload (as u wish) the other two for css and the index.php for add a div for the transparency (set to 100 and become completely white) ... enjoy ... bigodinofont.net/…

starlab / 2012-11-30 16:36:31   

Hey, this looks great. Thank you very much for sharing

starlab / 2012-11-30 16:42:02   

Ah, still a problem. Does anyone know how to adjust the paddings of the menu? This is my website vitonewyork.com

IKB010 / 2012-11-30 16:52:57   

...be careful the height of index (menu) div...the image of the logo is too big (big i mean like width and height check line 51 style.css if you set to 400 px solve the problem)...(change the name in the title line 7 of index.php :-))...enjoy the code playground...

starlab / 2012-11-30 17:09:38   

thanks again, this is perfect. I also changed line 7 of index.php deleting the description of yourself and inserting the name of my website. Only problem is that I still see your name associated with the website. Any guess?

IKB010 / 2012-11-30 17:13:07   
  1. Now:
  2. <title>Elena Agudio : <last:ndxz_title /></title>
  3. Correct:
  4. <title>{{obj_name}} : <last:ndxz_title /></title>
  5. No problem!!! :-)
starlab / 2012-11-30 17:25:42   

It works, thanks again. I'll keep playing around with all the other stuff

madskjeld / 2012-12-05 19:25:51   
  1. Hi there. Thanks for the tip. This is great! I have a couple of issues though - 1. when I put exhibits into a project and press the project in the menu it has a weird way of folding out. 2. I have a hard time centering my   #index and #exhibit - setting margin-left and margin-right to auto doesn't help. Any tips? 
  2. #index {  overflow: auto; position: fixed; top: 50px; padding: 0; left: 50%; margin-left: -400px;
  3.       margin-bottom: 10px; text-align: center; width: 100%;
  4.     z-index: 5; font-size: 12px; height: 170px; /* line-height: 1.3em;*/  } 

#exhibit { position: relative; margin-left: auto; margin-right: auto;
        margin-bottom: 50px; margin-top: 200px; text-align: justify;
        width: 100%; font-size: 12px; height: 80%; z-index: 1; }
#index img { border: none; outline: none; padding-bottom: 5px; }
#exhibit a {color:#696969;}
/* styling the index */
#index ul { color: #000000; position: relative; list-style-type: none; top: 20px; display: inline; }
#index ul li { display: inline; padding-left: 10px; padding-right: 10px;
    border-right: 1px #777777 dotted; font-size: 13px; }
/*#index ul.section { margin-bottom: 1em; } */
#index ul.subsection { }
    

Vaska A / 2012-12-05 19:27:30   

@mad: please post in a version 2 thread. I'm closing this one for that reason and it's really old.

This thread has been closed, thank you.