Adobe Dreamweaver CC: The Professional Portfolio Project 8: BLVD Fluid Grid Site Working with fluid grids Creating CSS3 transitions.

Slides:



Advertisements
Similar presentations
Tables Feb. 14, Tables Great way to organize and display information Laid out in columns and rows Think of an excel spreadsheet Defined with tag.
Advertisements

Bending Zen Intro Using Zen Themes functionality, but bending it into your own theme.
Table (TABLE) Contains TABLE ROWS (TR) Contains TABLE DATA (TD) Data can contain anything Text Lists Other tables Pictures …
15 LAYOUT Controlling the position of elements Creating site layouts Designing for different sized screens.
Ideas to Layout Beginning web layout using Cascading Style Sheets (CSS). Basic ideas, practices, tools and resources for designing a tableless web site.
HTML Overview - Cascading Style Sheets (CSS). Before We Begin Make a copy of one of your HTML file you have previously created Make a copy of one of your.
CONCEPTS FOR FLUID LAYOUT Web Page Layout. Website Layouts Most websites have organized their content in multiple columns (formatted like a magazine or.
16 HTML Tables and Frames Section 16.1 Create a basic table using HTML Define borders Merge cells Align content in tables Section 16.2 Create a frames-based.
Chapter 3 Tables and Page Layout
Beginning Web Site Creation: Dreamweaver CS4. XHTMLCSS  Describes the structure  Content  Collection of styles  Formatting body { background-color:
 CSS ids  Pages  Sites  HTML: class=“name”  Names may define format OR content › Either works  CAN apply multiple classes to the same tag  Multiple.
XP 1 Working with Cascading Style Sheets Creating a Style for Online Scrapbooks Tutorial 7.
Art 128 Interface Programming 1 In-class Presentation Week 11B.
Working with Cascading Style Sheets. 2 Objectives Introducing Cascading Style Sheets Using Inline Styles Using Embedded Styles Using an External Style.
Responsive Web Design Sheri German, Instructor Montgomery College.
Getting Started with Adobe Dreamweaver CS6. Unit Objectives Define web design software Start Adobe Dreamweaver CS6 View the Dreamweaver workspace Work.
CIT 256 Mobile Web Development Dr. Beryl Hoffman.
WDV 331 Dreamweaver Applications Designing Websites for Mobile Devices Dreamweaver CS6 Chapter 11.
Cascading Style Sheets (CSS) Instructor: Mr. Ahmed Al Astal ITGD4104 Department Requirement for senior student University of Palestine Faculty of IT.
XP Tutorial 7New Perspectives on Creating Web Pages with HTML, XHTML, and XML 1 Working with Cascading Style Sheets Creating a Style for Online Scrapbooks.
CSS Style Rules Guang Tong, Zhan L;lo’p[ Css Style Rule Guang Tong Zhan Three ways to insert CSS 1 External style sheet 2 Internal style sheet 3 Inline.
Tutorial 4: Using CSS for Page Layout. 2 Objectives Session 4.1 Explore CSS layout Compare types of floating layouts Examine code for CSS layouts View.
Using Styles and Style Sheets for Design
WRT235: Writing in Electronic Environments CSS Classes, IDs, divs.
Copyright 2012 Adobe Systems Incorporated. All rights reserved. ® Copyright 2010 Adobe Systems Incorporated. All rights reserved. ® Copyright 2012 Adobe.
Web Design First Semester Project – Getting Started in Dreamweaver.
Css. Definition Cascading style sheet (CSS) Cascading Style Sheets (CSS) is a simple mechanism for adding style (e.g. fonts, colors, spacing) to Web documents.
Dreamweaver CS4. Lynda.com First steps Get FTP permission from Jim (or your host admin) (user id & user password, IP address/url) Install DWCS4 Set up.
XP Tutorial 7New Perspectives on HTML and XHTML, Comprehensive 1 Working with Cascading Style Sheets Tutorial 7.
Css. Definition Cascading style sheet (CSS)  It is a simple mechanism for adding style (e.g. fonts, colors, spacing) to Web documents.
Project 4: Yosemite CSS Layout
Tags, ID’s and Classes. Xhtml tags There are many tags to use so the CSS can talk to the webpage:
Intro To Web Design with Adobe Dreamweaver CSS Cascading Style Sheets (CSS) is the W3C standard for defining the presentation of documents written in HTML,
Building Optimised Web Sites with CSS Folkert Klemme.
Use CSS to Implement a Reusable Design Selecting a Dreamweaver CSS Starter Layout is the easiest way to create a page with a CSS layout You can access.
Project 6: Kayaking HTML5 Site
Adobe Dreamweaver CC: The Professional Portfolio Project 3: Photographer’s Web Site Working with static images Controlling backgrounds with CSS Working.
Web Design Part I. Click Menu Site to create a new site root.
1 © Netskills Quality Internet Training, University of Newcastle Using Style Sheets in Dreamweaver CS © Netskills, Quality Internet Training, University.
CNIT 132 – Week 4 Cascading Style Sheets. Introducing Cascading Style Sheets Style sheets are files or forms that describe the layout and appearance of.
CSS Cascading Style Sheets A very brief introduction CSS, Cascading Style Sheets1.
CIT 256 CSS Intro & Dreamweaver Built-in Layouts Dr. Beryl Hoffman.
Positioning Objects with CSS and Tables
Understanding CSS Cascading Style Sheets control the presentation of content in HTML pages Style Sheets separate formatting from the content –Styles defined.
HTML5 and CSS3 Illustrated Unit C: Getting Started with CSS.
CSS Layout Cascading Style Sheets. Lesson Overview  In this lesson, we’ll cover:  Brief CSS review  Creating sections with the tag  Creating inline.
XP Tutorial 7New Perspectives on HTML and XHTML, Comprehensive 1 Working with Cascading Style Sheets Creating a Style for Online Scrapbooks Tutorial 7.
HTML LAYOUTS. CONTENTS Layouts Example Layout Using Element Example Using Table Example Output Summary Exercise.
INTRODUCTION ABOUT DIV Most websites have put their content in multiple columns. Multiple columns are created by using or elements. The div element is.
CASCADING STYLE SHEET CSS. CSS stands for Cascading Style Sheets Styles define how to display HTML elements Styles were added to HTML 4.0 to solve a problem.
Redesign with Responsive Web Design and Dreamweaver Creative Cloud Corinne Hoisington, Central Virginia Community College Jessica Minnick, Pasco-Hernandez.
Tutorial 4 Using CSS for Page Layout. Objectives Session 4.1 – Explore CSS layout – Compare types of floating layouts – Examine code for CSS layouts –
HTML Extra Markup CS 1150 Spring 2017.
Introduction to CSS: Selectors
MIT 511- Web Design & Usability
Working with Cascading Style Sheets
HTML5 Level II Session V Chapter 8 - How to Use Responsive Web Design (RWD)
>> Introduction to CSS
Concepts for fluid layout
Intro to CSS CS 1150 Fall 2016.
CASCADING STYLE SHEET CSS.
ITI 133 HTML5 Desktop and Mobile Level I
Intro to CSS CS 1150 Spring 2017.
HTML5 Level I Session II Chapter 3 - How to Use HTML to Structure a Web Page
Tutorial 6 Creating Dynamic Pages
Session VI Chapter 8 - How to Use Responsive Web Design (RWD)
Chapter 8 - How to Use Responsive Web Design (RWD)
CS134 Web Design & Development
Unit 15 The Web Book Test.
Concepts for fluid layout
Presentation transcript:

Adobe Dreamweaver CC: The Professional Portfolio Project 8: BLVD Fluid Grid Site Working with fluid grids Creating CSS3 transitions

Adobe Dreamweaver CC: The Professional Portfolio Creating a Fluid Grid Page

Adobe Dreamweaver CC: The Professional Portfolio Dependent Files

Fluid Grid Layout Divs Three selectors per div Media queries for each screen size Adobe Dreamweaver CS6: The Professional Portfolio

Adobe Dreamweaver CC: The Professional Portfolio Media Queries

Adobe Dreamweaver CC: The Professional Portfolio Fluid Grid Layout Divs Placed inside the gridContainer div tag Class or ID attribute

Unique layout div selectors for each Same content Adobe Dreamweaver CC: The Professional Portfolio Multiple Device Layouts

Adobe Dreamweaver CC: The Professional Portfolio CSS3 Transitions

Adobe Dreamweaver CC: The Professional Portfolio CSS Transitions (cont.)