| question | Why does the menu show up badly when using Opera |
| answer |
Opera 7.5 and before have a bug in the CSS implementation. It seems this will be corrected in Opera 7.61.
If you want your wiki to show up correctly in Opera there is a possible change in the styles. You need first to create a skin (See How To Create ASkin)
The style to add is:
.xwikiactions, #xwikiwebusermenu, #xwikilanguagemenu {
display: block;
float: left;
margin: 0px;
padding: 0px;
height: 1em;
width: auto;
/* Tantek hack pour cacher les 29.9ex à IE5 : */
voice-family: ""}"";
voice-family:inherit;
width: 40%;
}
html*#xwikilanguagemenu {
width: auto;
} |
Why are the issue titles in french when the selected language is english?