You are not logged in Log in Join
You are here: Home » Collectors » NEW Zope.org (the website) » Second navigation on right side unuseable when using Font zooming and Mozilla » zope-mozilla.png

Log in
Name

Password

 

zope-mozilla.png

The design of the default skin of the site effectively prevents mozilla users from using the text zoom feature. Since I'm using 1600x1200 for work I cannot rely on the standard font size and need bigger fonts. Unfortunately, this results in the second navigation bar with the white background from overlapping every content under it, be it other navigation elements or the top-bottom menu on the left side or documents starting at the top. I've atttached a screenshot to illustrate the problem. Text zooming in IE doesn't reveal this problem, but then text zoom in IE doesn't affect the menus but only the content itself. Probably related to using pixel font sizes. After further researching, it reveals that disabled the stylesheet rule: <style type="text/css" media="all">@import url(ploneCustom.css);</style> All font sizes are pretty useable, albeit the look of the site is a bit different but much more useable with bigger fonts. Digging even deeper, it seems this problem relates from the fact the someone tried to position the div.personalBar below the div.pathBar but still having the div.personalBar earlier in the document. If you remove the position:absolute from the div.personalBar, the complete issue is gone, but the personalBar is no longer below the pathBar. The long term solution probably is to place the personalBar below the pathBar in the HTML and remove the absolute positioning from the personalBar. regards, - Markus

Size: 9 K