
Hier ein Typoscript Snippsel um euer JavaScript im Footer auszulagern. Durch includeJSFooter ist es möglich JavaScript in den Body vor dem abschliessenden </body>-tag einzubinden. Diese Funktion kann man ab der TYPO3 Version 4.3 benützen.
Den ganzen Beitrag lesen »
Tags: css, javascript, typo3, typoscript
Kategorie typo3, typoscript | 0 comments

Trotz aller Verbesserungen und die recht komfortable CSS-Unterstützung für den Internet Explorer 8, kann es immer wieder Fälle geben, in denen man auf einen CSS-Hack zurückgreifen muss. Hier ist ein CSS-Hack, welcher im IE8 Standard-Modus funktioniert.
.elementORClass {
color /*\**/: blue\9
}
Dieser IE CSS-Hack ist für alle IE Versionen gültig:
.elementORClass {
color: blue\9
}
Tags: css, hack, ie6, ie7, ie8
Kategorie ie | 12 comments
An overlooked aspect of websites is the formatting of HTML and CSS documents. This affects validation, SEO, and visual ease of use. Visual ease of use is the last thing most authors tend to keep in mind, but it’s still very important. If you’re building a template for a client, or to sell on ThemeForest, it is important that it’s visually formatted properly. Here are some examples of well formatted HTML and CSS.
Kategorie css | 0 comments
Dave has written a fair few articles over the past year and thought it might be useful for any new subscribers and visitors to see a summary of the most useful ones. Here you can find a list of hints and tips which will be useful to anyone starting out in CSS and even the most seasoned professional in the industry may find a couple of things useful.
Kategorie css, javascript | 0 comments
Hier findest du eine Ultimative Hilfeliste von Css Tools die das Produzieren von Webseiten schneller und effektiver macht.
Kategorie css | 0 comments
CSS is important. And it is being used more and more often. Cascading Style Sheets offer many advantages you don’t have in table-layouts – and first of all a strict separation between layout, or design of the page, and the information, presented on the page. Thus the design of pages can be easily changed, just replacing a css-file with another one. Isn’t it great? CSS Techniques
Tags: css, techniques
Kategorie css | 0 comments
As web designers and developers, we have all come to learn many css tricks and techniques that help us achieve our layout goals. The list of these techniques is an ever expanding one, however, there are certain tricks that are essential to achieve your goal. Today, we will review 15 excellent css techniques to keep in mind when developing your theme.
Kategorie css | 0 comments
Cheat sheets save time and help you quickly see what other ways of coding are possible.
I have put together a little post with the top most used cheat sheets for web programming.
I will be updating this post with newer entrees (I’m sure I missed some good ones) so if you know I link to a good one please add it in the comments section. Enjoy these Cheat Sheets
Tags: cheat sheets, css, jQuery, php, xhtml
Kategorie cheat sheets | 0 comments








