Horizontal scrollbar in Firefox
Thox - May 25, 2005 - 10:54
| Project: | Drupal |
| Version: | 4.6.3 |
| Component: | theme system |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
The following CSS adds up to bad calculations in Firefox and makes the bluemarine pages show an annoying horizontal scrollbar:
body {
margin: 0;
font: 76% Verdana, Arial, Helvetica, sans-serif;
}
#content {
width: 100%;
}
#sidebar-left, #sidebar-right {
width: 16em;
}
#1
Hi,
Same behaviour here too with the PHPtemplate Bluemarine. While it does not break the functionality, it breaks somehow the look and annoys.
Is there some fix available?
#2
I'd suggest trying to change the font-size to something other than 76%.
#3
setting to 75% works fine. Should we submit this like a patch?
#4
I used the sugestion above by using 75% and it seems to work. I am going to put this over to drupal as there is the same issue as cvs.
#5
#6
I can not reproduce this.
I recommend it be marked as fixed.
Robin
#7
I'm having the same issue in IE. What css should I be editing?
#8
scrollbar in Firefox 1.0.7 on pages with Drupal 4.6.3 default install:
http://localhost/?q=node/add/page
http://localhost/?q=node/add/story
http://localhost/?q=admin
http://localhost/?q=admin/node
#9
#10