Months Archive June 2008
I use the CSS clearfix hack on nearly all of my sites. The clearfix hack — also known as the “Easy Clearing Hack” — is used to clear floated divisions (divs) without using structural markup. It is very effective in resolving layout issues and browser inconsistencies without the need to mix structure with presentation.
Kategorie css | 0 comments
The use of javascript has been a contentious issue in the world of web development over the past few years; too much animation can give off a ‘tacky’ feel, whereas complete static sites just seem a little ‘under-done’. jQuery Resources
Kategorie jQuery | 0 comments
Hier der Codesnippsel der es ermöglicht Links in RTE-Tabellen darzustellen. Zusätzlich werden auch noch alle p-tags entfernt.
// Typoscript Setup
lib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines {
addAttributes.P.class >
remapTag >
addAttributes.DIV.class >
// Angabe von Tags, die nicht mit einem zusaetzlichen wrap umgeben werden duerfen
encapsTagList = cite, div, p, pre, h1, h2, h3, h4, h5, h6
}
lib.parseFunc_RTE.externalBlocks.table {
// entfernt p-Tag aus table>tr>td...
HTMLtableCells.default.callRecursive = 0
// css klassen erlauben
stdWrap {
HTMLparser.tags.table.fixAttrib.class.list >
// links erlauben in tabellen
parseFunc {
makelinks = 1
makelinks.http.keep = scheme,path,query
makelinks.mailto.keep = path
tags {
link = TEXT
link {
current = 1
typolink.parameter.data = parameters : allParams
}
}
}
}
}
Tags: links, table, typo3, typoscript
Kategorie tutorials | 0 comments








