{NAV_MENUBAR} Dropdown menubar

Post custom hacks and enhancements for phpwcms here only. Maybe some of these things will be included in official release later.
culda_a
Posts: 521
Joined: Tue 28. Feb 2006, 01:39
Contact:

Post by culda_a »

also is it possible to make the dropdown to go down when you go with the mouse over it ? not when you press on it
ImagePackging design,labels, catalogs,postcards,
culda_a
Posts: 521
Joined: Tue 28. Feb 2006, 01:39
Contact:

Post by culda_a »

is this topic dead? :cry:
ImagePackging design,labels, catalogs,postcards,
matten
Posts: 10
Joined: Mon 22. May 2006, 17:04

Post by matten »

Gibt es denn die möglichkeit, und wenn ja dann wie, das hier angesprochene Menu unter phpwcms version 1.2.8 zum laufen zu bekommen. es werden bei mir die submenus nicht angezeit unter der angesprochenen version.
User avatar
fardilha
Posts: 48
Joined: Wed 3. May 2006, 21:18
Location: Portugal
Contact:

Post by fardilha »

Hi.

I'm trying to use this menubar on a site that I'm doing but I just can+t make it work properly on Mac OS X 10.4.9 with Safari 2.0.4.

This is what happened:

Image

That space between the menu and the sub-menu makes it impossible to use under Safari.
Does anyone knows how to fix this?

I could really use some help.

Thanks!
Pedro Fardilha
tellus
Posts: 94
Joined: Tue 17. Feb 2004, 18:53
Location: Sweden
Contact:

Post by tellus »

You can adjust the submenus whit negative values in menubar.css (see below):

div.menu {
background-color: #ffffff;
margin-top: -20px;
margin-left: -14px;

border: 1px solid #000000;
padding: 0px 1px 1px 0px;
position: absolute;
visibility: hidden;
z-index: 101;
}

/Anders
User avatar
fardilha
Posts: 48
Joined: Wed 3. May 2006, 21:18
Location: Portugal
Contact:

Post by fardilha »

Hi Anders.

Thank you for your replay! :)
With this I'm getting closer of what i need but still not quite there.

The div.menu affects not only the sub-menu but also the main menu.
If you check my screenshot you can see that the menu under ANDEBOL is properly aligned but it's sub-menu isn't.
What I'm trying to figure out is what css property should i change in order to just alter the sub-menu, not the main on.

Well... i guess i need to keep trying!! ;)

Best regards
Pedro Fardilha
tellus
Posts: 94
Joined: Tue 17. Feb 2004, 18:53
Location: Sweden
Contact:

Post by tellus »

If it is any help look at my css-files http://www.dinrost.se/phpwcms_template/ ... enubar.css

my suggestion is that you first design the page after Safari, it use the same standards as Firefox, Mozilla and so on. Make then att "fix" for Internet explorer 6.

Look at:
http://www.dinrost.se/phpwcms_template/inc_css/ie.css

Use this in the header:

<!--[if IE 6]>
<link href="phpwcms_template/inc_css/ie.css" rel="stylesheet" type="text/css" />
<![endif]-->

/Anders
User avatar
lady_witchcraft
Posts: 94
Joined: Sun 14. Nov 2004, 19:19
Location: Austria
Contact:

Post by lady_witchcraft »

found the solution for my prob earlier in this thread, sorry - no questions left ;-)
... it's not bad luck, it's a bug ...
gonzai
Posts: 4
Joined: Sun 27. May 2007, 05:46

Post by gonzai »

Hİ. I AM ENTERING FROM THE TURKEY TO YOUR WEB PAGE. MY ENGLISH ISN'T VERY GOOD :)

I SET THE menu_bar.zip

I APPLIED THE INSTALLATION

nstallation instructions:

* Unzip the package in your phpwcms root directory.
* Add the following to your <head> section:
<script type="text/javascript" src="/phpwcms_template/inc_js/menubar.js"></script>
<link href="/phpwcms_template/inc_css/menubar.css" rel="stylesheet" type="text/css" />
* Make adjustments to menubar.css to change the size and appearance of the menubar to fit your needs
* Use the {NAV_MENUBAR} replacement tag where you want the menubar to appear.

1:

Image

2:

Image

BUT, ISN'T APPEARING IN THE WEB PAGE:

Image

I DIDN'T UNDERSTAND VERY THE EXPLANATION BEING DONE. DO YOU WRITE PICTORIAL EXPLANATION ?

PLEASE HELP ME.... :cry:
Post Reply