Advanced Cascading Style Sheets (CSS)

Request info
Duration: 1 Day
 
 
Course Overview
 
This Advanced CSS (Cascading Style Sheet) course focuses on the advanced usage of the technology.
 
 
Prerequisites
 
Before taking this course, students should be familiar with the basic functions of their computer’s operating system. A working knowledge of HTML 4.01 and CSS would be an advantage
 
 
Course Contents
 
Introduction to Cascading Style Sheets (CSS)
 
•           Designing with Style Sheets
 
Using Media Style Sheets
 
•           This section deals with the use of CSS to create style sheets for devices outside of the standard browser/screen layout and focuses on print style techniques among others.
 
CSS Layers and Animation
 
•           Layers provide the capability to stack and control content visibility. This topic covers the use of layers and how they can be controlled via JavaScript to provide advanced styling techniques.
 
Advanced Techniques
 
•           CSS Drop Down Menus
•           Rounded Corner Boxes
•           CSS Hacks
 
CSS – 3
 
•           CSS-3 provides a number of new features for the creation of layout and formatting of content. This section provides an overview of some of the new features which are part of the specification.
 
AJAX
 
•           Ajax (Asynchronous JavaScript and XML) is a web development technique for creating interactive web applications. This section provides examples of how it is used and the possibilities it offers for web development.
 
Cost: £295 + VAT
SELECT wp_posts.*, wp_p2p.* FROM wp_posts INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) INNER JOIN wp_p2p WHERE 1=1 AND ( ( wp_postmeta.meta_key = 'start_date' AND CAST(wp_postmeta.meta_value AS DATE) >= '2025-02-08' ) ) AND ((wp_posts.post_type = 'schedule' AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'acf-disabled'))) AND (wp_p2p.p2p_type = 'schedule_to_courses' AND wp_posts.ID = wp_p2p.p2p_from AND wp_p2p.p2p_to IN (SELECT wp_posts.ID FROM wp_posts WHERE 1=1 AND wp_posts.ID IN (2052) AND ((wp_posts.post_type = 'courses' AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'acf-disabled'))) ORDER BY wp_posts.post_date DESC )) GROUP BY wp_posts.ID ORDER BY CAST(wp_postmeta.meta_value AS DATE) ASC