From 60efa5a52b005c2538b7958959857459304868c7 Mon Sep 17 00:00:00 2001 From: John Dong Date: Thu, 30 Aug 2007 13:33:53 -0400 Subject: [PATCH] Add link woraround for the logout button --- public/stylesheets/ie6hacks.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/stylesheets/ie6hacks.css b/public/stylesheets/ie6hacks.css index 4446647..9aa3422 100644 --- a/public/stylesheets/ie6hacks.css +++ b/public/stylesheets/ie6hacks.css @@ -27,3 +27,7 @@ div#bar-right { ol { list-style-type: none; } + +/* Required for IE6 to make the logout links clickable */ +*a{position:relative;} + -- 2.30.2