Einzelnen Beitrag anzeigen

  #4  
Alt 28.07.2008, 21:55
Christian Wolff
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-templavoila] templavoila vertical menu

Hi Alix,
the default comment can be disabled via:
config.disablePrefixComment = 1

the automatic-css
<link rel="stylesheet" type="text/css"
href="typo3temp/stylesheet_0215ea43e2.css" />

the automatic css file is inserted automaticaly by some extensions
its mostly not a good idea to disable it. cause you want css_styled_content
in general situations.

chris


On Mon, 28 Jul 2008 20:35:56 +0200, Alix Justus <alix.justus (AT) gmail (DOT) com>
wrote:

> thanks chris, for the javascrip disabling, for the first problem with
> css, i
> do include my own css file, but it stil inclueds automaticaly its own css
> file with dafault tekst of developer Kasper Skaarhoj. I wil try to find
> the
> answer on typo3 mailing list.
>
> <!--
> This website is powered by TYPO3 - inspiring people to share!
> TYPO3 is a free open source Content Management Framework initially
> created by Kasper Skaarhoj and licensed under GNU/GPL.
>
> TYPO3 is copyright 1998-2008 of Kasper Skaarhoj. Extensions are
> copyright of their respective owners.
> Information and contribution at http://typo3.com/ and http://typo3.org/
>
> -->
>
> <link rel="stylesheet" type="text/css"
> href="typo3temp/stylesheet_0215ea43e2.css" />
>
>
> 2008/7/28 Christian Wolff <Chris (AT) connye (DOT) com>
>
>> On Mon, 28 Jul 2008 18:10:40 +0200, Alix Justus <alix.justus (AT) gmail (DOT) com>
>> wrote:
>>
>>
>> [..]
>> >
>> > <link rel="stylesheet" type="text/css"
>> > href="typo3temp/stylesheet_0215ea43e2.css" />
>> > <title>Root page</title>
>> > <meta name="generator" content="TYPO3 4.2 CMS" />
>> > <script type="text/javascript"
>> > src="typo3temp/javascript_93077bb238.js"></script>
>> >
>> >
>> >
>> > thanks in advance,
>> >
>> >
>> > alix

>>
>> Hi Alix
>>
>> The two files,
>> are automatic compiled files from typo3 and maybe extensions.
>> and this is more general typo3 specific then templaVoila,
>> for most Parte the css file contains the css defintions from
>> css_styled_content
>> to give a basic styling to the content an make thinks like different
>> text+Image
>> layouts work. its best to not touch the css file but rather include your
>> own
>> css file to overwrite rules you want to change.
>>
>> for the JS part. mostly it is only some script wich "blures" links after
>> klick
>> cause Internet explorer shows some ugly dotted line around links. if use
>> default
>> typo3 Javascript this code might be in there too..
>>
>> this can be disabled via Typoscript Template option
>> config.removeDefaultJS =1
>>
>> if you want do build a "modern" javascript menu. you could
>> relativ easyly do this by simply unsing the TMENU to render
>> your menu code. an attach your own javascript via:
>>
>> page.includeJS.1 = fileadmin/myjavascriptmenu.js
>>
>> chris
>>
>> --
>> Christian Wolff // Berlin
>> http://www.connye.com
>>
>> Latest Projects:
>> http://www.bizim-tur.de/ | http://www.flycall.de | http://www.atr24.de
>> _______________________________________________
>> TYPO3-project-templavoila mailing list
>> TYPO3-project-templavoila (AT) lists...netfielders.de
>>
>> http://lists.netfielders.de/cgi-bin/...ct-templavoila
>>




--
Christian Wolff // Berlin
http://www.connye.com

Latest Projects:
http://www.bizim-tur.de/ | http://www.flycall.de | http://www.atr24.de
_______________________________________________
TYPO3-project-templavoila mailing list
TYPO3-project-templavoila (AT) lists...netfielders.de
http://lists.netfielders.de/cgi-bin/...ct-templavoila