Site Sections => About Us | Consultancy | Training | Software | Publications | Open Source | Support | Open Standards | FAQ | Jobs
Site Style Info

Advanced CSS Web Design — A 1-Day Course

Advanced CSS Course Synopsis

This one-day advanced CSS training course aims to enable experienced web designers to tackle and overcome the tricky problems which can make advanced CSS techniques difficult to implement in a cost-effective manner. Delegates will learn to diagnose, resolve and/or work around the most common problems, bugs, and browser incompatibilities encountered in advanced CSS web design. Expert instruction on these challenges is accompanied by best practice advice on how to create elegant, managable and affordable CSS in timely fashion.

Advanced CSS Course Background

The W3C’s cascading style sheet standards (CSS) have been more successful than many people expected. Every day web sites convert from slow, inflexible, and unmaintainable table-based HTML-formatting to fast-loading, graphically rich pages, using clean simple HTML/XHTML and table-less CSS. Improved performance and usability rarely goes unoticed by users or providers.

Nearly a decade after its launch (1996), CSS has delivered on it’s basic promise. Designers can now makeover web sites without having to touch the content or the markup; speeding up development by an order of magnitude. CSS-based content management systems (CMS) allow authors to publish accessible, semantically and syntactically correct web pages without having to master the finer points of HTML and XHTML markup. While programmers can find and manipulate content without having to tip-toe around minefields of explosive JavaScript and bad HTML markup. In short, the presentation, structure and content of web pages can be cleanly separated from one another and almost everyone is benefitting (except, perhaps, the vendors of old-fashioned WYSIWYG design tools and content management systems).

However, once you go beyond these basic goals, life in the CSS Zen Garden is far from a bed of roses. The biggest problem in advanced CSS web design, is that the world’s most popular web browser (Internet Explorer for Windows) supports only the most basic parts of the CSS standards (CSS1 plus bit of CSS2) and implements critical parts of CSS (e.g. box dimensions) in non-standard ways.

It is a problem which every advanced CSS designer has to face, whether their CSS is written for a cross-browser public website or for IE-only intranets and web applications. Nor will the fundamental problem be resolved by forthcoming releases of IE7 and Windows (members of the IE development team have made it clear that they consider security and user features to be higher priorities than CSS).

IE’s poor support for CSS2, CSS2.1 and CSS3 is not the only significant obstacle to advanced CSS web design. Every popular web browser has CSS rendering bugs (even the CSS-compliant ones like Mozilla/Firefox, Opera and Safari), and the most popular browser has many quite serious bugs. Since these bugs are often triggered by advanced CSS layout techniques (particularly sophisticated use of CSS positioning and floats), learning how to deal with them is an essential requirement for deploying the technology.

This advanced CSS training course is designed primarily to help experienced web designers overcome these problems, by clearly identifying their symptoms, causes and solutions. In a small number of cases, a complete solution may be technically impossible. In such instances, delegates will learn how to identify the risks, how to avoid triggering the bugs and browser incompatibilities and how to limit their negative side effects when they cannot be entirely avoided.

Target Audience for this Advanced CSS Course

  • Web designers
  • Web developers
  • Web usability and accessibility consultants

Advanced CSS Course Prerequisites

  • Successful completion of our basic CSS training course (Website Design Using Cascading Stylesheet Standards); or equivalent CSS training and/or hands-on CSS experience
  • The ability to code syntactically correct (i.e. valid) HTML/XHTML
  • The ability to distinguish semantic markup from a machine-coded pile of <div>s, <span>s and <table>s

Note: If you are unsure about whether your existing CSS skills, knowledge or experience meet these criteria, please telephone 0870 200 7273 and ask to speak to Dave Fisher (the course author). You can test the syntactical accuracy of your HTML/XHTML by running your pages through the W3C’s online HTML validator.

Advanced CSS Course Delivery

This advanced CSS training course consists of expert instruction, hands-on practical exercises and whole class discussion.

