Book Image

Dreamweaver CS5.5 Mobile and Web Development with HTML5, CSS3, and jQuery

By : DAVID KARLINS
Book Image

Dreamweaver CS5.5 Mobile and Web Development with HTML5, CSS3, and jQuery

By: DAVID KARLINS

Overview of this book

Dreamweaver is the most powerful and industry-leading web design software that utilizes cutting edge web technologies such as HTML5, CSS3, and jQuery for web and mobile development. These technologies have radically reconfigured the process of designing Web content and function in the widest possible range of browsing environments ranging from desktops to mobile devices.For experienced Dreamweaver designers and for designers new to Dreamweaver, this book explains in detail how to take advantage of the new features available in the latest releases of Dreamweaver that add support for HTML5, CSS3, and jQuery. In addition to this, the book also contains detailed step-by-step directions for building mobile apps in Dreamweaver CS5.5.This book starts off by teaching you to create web pages in Dreamweaver using the latest technology and approaches — HTML5, CSS3, and JavaScript. It demonstrates how to create or customize pages with HTML5 layouts and add multimedia to these pages with HTML5 elements. Then you will learn to add various CSS3 effects to web pages. The book also covers different techniques of adding interactivity to web pages. The later chapters show how to optimize web pages with Dreamweaver for display in various browsing environments. You will also learn to build jQuery-based mobile apps from scratch in the later chapters. By the time you're finished, you'll have learned several techniques to use the latest features of Dreamweaver for web and mobile development.
Table of Contents (13 chapters)
12
Index

CSS3 effects


As noted already, support for CSS3 effects and transforms is irregular, and a work in progress. Within that framework, the four available transforms (scale, translate, rotate, and skew) are relatively stable and widely supported. Effects, on the other hand, are even less consistently supported, and less finite in the sense of there being a "list" of available effects that are supported (albeit with unique coding prefixes) across browsing environments.

Part of the reason for this is that a number of effects are very flexible. For example, the text-shadow effect can be tweaked to produce outlined type, as shown in the following screenshot:

With what has been discussed so far about the flexible and open-ended nature of CSS3 effects, let's examine three of the most useful effects: opacity, border radius, and sadow (for both boxes and text).

Opacity

The opacity effect in CSS3 allows you to apply varying degrees of opacity / transparency to objects. Full opacity (a value of 1) is normal...