Hi Dries,
try this:
change the lines ~332-335. in system.css:
from
/* Avoid jumping around due to margins collapsing into collapsible fieldset border */ html.js fieldset.collapsible .fieldset-wrapper { overflow: auto; }
to
/* Avoid jumping around due to margins collapsing into collapsible fieldset border */ html.js fieldset.collapsible .fieldset-wrapper { overflow-y: hidden !important; }
Best, Tibor
ps.: sorry, but I'm not @ my computer at the moment so I can't provide a patch. At first sight it works for me, it eliminates the vertical scrollbar in FF.
2007/11/13, Dries Buytaert dries.buytaert@gmail.com:
Can I cast some CSS gurus in this issue?
Thanks,
-- Dries Buytaert :: http://www.buytaert.net/
themes mailing list themes@drupal.org http://lists.drupal.org/mailman/listinfo/themes
Use the good old clearfix hack - the problem comes in safari 2(.04) when you get multible float left element after each other then the parent element - here its the fieldset dosnt get that its a block. and get those .project-issue .node-form div.inline-options .form- item <div>'s in line
fieldset:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;} fieldset {display:inline-block;} /*ie7 dosnt validate - but fixes the prob ...*/ fieldset {display:block;} /*opera & safari */ /*ie6 and no IE mac*/ /* Hides from IE-mac */ * html fieldset {height: 1%;} /* End hide from IE-mac */
/morten.dk noget med ILD
On 13/11/2007, at 15.17, Dries Buytaert wrote:
Can I cast some CSS gurus in this issue?
Thanks,
-- Dries Buytaert :: http://www.buytaert.net/
themes mailing list themes@drupal.org http://lists.drupal.org/mailman/listinfo/themes