Whereas the hands-on exercises in our basic CSS course provide the opportunity to practice and experiment with generic CSS principles, the exercises in this advanced CSS course are more narrowly focused, i.e. on overcoming the most common problems in advanced css design with precise and effective technical solutions. While this means that the exercises themselves provide less opportunity for self expression, mastery of the techniques involved provides the platform for creativity, innovation and effectiveness when delegates return to the production environment.

Once such technical mastery is achieved, the advanced CSS practitioner may choose from a wide range of more or less suitable techniques for achieving similar graphic effects. Through instruction, whole-class discussion and in response to direct questions our expert tutor can provide advice on best practice in given situations, ensuring that deleates not only understand the options open to them, but the pros and cons of making particular choices.

Publicly scheduled dates, locations, and prices

Central London — £375 (+VAT)

  • 6 Jun 2008
  • 11 Jul 2008
  • 5 Sep 2008
  • 10 Oct 2008
  • 14 Nov 2008
  • 19 Dec 2008

Outline Advanced CSS Course Contents:

Introduction to Advanced CSS

  • Standards-based CSS versus Browser-based CSS
  • Typical Compromises: graphic appeal, usability, browser compatibility
  • Basic Browser Compatibility versus Advanced Browser Compatibility
  • Browser CSS Support: IE6/IE7, IE5 for Mac, Firefox, Mozilla, Safari, Opera, etc.
  • Advanced design goals: quality and diversity through modularisation
  • The Elephant Traps: classic errors and problems in advanced CSS web design

Advanced CSS: Browser Modes and Browser Detection

  • Quirks Mode vs Standards Mode vs Almost Standards Mode
  • Standards Mode and the Standard Box Model
  • Standards Mode Selection by DOCTYPE
  • Forcing IE into Standards Mode
  • Barriers To Enforcing Standards Mode For XHTML
  • Browser Detection And/Or Object Detection
  • Browser Detection Tips
  • Browser-specific CSS, Modular Stylesheets, Filters And CSS hacks

Advanced CSS Box Models

  • A Recap of Key CSS Concepts: normal flow, replaced-element, block-level element, inline element, root element, containing block
  • The W3C Standard Box Model
  • Windows IE Box Models (Width)
  • Windows IE Box Model (Height)
  • Managing the IE/Win Box Model in CSS
  • Forcing W3C Standard Widths In IE/Win
  • The Tan Hack: A Reliable CSS Hack?

Advanced CSS Float Models

  • Typical Problems With Floats in CSS
  • Standards Vs IE Float Models
  • The Standard Float Model
  • The IE Float Model
  • Clearing a Float Within Its Container
  • Uncontained Floats: the Standard Default
  • Clearing a Float with :after
  • How Clearance Works in CSS2.1
  • Floats, Content and Overlapping
  • Over-Wide Replaced Content in Floated Containers
  • Over-Wide Images In Floats

Automatic Box Sizing in Advanced CSS

  • Setting Heights and Widths with auto
  • auto Width Properties in CSS
  • auto Height Properties in CSS
  • auto for Basic Horizontal Sizing
  • More Than One Horizontal auto Setting
  • auto and Percentage Box Sizing Gotchas

Advanced CSS Positioning and Offsets

  • Recap on CSS Positioning Types: static positioning, relative positioning, absolute positioning, and fixed positioning
  • The Containing Block and the Parent Block
  • The Containing Block For Absolute Elements
  • CSS Positioning Using Offsets versus Width and Height
  • Width and Height in CSS Positioning
  • Minimum and Maximum Dimensions: Standard CSS Properties (min-width, max-width, min-height, max-height) versus IE Default Behaviour

