Bug: since I upgraded to Firefox 9.0.1 two days ago, the left side menus are pushed way way back down on the site: http://oeis.org/wiki/
Bug with rendering of CSS?
Since I upgraded to Firefox 9.0.1 two days ago, the left side menus are pushed way way back down on the site:
I never had this problem before.
With Safari the left side menus appear where they should be, just below the OEIS logo.
Firefox 9.0.1 on Mac OS X Lion 10.7.2
כל התגובות (4)
It looks like a regression in FF9+. Maybe this one in CSS: https://bugzilla.mozilla.org/show_bug.cgi?id=714560. Try to spoof the user agent (see the last comment) and report if that helps.
Hi,
Please try a Ctrl + F5 refresh of the page. This would bring in the whole content afresh.
...............................................................................................................................
Useful links:
Going beyond Tools > Options - about:config
Page Info Tools (Alt + T) > Page Info, Right-click > View Page Info
Firefox Profile Folder & Files
This is caused by broken browser-sniffing by MediaWiki template software. See question 906789 or 908871. Updating the MediaWiki should solve this problem.
A temporarily solution is to add code to userContent.css or Stylish to reset the margin-left to its correct setting to undo the change made by the extra stylesheet that gets loaded.
- http://forums.mozillazine.org/viewtopic.php?f=25&t=2392487
- http://kb.mozillazine.org/userContent.css
The customization files userChrome.css (interface) and userContent.css (websites) are located in the chrome folder in the user profile folder.
@-moz-document domain(oeis.org) { #column-content { margin-left:-12.2em !important; } }
השתנתה ב־