From a5b5e6002a25d415dab4aae6fb9451d827517346 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Fri, 10 Jul 2009 21:12:59 +0000 Subject: [PATCH] use list for gallery menu (fixes #42) --- css/main.css | 5 ++++- index.php | 14 +++++++------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/css/main.css b/css/main.css index 8e66b40..e9937d8 100644 --- a/css/main.css +++ b/css/main.css @@ -137,13 +137,16 @@ a:active { } #menu { - position:absolute; + list-style:none; + display:inline; + position:absolute; width:330px; height:14px; left: 143.5px; top: 553px; margin-top:2px; z-index:10; + padding:0; } #sub_menu { diff --git a/index.php b/index.php index 61cdd02..36b4671 100644 --- a/index.php +++ b/index.php @@ -4,7 +4,9 @@ * die Ausgabe im Browser. * * @author Jan Dittberner , Jeremias Arnstadt - * @version \$Id$ + * + * + * @version \$Id$ * * Copyright (c) 2008, 2009 Jan Dittberner * Jan Dittberner IT-Consulting & -Solutions @@ -84,14 +86,12 @@ a:active {
- + } ?>