CSS
Themes neu entwickeln
Das Zen Theme bietet eine sehr gut dokumentierte Basis, um eigene Layouts zu entwickeln. (Nur für Drupal 5.x)
Resizable Textarea im IE7 verschoben
textarea.js is incompatible with IE: http://drupal.org/node/101305
Patch für Drupal 4.7:
Index: misc/textarea.js ===================================================================
Floated Inhalt vollständig vom Container umschließen lassen
"Floating elements within a container can be frustrating if the container has a background image, colour or borders...
CSS-Trickserei
- Ten CSS tricks you may not know:
- CSS font shorthand rule
- Two classes together
- CSS border default value,
CSS-Tricks
- IE erlaubt Positionierung von relativ positionierten Elementen nur, wenn eine Dimension (Höhe oder Breite) angegeben wurde: [http://www.communitymx.com/content/article.cfm?page=2&cid=C37E0 Mehr daz
Templates für CSS-Layout von Yahoo (Grids CSS)
Grids CSS is a suite of seven web page templates and the ability to nest grids of one to four columns within the content area of those templates. Together, the combined template and grid system offers these features:
- Full A-grade browser support
- More than 100 page layouts with a single CSS file at just 1.82KB
- Flexible scaling with user font-size adjustments
- Min-width enforcement, regardless of font or viewport size (except IE; helper JS under consideration)
- Abundant DOM hooks for CSS and scripting flexibility
- Source-order independence, allowing you to place your most important body content first in your HTML document
Bookmarks for webdesigers
Vielleicht ist es inspirativ oder sonstwie erregend: http://www.alvit.de/web-dev/
CSS-, DOM- und Javascript-Debugger für Firefox
A quick overview of FireBug's features:
* JavaScript debugger for stepping through code one line at a time
* Status bar icon shows you when there is an error in a web page
* A console that shows errors from JavaScript and CSS
* Log messages from JavaScript in your web page to the console (bye bye "alert debugging")
* An JavaScript command line (no more "javascript:" in the URL bar)
* Spy on XMLHttpRequest traffic
* Inspect HTML source, computed style, events, layout and the DOM
[https://addons.mozilla.org/firefox/1843/]

