On Thu, Jun 05, 2008 at 08:09:25PM +0200, Duncan Webb wrote:
> 
> That changed a while ago, but it's only a css file, so you could grab an 
> only one and use it.
> 
It is possible to have more than one css file in a web page and select
each of them from the browser.

http://www.w3.org/TR/REC-html40/present/styles.html#h-14.3

<head>
...
...
<link href="main.css" title="default" rel="stylesheet" type="text/css">
<link href="alt-color.css" title="Alternative color" rel="stylesheet" 
type="text/css">
<link href="high-contrast.css" title="High contrast" rel="stylesheet" 
type="text/css">
<link href="geexbox.css" title="Geexbox theme" rel="stylesheet" type="text/css">

<meta http-equiv="Default-Style" content="default">
...
...
</head>

Hope it is useful

Attachment: signature.asc
Description: Digital signature

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to