2 personman Jun 06, 2006 18:49

Thanx a lot. Seems to have fixed it. I really didn't need (more) evidence that IE is crap, but there you go.
Hi there !!
I've got the same problem, but in IE, the end of the sidebar reappears only when the [u]submenu (blog listing)[/u] is hovered over.
I use the Plain template, and this is my css:
.submenu {
}
.submenu a {
display:block;
width:100%;
background-image:url(images/backgrounds/submenua.gif);
background-position:right;
background-repeat:no-repeat;
padding:5px;
padding-right:0;
}
.submenu a:hover {
background-color:#eeeeee;
background-image:url(images/backgrounds/submenua_hover.jpg);
background-repeat:repeat-y;
}
Which should I delete please?
(I've tried a few things, but I don't seem to make it work)
many thanks
Does anyone know please ? :(
I've tried to delete differant stuff, but I always seem to get it wrong
Thank you
EDIT: Gone there: http://forums.b2evolution.net/viewtopic.php?t=9824
.
This is really strange. More evidence that Internet Explorer is crap. This should fix it, though. Find
And change it to this:
For some reason, that seems to fix it.