2個
固定寬度tables分別在上下frames同在1個flameset內(upperFrame: Menu table & lowerFrame: Content table),frames內各有一個table(固定寬度)已對齊中置,upperFrame: Menu table永久固定中置,無問題。
因lowerFrame: Content table過長就會自動右邊出現scrollbar,上下frames依照對齊中置在ie6下,無問題。
但Firefox因scrollbar出現,lowerFrame: Content table偏移向左方20 pixel(scrollbar width),不能對齊上方中置而不兼容出現呀。
Like this:
http://img128.imagevenue.com/img.php?im ... 1065lo.jpg
已插入在css/html微調成功,可以兼管firefox & ie6。(ie7又不兼容!!)
body {margin-right: -20px !important; margin-right: 0px}
要-20px似乎前退取代firefox's scrollbar width佔據的標準寬度。
但是,又因windows內,各用戶設定的螢幕或字體大小都會影響browsers's scrollbar width寬度(-4px~-16px誤差),導致不能中置...
如果處理這margin width不兼容問題呢?
http://img128.imagevenue.com/img.php?im ... 1065lo.jpg