Ingo Chao wrote: > Christian Montoya wrote: > >> On 12/3/05, Gunlaug Sørtun <[EMAIL PROTECTED]> wrote: >> >>> Ingo Chao wrote: >>> >>>> http://temp.rdpdesign.com/final/ is still showing a jump in >>>> active tabs.
... > http://www.satzansatz.de/cssd/tmp/cmoutline.png > > split paper clip. Gap. All the tabs were jumping initially. looks > awful. > > Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) > Gecko/20051111 Firefox/1.5 Moving 'padding-top: 10px' from '#navcontainer' to '#wrapper' seems to cure all jumping and "split paper clip" while keeping a cross-browser identical appearance. Then delete padding on a:focus,a:active as it is no longer needed. The reason for the "split paper clip" is some new(?) bug in Firefox related to 'overflow: hidden', as it adds 'padding: 10px' to 'height: 1.4em' when calculating actual 'height', but "forget" where that bottom is when positioning the background. Further investigation needed... :-) The rest should be adjustable to your liking, as long as you avoid complicated calculations of dimensions on the element with 'overflow: hidden' on it. regards Georg -- http://www.gunlaug.no ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
