r10402 fixed a bug of fixed admin lnb on firefox

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10403 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2012-03-09 05:26:34 +00:00
parent 30b3f96d98
commit 97a967e3b8

View file

@ -1226,7 +1226,7 @@ jQuery(function($){
var h = lnb.offset().top;
function fixedLnb()
{
if(lnb.css('float') == 'none')
if(lnb.css('width') != '210px')
{
lnb.css('position', 'relative');
return;