[TYPO3-templavoila] templavoila vertical menu

Christian Wolff Chris at connye.com
Mon Jul 28 19:01:35 CEST 2008


On Mon, 28 Jul 2008 18:10:40 +0200, Alix Justus <alix.justus at gmail.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


More information about the TYPO3-project-templavoila mailing list