SFML community forums

General => SFML website => Topic started by: fantasy86 on January 08, 2010, 12:36:55 pm

Title: div#mainmenu display improperly in my browser
Post by: fantasy86 on January 08, 2010, 12:36:55 pm
in IE, it's all right
however, in my another everyday using browser, the menu font is too big,
and can only see the first 6 items. I have to use the mouse tip to find the menu entrys like the forum...

I find that problem lies in http://www.sfml-dev.org/style.css :

Code: [Select]

body {
    ...
    font-size: smaller


I tried to change font-size to "10pt", and it display properly in both browser.
Title: div#mainmenu display improperly in my browser
Post by: on September 28, 2010, 10:52:22 am
I have liked your opinion on this kind post. I am going to subscribe your post and will come here again to know more. Thanks,
Title: div#mainmenu display improperly in my browser
Post by: Mindiell on September 29, 2010, 08:46:45 am
Can you say which browser you are using ?
Mayebe it could be possibel to use a better way than the "10pt" thing. Thinking about the '1.2em' thing for example...