在页面左右一个悬浮div兼容IE6 IE7 8 9 Firefox chrome

#identifier-pannel {
bottom: 345px;
margin-left: 512px;
position: fixed;
_position: absolute;
left: 50%;
width: 110px;
_top: expression(eval(document.documentElement.scrollTop || document.body.scrollTop) +eval(document.documentElement.clientHeight || document.body.clientHeight) -480 +'px');
z-index:;
}

最新文章

  1. dup和dup2用法小结
  2. Modules
  3. Windows7下面手把手教你安装Django
  4. MS文件与路径的一些方法记录
  5. postgresql数据库的yum安装方法
  6. Android Weekly Notes Issue #256
  7. Linux记录-shell一行代码杀死进程(收藏)
  8. Mybatis中映射器实现方式总结
  9. C#中自定义属性的例子
  10. NRF24L01通信频率
  11. centos6 安装GitLab
  12. jQuery----左侧导航栏面板切换实现
  13. OAuth中client id的处理
  14. Orcale 之子查询
  15. Winform取消用户按下键盘的事件
  16. Selenium2+python自动化-gird分布式(转载)
  17. CentOS 6.9使用Setup配置网络(解决dhcp模式插入网线不自动获取IP的问题)
  18. 10、OpenCV Python 图像二值化
  19. DIV相对于父DIV底部对齐的实现方法
  20. Cloudera

热门文章

  1. 多线程下,Python Sqlite3报[SQLite objects created in a thread can only be used...]问题
  2. IEDA快捷键
  3. 【Go】windows下搭建go语言编译环境
  4. [LOJ6179]Pyh的求和
  5. 【推导】【暴力】Codeforces Round #432 (Div. 2, based on IndiaHacks Final Round 2017) C. Five Dimensional Points
  6. 【贪心】 Codeforces Round #419 (Div. 1) A. Karen and Game
  7. ContOS下部署javaweb项目
  8. 二叉搜索树BStree
  9. 20172333 2017-2018-2 《Java程序设计》第9周学习总结
  10. <摘录>简述configure、pkg-config、pkg_config_path三者的关系