jquery.tabs-ie.css
来自「OA自动化办公系统,Eclipse+Oracle开发。」· CSS 代码 · 共 21 行
CSS
21 行
/*Tabs - additional IE specific bug fixesRecommended usage (Conditional Comments):<!--[if lte IE 7]><link rel="stylesheet" href="tabs_ie.css" type="text/css" media="projection, screen" /><![endif]-->*/.tabs-nav { /* auto clear */ display: inline-block;}.tabs-nav .tabs-disabled { position: relative; /* fixes opacity */ filter: alpha(opacity=40);}.tabs-nav .tabs-disabled a span { _height: 19px; /* for some reason the height is 1px to less with opacity... */ min-height: 19px; /* ...in both IE 6 and 7 */}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?