From fd43b528ddef25b29a7be77331e0aceb451e9f8f Mon Sep 17 00:00:00 2001 From: Banana Date: Mon, 16 Jul 2012 15:10:12 +0200 Subject: [PATCH] syntax test --- css/tooltips.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/tooltips.txt b/css/tooltips.txt index 5e80b77..2a8ab31 100644 --- a/css/tooltips.txt +++ b/css/tooltips.txt @@ -12,6 +12,7 @@ Das javscript verhindert das event sollte man auf den Link draufklicken. Danach nur noch folgende CSS Definitionen und schon hat man seinen Tooltip. +```css a { z-index:10; } @@ -34,4 +35,5 @@ a:hover span{ color:#444; padding:1px 5px; z-index:10; -} \ No newline at end of file +} +``` \ No newline at end of file -- 2.39.5