summary refs log tree commit diff stats
path: root/theme/css/ie.css
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-12-21 16:31:45 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-12-21 16:31:45 -0500
commit43c62990c1cfc3a84462571551cabe9f464b601a (patch)
tree6801da614c69530cfa645d8fd4020fce88732901 /theme/css/ie.css
parent7d049520112991edf1f1fd1f446bb892fc680b9c (diff)
downloadfourisland-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/ie.css')
-rw-r--r--theme/css/ie.css11
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 @@
1div#top-fade {
2 display: none;
3}
4
5body * {
6 overflow: hidden;
7}
8
9dl.icon {
10 height: 50px;
11}