NAV_LIST_UL:HCSS
Posted: Mon 16. Jul 2007, 20:26
Hallo Zusammen,
die NAV_LIST_UL finde ich an sich sehr gelungen. Leider habe ich einige Probleme auf Grund mangelnder Anleitung.
Meine Fragen:
1. In welches Verzeichnis muss die nav_list_ul_hcss.css? Das css wird durch Aufruf automatisch importiert. Ist das so in Ordnung, oder muss es in die Vorlage aufgenommen werden (also kopieren in den Ordner /template/inc_css/ oder belassen in /template/inc_css/specific/
2. IE und FF verhalten sich mal wieder total anders (trotz ie.hack). Anbei die CSS Datei und ein Bild vom IE. Im FF sieht alles in Ordnung aus.

DIE MAUS STEHT AUF DER TASTE BÜRO!!!!!
Freue mich über jeden Hinweis!!!
Gruß Christian

die NAV_LIST_UL finde ich an sich sehr gelungen. Leider habe ich einige Probleme auf Grund mangelnder Anleitung.
Meine Fragen:
1. In welches Verzeichnis muss die nav_list_ul_hcss.css? Das css wird durch Aufruf automatisch importiert. Ist das so in Ordnung, oder muss es in die Vorlage aufgenommen werden (also kopieren in den Ordner /template/inc_css/ oder belassen in /template/inc_css/specific/
2. IE und FF verhalten sich mal wieder total anders (trotz ie.hack). Anbei die CSS Datei und ein Bild vom IE. Im FF sieht alles in Ordnung aus.
Code: Select all
/*
Sample CSS for use in combination with {NAV_LIST_UL:HCSS}
CSS for show/hide flyout menu is rendered dynamically in the style section
Basis of this CSS is taken from http://www.alistapart.com/articles/horizdropdowns/
*/
.hcss_menu {
font: normal normal 11px/28px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.hcss_menu em {
font-style: normal;
}
.hcss_menu ul {
margin: 0;
padding: 0;
list-style: none;
border-left: 0;
}
.hcss_menu ul li {
float: left;
position: relative;
width: 110px; /* Width of Menu Items */
height: 28px;
/*background: url(../../img/article/navi1_act.gif) 0px 0px no-repeat;*/
}
.hcss_menu li ul {
position: absolute;
left: 0; /* Set 1px less than menu width */
top: 28px;
display: none;
border: 0;
}
.hcss_menu li ul li ul {
left: 150px;
top: 0;
}
/* Styles for Menu Items */
.hcss_menu ul li a, .hcss_menu ul li a:link, .hcss_menu ul li a:visited, .hcss_menu ul li a:active {
display: block;
text-decoration: none;
color: #FFFFFF;
background: url(../../../img/article/navi1_norm.gif) 0px 0px no-repeat;
padding: 0px;
border: 0;
text-align: center;
}
.hcss_menu ul li.active a, .hcss_menu ul li.active a:active, .hcss_menu ul li.active a:link {
/* .hcss_menu ul li.active a:visited, */
/* text-align: left; */
background: url(../../../img/article/navi1_act.gif) 0px 0px no-repeat;
/* padding-left: 7px; */
}
.hcss_menu ul li a:hover {
color: White;
background: url(../../../img/article/navi1_hov.gif) 0px 0px no-repeat;
}
.hcss_menu ul li:hover a {
color: White;
background: url(../../../img/article/navi1_hov.gif) 0px 0px no-repeat;
}
.hcss_menu ul li ul li a {
width: 180px; /* Width of Menu Items */
height: 27px;
text-align: center;
background: #97BA25;
}
.hcss_menu ul li:hover ul li a { /* Hintergrund fuer die SUBs */
padding-left: 25px;
text-align: left;
background: #97BA25;
color: #FFFFFF;
border-bottom: 1px;
border-color: #D8E4B4;
border-style: solid;
}
.hcss_menu ul li ul li a:hover {
background: #6D8B14; /* #708090; */
}
/* Holly Hack. IE Requirement \*/
* html .hcss_menu ul li { float: left; height: 1%; }
* html .hcss_menu ul li a { height: 1%; }
/* End */

DIE MAUS STEHT AUF DER TASTE BÜRO!!!!!
Freue mich über jeden Hinweis!!!
Gruß Christian


