By danaktivix on
Hi,
I've just discovered very odd behaviour in the display of html lists in IE6, using the Garland theme.
The problem: I use an unordered list. The lists' bullet points use menu-leaf.gif - also used in menu, but seem to work fine there. They sometimes display OK - usually when a page is first loaded, but not always. But if you reload, they vanish. Or just one appears. Or some other seemingly random result. And - bizarrely - if I tab to another window, then back again - ping! - they've re-appeared!
Anyone else had this problem with Garland? Anyone got a fix?
Oh my God I hate Microsoft so much.
Cheers,
Dan
Comments
Fixed...
Hey up,
Simple fix, nabbed from Here:
at line 104 in Garland's style.css, just stick a 'position:relative' in -
ul li {
margin: 0.4em 0 0.4em .5em;
position: relative;
}
Voila - IE behaves again.
Fixed...
Hey up,
Simple fix, nabbed from Here:
at line 104 in Garland's style.css, just stick a 'position:relative' in -
ul li {
margin: 0.4em 0 0.4em .5em;
position: relative;
}
Voila - IE behaves again.
I had the same problem
Also see this post: http://drupal.org/node/135487
I didn't have luck with the fix in certain circumstances -- see the node above.