mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
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:
parent
30b3f96d98
commit
97a967e3b8
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue