XWiki.com

Search:

The best way to share information, build online
communities and web applications.
Language: | en
The FAQ has moved to http://www.xwiki.org/xwiki/bin/view/FAQ/

Document WhyDoesTheMenuShowUpBadlyWhenUsingOpera

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;
}

The result looks ok in Opera but makes Internet Explorer and Firefox not show the menu perfectly aligned on the right. This is the reason why we didn't add the fix in the standard style sheet.


 
Comments: 1 Comments by XWikiGuest ...
 
 
Copyright 2004-2006 (c) XWiki.com
Powered by XWiki