[dokuwiki] Re: TOC obscured by text inside code tags
- From: Olivier Lumineau <olivier.lumineau@xxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Mon, 23 Oct 2006 13:24:41 +0200
hello,
I had noticed this problem too and I already tried this solution which
did'nt work...
So I've just retry after I read your message, but confirmation : it's
not working !
What is missing to me ??? If you have an idea... :-\
--
Olivier LUMINEAU
Comité Réseau des Universités |--> www.cru.fr <http://www.cru.fr/>
-------
Tél : 02 23 23 69 05
Onno wrote:
Hi List,
I noticed that the Table Of Contents can sometimes be obscured by elements
such
as "source code" (text inside <code> tags).
You can easily fix this design.css. Go to line 518 (div.dokuwiki #toc__inside)
and add the following code inside the {} brackets, on a separate line:
z-index: 100;
Cheers,
Onno
- Follow-Ups:
- [dokuwiki] Re: TOC obscured by text inside code tags
- From: Chris Smith
- References:
Other related posts:
- » [dokuwiki] TOC obscured by text inside code tags
- » [dokuwiki] Re: TOC obscured by text inside code tags
- » [dokuwiki] Re: TOC obscured by text inside code tags
Onno wrote:
Hi List,
I noticed that the Table Of Contents can sometimes be obscured by elements such as "source code" (text inside <code> tags).
You can easily fix this design.css. Go to line 518 (div.dokuwiki #toc__inside)
and add the following code inside the {} brackets, on a separate line:z-index: 100;
Cheers, Onno
- [dokuwiki] Re: TOC obscured by text inside code tags
- From: Chris Smith