Ne, ne die (be)trügt nicht. Ich meinte auch auf den DocType der V1.2.6 umschalten....<= 1.2.6 war keine Umschaltmöglichkeit über die config möglich... wenn mich die Erinnerung nicht trügt!
Knut
Ne, ne die (be)trügt nicht. Ich meinte auch auf den DocType der V1.2.6 umschalten....<= 1.2.6 war keine Umschaltmöglichkeit über die config möglich... wenn mich die Erinnerung nicht trügt!
On netzweite.de I have a slightly different dhtmlmenu.php which delivers the id="last"-thing. You can get it at http://www.netzweite.de/forumHey Hendrik as I could see you use this line in your css to have a border-right for the last firstrow menutitem:
Code:
#primaryNav ul li#last{
border-right: 1px solid #ddd;/*#7e9aca;*/
}
It does not work for me Sad
Anyways If I try to use your css, it does definitely not look like you rmenu, although I have put own images into the folders where you call them from.
My main question is:
How do i get borders around the first row (the very first menuitems)
is better than switching back to HTML 4.01 Transitional. The gap can always occur, when you change the font-family or the font-size or paddings. Depending on your edits (or doctypes) you should adjust this top-value, for FF and IE./* Fix IE. Hide from IE Mac \*/
* html #primaryNav ul ul { top: 30px; left: 0px; width: 200px;}
/* End */
You can disable these css-entries in admin/pagelayout by clicking on 'disable' and/or leaving fields empty.Wo kommt diese CSS Def. denn zur Seite dazu und warum?
E81_135ti wrote:I use it with 1.2.8.ssyfrig wrote:Hi
does any body use dhtmlmenu RT with phpwcms 1.2.8 ?
thanks, Sven
Just upgraded from 1.2.6 and got contacted yesterday that there are some problems with IE6 concerning a gap between the first menu button and the subcategories. So the menu folds back when you leave the first menu button with your mouse. In other words: the navigation is useless for users with IE6. Pretty annoying,
Furthermore, there are Problems with IE7. The menu folds out pretty and there's no gap between the main category and the subcategory. But once in a while (seems to be randomly) the submenu closes. Even with the mouse placed over an item it just closes sometimes. I have no idea what's wrong with that RT. Everything worked just fine before the update to 1.2.8, even cross-browser wise there weren't any problems. At least none I was aware of
Are there files coming with this RT, I need to edit, to make them 1.2.8 compliant?
Might somebody have a look, please: http://www.msm.musin.de/cms/
I read parts of this post an discovered Hendrik as the "man to be" for this RT? His Website http://www.netzweite.de works fine in my test browsers (IE6, IE7, FF2), probably he could give me a hand on this issue?
Code: Select all
#primaryNav ul ul {
display: none;
position: absolute;
width: 178px;
border: 1px solid #ddd;
border-bottom: none;
top: 18px;
left: -1px;
padding: 0px 0px 0px 0px;
background-color: #f9f6ed;/*url(../../picture/hen/bottom-5.gif) no-repeat bottom left;*/
z-index: 20;
/* filter:alpha(opacity=80);
opacity:.8;*/
}
/* Fix IE. Hide from IE Mac \*/
* html #primaryNav ul ul { top: 18px; left: -1px; width: 178px;}
/* End */
Stim wrote:Your menu work in IE 7 now? It still not working for me, with IE 6 and with XP OS.
Don’t know where to align the text really, which css file do you use? Can you post it?
Code: Select all
#primaryNav {
margin: 0px 0px 0px 0px;
padding: 0px 10px 0px 28px;
/*background-color: #b7c9e1;*/
background: url(../../picture/hen/greyblend4.jpg) no-repeat;
height: 26px;
}
/*#primaryNav a:link, #primaryNav a:visited {
color: #666;
}*/
#primaryNav a:hover {
color: #677EA5;
text-decoration: none;
}
#primaryNav ul ul li a.submenu {
background-image: url(../../picture/r_arrow.gif);
background-repeat: no-repeat;
background-position: 98% .5em;
padding-right: .6em;
}
#primaryNav ul ul li.itemChoosen a.submenu {
background-image: url(../../picture/r_arrowgrey.gif);
}
#primaryNav ul ul li.itemChoosen a.submenu:hover {
background-image: url(../../picture/r_arrow.gif);
}
#primaryNav li.itemChoosen ul li a.submenu {
background-image: url(../../picture/r_arrow.gif);
}
/* here we set the default display for the lists/nested lists */
#primaryNav ul {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
list-style: none;
display: block;
/*width: auto;*/
}
#primaryNav .itemOn {
font-weight: bold;
color: #677EA5;
}
#primaryNav .itemOnFirst {
font-weight: bold;
color: #677EA5;
background-image: url(../../picture/d_arrow.gif);
background-repeat: no-repeat;
background-position: 98% .5em;
padding-right: .6em;
}
#primaryNav .itemOnFirst ul{
font-style: normal;
}
#primaryNav ul li.itemChoosen {
font-weight: normal;
color: #fff;
background: #b2c6e1;/*#7E9ACC;#677EA5;*/
}
#primaryNav ul li.itemChoosenFirst {
font-weight: bold;
color: #677EA5;
}
/* Fix IE. Hide from IE Mac \*/
* html #primaryNav ul li.itemChoosenFirst a { color: #677EA5;}
* html #primaryNav ul li.itemOnFirst a { color: #677EA5;}
* html #primaryNav ul li.itemChoosen a { color: #fff;}
* html #primaryNav ul li li.itemChoosen a { color: #fff;}
* html #primaryNav ul li li li.itemChoosen a { color: #fff;}
/* End */
#primaryNav .itemChoosen ul{
font-variant: normal;
}
#primaryNav .itemChoosenFirst ul{
font-variant: normal;
}
#primaryNav ul ul {
display: none;
position: absolute;
width: 178px;
border: 1px solid #ddd;
border-bottom: none;
top: 18px;
left: -1px;
padding: 0px 0px 0px 0px;
background-color: #f9f6ed;/*url(../../picture/hen/bottom-5.gif) no-repeat bottom left;*/
z-index: 20;
/* filter:alpha(opacity=80);
opacity:.8;*/
}
/* Fix IE. Hide from IE Mac \*/
* html #primaryNav ul ul { top: 18px; left: -1px; width: 178px;}
/* End */
#primaryNav ul ul ul {
display: none;
position: absolute;
left: 178px;
top: -1px;
}
/* Fix IE. Hide from IE Mac \*/
* html #primaryNav ul ul ul { left:178px; top: -1px; }
/* End */
/* here we set the default display for the list items/nested list items */
#primaryNav ul li {
margin: 0px 0px 0px 0px;
padding: 3px 0px 2px 0px;
float: left;
position: relative;
font-weight: normal;
border: 1px solid #ddd;
}
*>html #primaryNav ul li {
width: 102px;
}
/*----ie5mac hack end------------*/
#primaryNav ul li#last{
border: 1px solid #ddd;/*#7e9aca;*/
}
#primaryNav ul li li {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border-top: 0px solid #ddd;
border-bottom: 1px solid #ddd;
float: none;
display: block;
font-weight: normal;
border-left: none;
}
/* here we set the default display state for the links */
#primaryNav ul li a {
padding: 0px 12px 0px 12px;
display: inline;
/* text-decoration: none;*/
}
#primaryNav ul li li a {
padding: 3px 12px 3px 12px;
display: block;
/*width: 130px;*/
}
/* Fix IE. Hide from IE Mac \*/
* html #primaryNav ul li { float: left; height: 1%; }
* html #primaryNav ul li a { height: 1%; }
/* End */
/* here we set the ACTIVE class for ON menus, first for cascade */
#primaryNav ul.itemOff { /*color: #FF3300; color: #FF3300;*/ }
/* DEFINE DEFAULT LI/A APPEARANCE */
/* here we set the standard LI states - controls bg color */
#primaryNav ul li { background-color: transparent; color: #444; }
#primaryNav ul li li {color: #777; }/* background-color: #f9f9f9;*/
#primaryNav ul li li li {color: #777; }/* background-color: #f9f9f9;*/
#primaryNav ul li li li li {color: #777; }/* background-color: #f9f9f9;*/
/* here we set the standard A states - controls text color */
#primaryNav ul li a { color: inherit; }
/* Fix IE. Hide from IE Mac \*/
* html #primaryNav ul li a { color: #666666; }
* html #primaryNav ul li li a { color: #777; }
/* End */
/* DEFINE DEFAULT LI/A HOVER/ON APPEARANCE */
/* here we set the hover and "in" styles for elements */
/* L1 on states */
#primaryNav li:hover {
color: #677EA5;
}
#primaryNav li.sfhover a { color: #677EA5;}
/* L1 off states - for children */
/*#primaryNav li:hover li*/
#primaryNav li.sfhover li a { color: #777; }
/* L2 on states */
#primaryNav li li:hover, #primaryNav li li.sfhover a { color: #677EA5; background-image:none;}
/* L2 off states - for children */
/*#primaryNav li li:hover li*/
#primaryNav li li.sfhover li a { color: #777; }
/* L3 on states */
#primaryNav li li li:hover, #primaryNav li li li.sfhover a { color: #677EA5; }
/* L3 off states - for children */
/*#primaryNav li li li:hover li*/
#primaryNav li li li.sfhover li a { color: #777; }
/* L4 on states */
#primaryNav li li li li:hover, #primaryNav li li li li.sfhover a { color: #677EA5; }
/* L4 off states - for children */
/*#primaryNav li li li li:hover li*/
#primaryNav li li li li.sfhover li a { color: #777; }
/* global states - bg colors */
#primaryNav li li:hover, #primaryNav li li.sfhover, #primaryNav li li li:hover, #primaryNav li li li.sfhover {
background-color: #fafaff;
/*background:url(../../picture/hen/bottom-6.gif) no-repeat top left;*/
/* filter:alpha(opacity=100);
opacity:1.0;*/
}
/*#primaryNav li li.unten:hover, #primaryNav li li.sfhover .unten, #primaryNav li li li.unten:hover, #primaryNav li li li.sfhover .unten{
background:url(../../picture/hen/bottom-6.gif) no-repeat bottom left;
}*/
/* DEFINE MENU APPEARANCE BEHAVIORS */
/* here we set the reveal/hide chains for the fly-out */
#primaryNav li:hover ul ul, #primaryNav li:hover ul ul ul {
display: none;
}
#primaryNav li:hover ul, #primaryNav li li:hover ul, #primaryNav li li li:hover ul {
display: block;
}
#primaryNav li.sfhover ul ul, #primaryNav li.sfhover ul ul ul, #primaryNav li li.sfhover ul ul {
display: none;
}
#primaryNav li.sfhover ul, #primaryNav li.sfhover ul, #primaryNav li li.sfhover ul, #primaryNav li li li.sfhover ul {
display: block;
}