From 43c62990c1cfc3a84462571551cabe9f464b601a Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Sun, 21 Dec 2008 16:31:45 -0500 Subject: 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. --- theme/css/ie.css | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 theme/css/ie.css (limited to 'theme/css/ie.css') 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 @@ +div#top-fade { + display: none; +} + +body * { + overflow: hidden; +} + +dl.icon { + height: 50px; +} -- cgit 1.4.1