|
|
|
Environment:
|
Found this only when using IE6..
|
|
Looks like the hack in menu.css could have side efects...
Using a plain page, got this one when rendering in IE6:
Sometimes there are more. Thing is that IE6 make several requests:
Many requests to a non existing image is going to invoke the fourofour.action just for free. Now, imagine the multiple requests made by IE6...
|
|
Description
|
Looks like the hack in menu.css could have side efects...
Using a plain page, got this one when rendering in IE6:
Sometimes there are more. Thing is that IE6 make several requests:
Many requests to a non existing image is going to invoke the fourofour.action just for free. Now, imagine the multiple requests made by IE6...
|
Show » |
|
In menu.css there is this definition
.ajs-menu-bar div.ajs-drop-down a { background: url(../../../images/icons/fake.gif) no-repeat .5em 50%; border: none; display: block; line-height: 2; padding: 0 1em 0 28px; margin: 0; text-decoration: none; position: relative; white-space: nowrap; }To fix this bug, either patch confluence by adding the missing image fake.gif in edit-webapp for example or modify the menu.css file and remove the background field.