Mam problem z wyświetlaniem lewego menu pod IE6 i IE7 - aktywne menu nie ma pełnego tła
http://trioptimum.ionic.pl/index.php?page=samochody
a wygląda to tak:
IE6 - http://img34.imageshack.us/img34/9320/ie6.gif
IE7 - http://img3.imageshack.us/img3/5210/ie7u.gif
Ma ktoś pomysł co jest źle?
<SOLVED> NCleanBlue + left subnavigation w IE 6 i IE7
<SOLVED> NCleanBlue + left subnavigation w IE 6 i IE7
Last edited by asrob on Thu Sep 24, 2009 8:55 pm, edited 1 time in total.
Re: NCleanBlue + left subnavigation w IE 6 i IE7
dodałem jedną poprawkę wyświetlania bloku i wyświetla się poprawnie
w Navigation: Simple - Vertical
div#menu_vert ul h3 {
display: block;
height: 1%;
/* some air for it */
padding: 0.8em 0.5em 0.5em 1.5em;
/* this will be link color for all levels */
color: #000;
/* instead of the normal font size for */
font-size: 1em;
/* as normally has some margin by default */
margin: 0;
/* you can set your own image here, same as "a" */
background: transparent url(uploads/ngrey/libk.gif) no-repeat right top;
}
w Navigation: Simple - Vertical
div#menu_vert ul h3 {
display: block;
height: 1%;
/* some air for it */
padding: 0.8em 0.5em 0.5em 1.5em;
/* this will be link color for all levels */
color: #000;
/* instead of the normal font size for */
font-size: 1em;
/* as normally has some margin by default */
margin: 0;
/* you can set your own image here, same as "a" */
background: transparent url(uploads/ngrey/libk.gif) no-repeat right top;
}
Last edited by asrob on Thu Sep 24, 2009 9:17 pm, edited 1 time in total.