From b0c833525695ffbb392968ee0a2aedef161ede24 Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Wed, 7 Oct 2009 08:47:36 +0200 Subject: IE browsers wrapped the subnav tabs. Specifying the witht of the subnav-section, will prevent this wrapping. --- alps/alps.css | 1 + 1 file changed, 1 insertion(+) diff --git a/alps/alps.css b/alps/alps.css index b2b3d21..f224619 100644 --- a/alps/alps.css +++ b/alps/alps.css @@ -325,6 +325,7 @@ padding:0px 5px 0px 10px; */ #subnav { +width: 720px; position:absolute; top:178px; height:40px; -- cgit v1.2.3