Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vdr] Re: vdradmin suggestion
- To: vdr@linuxtv.org
- Subject: [vdr] Re: vdradmin suggestion
- From: 'Jochen Kirstätter' <jk@midek.de>
- Date: Sat, 21 Dec 2002 18:58:00 +0100
- Content-transfer-encoding: quoted-printable
- Content-type: text/plain; charset=ISO-8859-1; format=flowed
- Organization: MiDeK-Internet Publishing
- References: <0000C60D.3E039A2B@192.168.1.18>
- Reply-to: vdr@linuxtv.org
- Sender: vdr-bounce@linuxtv.org
- User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020623 Debian/1.0.0-0.woody.1
Hi altogether,
apieper@gmx.net wrote:
> Would be nice if the line with the programm-name and the
> programm-selector (dropdown-requester) in 'Programmuebersicht'
> could be placed as a seperate frame.
Urgagh, I can't stand frames... they're ugly, procedure more requests
and so on...
Hmm, why not using CSS to solve this issue?
============================================
/*
Navigationsleiste mit CSS
Es werden für die Anzeige und den Ausdruck
unterschiedliche Properties verwendet.
*/
@media screen {
div.navigation {
position:fixed;
margin-top:6px;
margin-left:0px;
width:7em;
color:#103050;
background-color:#dd3333;
font-weight:bold;
}
}
@media print {
div.navigation {
display:none;
}
}
And inside the HTML file you define your combobox inside an <div> Tag
with class="navigation" and your off.
With the margin properties you are able to place it anywhere you want.
So long, JoKi
--
MiDeK-Internet Publishing | Tel: 06361 21418
Am Donnersberg 14 | FAX: 06361 993681
67806 Rockenhausen-Marienthal | eMail: info@midek.de
Besuchen Sie uns im Internet - http://www.midek.de
Linux Counter: #274608 - http://counter.li.org/
--
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.
Home |
Main Index |
Thread Index