CSS

Themes neu entwickeln

Tagged:

Das Zen Theme bietet eine sehr gut dokumentierte Basis, um eigene Layouts zu entwickeln. (Nur für Drupal 5.x)

http://drupal.org/project/zen

Resizable Textarea im IE7 verschoben

Tagged:

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

Tagged:

"Floating elements within a container can be frustrating if the container has a background image, colour or borders...

CSS-Trickserei

Tagged:

CSS-Tricks

Tagged:

Templates für CSS-Layout von Yahoo (Grids CSS)

Tagged:

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

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/]

Syndicate content