Common Browser Bugs and Common CSS Problems

  • The Most Common Problems in Everyday Practice
  • Valid CSS and Valid HTML
  • MIME Types
  • Media Type Glitches
  • FOUC: The Flash of Unstyled Content
  • Source Code Whitespace Not Ignored
  • Resource Paths
  • IE Text Size Bug
  • Link Pseudo-Class Order (LVHA)
  • Unintentionally Styled Anchors
  • List Zeroing
  • Missing Floats
  • Unclickable Links
  • Ignored Top Margins
  • Protruding Top and Bottom Margins
  • Protruding Floats in IE
  • The Holly Hack
  • The 3 Pixel Jog (Text Jog, 3 Pixel IE Bug)
  • The 1 Pixel Rounding Error (Not a Bug)
  • The Peek-a-Boo Bug
  • Peekaboo Bug Fixes
  • The WinIE Guillotine Bug
  • Guillotine Bug Fixes
  • The IE Click Bug
  • The IE Justified Italics Bug
  • The Windows IE Unscrollable Content Bug
  • The IE Double Float Margin Bug
  • The WinIE Creeping Text Bug
  • The IE6 Duplicate Character Bug

Advanced CSS training UK enquiries

UK Training enquiries and feedback form.

Advanced CSS training UK prices

For publicly scheduled training (individual places), see our UK training schedule.

In-house training for company groups is charged at a daily rate per group — see our In-House UK Training Guidelines.

Publicly Scheduled Training Locations

We currently run public training courses in the following locations:

  • London, UK
  • Leeds, West Yorkshire, UK
  • Birmingham, West Midlands, UK
  • Carshalton, Surrey, UK
  • Chester, North West, UK
  • Coventry, West Midlands, UK
  • Edinburgh, Scotland, UK
  • Glasgow, Scotland, UK
  • Harwell, Oxfordshire, UK
  • Manchester, North West, UK
  • Milton Keynes, Buckinghamshire, UK
  • Newark, Nottinghamshire, UK
  • Reading, Berkshire, UK
  • Slough, Berkshire, UK
  • Stevenage, Hertfordshire, UK
  • Wakefield, West Yorkshire, UK
  • Wokingham, Berkshire, UK

Most UK public training courses are available on a monthly basis.

Please see the individual course outlines or our public training schedule for details.

In-house (on-site) training locations

We deliver in-house courses at client premises and/or training facilities in any part of the world which is practically and commercially accessible.

Our In-house training guidelines outline our basic requirements and our UK pricing structure. To estimate costs for training in other countries, simply convert to your local currency and then make a rough calculation of our tutor's costs for travelling to and staying at your location.

Web Standards Compliance

A good way of assessing the quality of website design training, is to find out whether or not the training company's own web site complies with web standards. Ours does.

Valid XHTML 1.0! Valid CSS!

Every website which adheres to these W3C standards makes the web a little more useful and a little easier to use. Conversely, every site which breaks them not only irritates potential customers, but also undermines the interoperability upon which the basic functions of the web depend.

If you ever find a non-compliant page on our site, please let us know. It's most likely to be the result of a momentary lapse in concentration (e.g. markup typos) and will be fixed immediately.


West Yorkshire Office

GBdirect Ltd
Training Division
Bradford Design Exchange
34 Peckover Street
BRADFORD
BD1 5BD
West Yorkshire
United Kingdom

training@gbdirect.co.uk

Training: 0800 651 0338
General: +44 (0)870 200 7273
Finance: +44 (0)1353 615 174

Please call between 0900 and 1700 (UK time) on Monday to Friday


South East Regional Office

GBdirect Ltd
Training Division
18 Lynn Rd
ELY
CB6 1DA
Cambridgeshire
United Kingdom

training@gbdirect.co.uk

Training: 0800 651 0338
General: +44 (0)870 200 7273
Finance: +44 (0)1353 615 174

Please call between 0900 and 1700 (UK time) on Monday to Friday


Please note:
Non-training enquiries should be directed, initially, to our UK national office in Bradford (West Yorkshire), even if the enquiry concerns services delivered in London or South/East England. Clients in London and the South East will typically be handled by staff working in the London or Cambridge areas.