diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2008-12-21 16:31:45 -0500 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2008-12-21 16:31:45 -0500 |
commit | 43c62990c1cfc3a84462571551cabe9f464b601a (patch) | |
tree | 6801da614c69530cfa645d8fd4020fce88732901 /theme/css | |
parent | 7d049520112991edf1f1fd1f446bb892fc680b9c (diff) | |
download | fourisland-43c62990c1cfc3a84462571551cabe9f464b601a.tar.gz fourisland-43c62990c1cfc3a84462571551cabe9f464b601a.tar.bz2 fourisland-43c62990c1cfc3a84462571551cabe9f464b601a.zip |
Eased usability in IE
Previously, IE had a problem with IE 6 that made it impossible to use Four Island. The rightbar was cleared to the bottom, the posts' text were invisible, the top-fade obscured text and The Fourm was illegiable. This has (mostly) been fixed with a conditional stylesheet. Four Island doesn't look perfect in IE yet (and probably never will) but at least now it's usable.
Diffstat (limited to 'theme/css')
-rw-r--r-- | theme/css/ie.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/theme/css/ie.css b/theme/css/ie.css new file mode 100644 index 0000000..bdf6d92 --- /dev/null +++ b/theme/css/ie.css | |||
@@ -0,0 +1,11 @@ | |||
1 | div#top-fade { | ||
2 | display: none; | ||
3 | } | ||
4 | |||
5 | body * { | ||
6 | overflow: hidden; | ||
7 | } | ||
8 | |||
9 | dl.icon { | ||
10 | height: 50px; | ||
11 | } | ||