in firefox .position fixed and normal
but ie6 position fixed but scrollbar not stop when floating
link(rightbanner)
please down scroll bar in website.it is not stop
firefox css code
ie6 css codeCode:div#banner { position: fixed; top: 0px; right: 473px; width: 0px; z-index: 3; }
sorry my pure english.Code:div#banner { position: absolute; left: expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollLeft+790+"px" : body.scrollLeft+"px"); top: expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollTop+0+"px" : body.scrollTop+"px"); right: -130px; width: 120px; }



Reply With Quote

Bookmarks