From: John Dong Date: Thu, 30 Aug 2007 17:33:53 +0000 (-0400) Subject: Add link woraround for the logout button X-Git-Url: https://projects.mako.cc/source/selectricity-live/commitdiff_plain/60efa5a52b005c2538b7958959857459304868c7 Add link woraround for the logout button --- 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;} +