[Opgelost] HTML-blok verdwenen na de upgrade
Posted: Mon Mar 21, 2011 9:38 pm
Hoi hoi allen die het forum een warm hart toedragen (mijn persoon in het bijzonder gheghe),
http://www.obsdetimp.nl geupgrade en ik dacht zonder problemen. Probleem met Module Manager opgelost, maar sindsdien is het linker menu boven de colofon helemaal verdwenen.
Het is een html-blok waarin staat:
In de sjabloon staat de volgende code:
In de stylesheet staat m.b.t. het vertikale menu de volgende code:
Tja, ik heb verder nergens iets aan veranderd (behalve dus aan de colofon omdat die updatedatum niet scheen te werken - doet het inmiddels wel - maar die colofon staat in een aparte html-blok.
Dus, mijn vraag....
Wat is hier nou plotseling niet meer goed aan, dat zo'n blok zich plots totaal niet meer laat zien?
http://www.obsdetimp.nl geupgrade en ik dacht zonder problemen. Probleem met Module Manager opgelost, maar sindsdien is het linker menu boven de colofon helemaal verdwenen.
Het is een html-blok waarin staat:
Code: Select all
{menu template='CSSMenu Vertical' start_element="1.1" show_root_siblings="1"}
Code: Select all
<!-- Left Menu -->
<table class="Content" cellspacing="0" cellpadding="0" height="100%">
<tr>
<td class="Menu">
{global_content name='Timp - MenuLeft'}
<br \>
{global_content name='Timp - Colofon'}
</td>
Code: Select all
/* 3.2. Vertikaal menu */
/* The wrapper determines the width of the menu elements */
#vert-menuwrapper {
width: 100%;
}
/* Unless you know what you do, do not touch this */
#vert-nav, #vert-nav ul {
list-style: none;
margin: 0px;
padding: 0px;
width: 100%;
margin-left: 0px;
border-bottom: 1px solid #9090DC;
padding-bottom: 1px;
}
#vert-nav ul {
position: absolute;
top: 0;
left: 100%;
display: none;
background-color: #DDDDF4;
border: 1px solid #9090DC;
padding-bottom: 1px;
margin-left: -2px;
}
#vert-nav li {
margin-bottom: -1px;
position: relative;
*margin-botom: 0px;
*margin-top: 0px;
_margin: 0px;
}
/* Styling the basic apperance of the menu elements */
#vert-nav a {
display: block;
*display: inline;
_display: block;
margin: 0px;
padding: 5px 10px;
*padding-left: 10px;
*padding-bottom: 0px;
*padding-top: 5px;
*padding-right: 0px;
_padding: 5px 10px;
color: #3C3CB0;
text-decoration: none;
*height: 24px;
*text-align: centre;
}
#vert-nav li, #vert-nav li.menuparent {
/* background-color: transparent; */
min-height:1em; /* Fixes IE7 bug*/
}
/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */
#vert-nav li.menuactive {
background-color: #A4A4E3;
}
/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#vert-nav li.menuparent,
#vert-nav li.menuparent:hover,
#vert-nav li.menuparenth {
background-image: url(uploads/images/menu/arrow.gif);
background-position: center right;
background-repeat: no-repeat;
}
/* Styling the apperance of menu items on hover */
#vert-nav li:hover,
#vert-nav li.menuh,
#vert-nav li.menuparenth,
#vert-nav li.menuactiveh {
background-color: #FFFFEA;
}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
#vert-nav ul,
#vert-nav li:hover ul,
#vert-nav li:hover ul ul,
#vert-nav li:hover ul ul ul,
#vert-nav li:hover ul ul ul ul,
#vert-nav li.menuparenth ul,
#vert-nav li.menuparenth ul ul,
#vert-nav li.menuparenth ul ul ul,
#vert-nav li.menuparenth ul ul ul ul {
display: none;
}
#vert-nav li:hover ul,
#vert-nav ul li:hover ul,
#vert-nav ul ul li:hover ul,
#vert-nav ul ul ul li:hover ul,
#vert-nav ul ul ul ul li:hover ul,
#vert-nav li.menuparenth ul,
#vert-nav ul li.menuparenth ul,
#vert-nav ul ul li.menuparenth ul,
#vert-nav ul ul ul li.menuparenth ul,
#vert-nav ul ul ul ul li.menuparenth ul {
display: block;
}
/* IE Hack, will cause the css to not validate */
#vert-nav li, #vert-nav li.menuparenth { _float: left; _height: 1%; }
#vert-nav li a { _height: 1%; }
/* section header */
#vert-nav li.sectionheader {
border-left: 1px solid #9090DC;
border-top: 1px solid #9090DC;
font-size: 130%;
font-weight: bold;
padding: 1.5em 0 0.8em 0.5em;
background-color: #fff;
margin: 0;
width: 100%;
}
/* separator */
#vert-nav li hr.separator {
display:block;
height: 0.5em;
color: #6D6DD2;
background-color: #6D6DD2;
width: 100%;
border:0;
margin:0;
padding:0;
border-top: 1px solid #9090DC;
border-right: 1px solid #9090DC;
}
Dus, mijn vraag....
Wat is hier nou plotseling niet meer goed aan, dat zo'n blok zich plots totaal niet meer laat zien?