File: iexplorefix.css

package info (click to toggle)
libics 1.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,196 kB
  • sloc: ansic: 8,873; sh: 4,461; cpp: 770; makefile: 148
file content (9 lines) | stat: -rw-r--r-- 247 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
/*
 * Style file for libics documentation. (c)2005-2006 by Cris Luengo.
 * Fixes to display these pages in a not-so-terrible way on Internet Explorer 6.
 */

div.navbar {
  /*position: fixed;   Doesn't work in IExplorer */
  position: absolute;
}