Drop Down Menu

If you've problems with unsupported - non official ;-) - functionalities use this forum please.
Post Reply
culda_a
Posts: 521
Joined: Tue 28. Feb 2006, 01:39
Contact:

Drop Down Menu

Post by culda_a »

Hi, I try to use the hack dropdown menu but is not working anymore ... in 1.2.6 .... in one install is working but I try it again and it shows me like text links.... is there no build in option in the phpwcms or can somebody tell me why Is looking like that ?
ImagePackging design,labels, catalogs,postcards,
culda_a
Posts: 521
Joined: Tue 28. Feb 2006, 01:39
Contact:

Post by culda_a »

where in the code can I put a separation line between the menu like this:

item 1
_____
Item 2
_____

/*---------------------------------------------------------------------------*/
/* Site menu. */
/*---------------------------------------------------------------------------*/

#menuBarMain
{
margin: 1px /* auto */;
text-align: left;
/* width: 62em; */
width: 100%;
}

div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
font-family: "Trebuchet MS", MS Sans Serif, Trebuchet MS, Arial, sans-serif, Verdana, Helvetica;
font-size: 10pt;
font-style: normal;
font-weight: normal;
color: #FFFFFF;
}

div.menuBar {
background-color: #969694;
/* background-color: #FFFFFF; */
border: 1px solid;
border-color: #969694 #969694 #969694 #969694;
padding: 1px 1px 1px 1px;
text-align: right;
}

div.menuBar a.menuButton {
background-color: transparent;
border: 1px solid #969694;
color: #FFFFFF;
cursor: default;
font-weight: bold;
left: 0px;
margin: 0px;
padding: 1px 1px 1px 1px;
position: relative;
text-decoration: none;
top: 0px;
z-index: 100;
}

div.menuBar a.menuButton:hover {
background-color: #FF0000;
border-color: ##FF0000 #ffffff #FFFFFF #FFFFFF;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
/* background-color: #FF0000;*/
background-color: #FF0000;
border-color: #ffffff #ffffff #ffffff #ffffff;
/* color: #ffffff; */
color: #FFFFFF;
left: 0px;
top: 0px;
}

div.menu {
background-color: #969694;
border: 0px solid;
border-color: #FFFFFF #ffffff #FFFFFF #FFFFFF;
left: 0px;
padding: 0px 1px 1px 0px;
position: absolute;
top: 0px;
visibility: hidden;
/* z-index: 101; */
z-index: 101;
}

div.menu a.menuItem {
color: #FFFFFF;
cursor: default;
display: block;
text-decoration: #FF0000;
white-space: nowrap;
}

div.menu a.menuItem,
div.menu div.menuItemHdr {
padding: 1px 1em;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
/* background-color: #FF0000; */
background-color: #FF0000;
color: #ffffff;
}

div.menu a.menuItem span.menuItemText
{
font-family: "Trebuchet MS", MS Sans Serif, Trebuchet MS, Arial, sans-serif, Verdana, Helvetica;
}

div.menu a.menuItem span.menuItemArrow {
margin-right: -.75em;
}

div.menu div.menuItemHdr {
font-weight: bold;
}

div.menu div.menuItemSep {
border-top: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
margin: 0px 0px;
}
Is this one:
}

div.menu div.menuItemSep {
border-top: 0px solid #ffffff;
border-bottom: 0px solid #ffffff;
margin: 0px 0px;
}
if yes ...is strange becouse is not working

any sugestion
ImagePackging design,labels, catalogs,postcards,
Post Reply