THE IDEA CSS Framework Enables developers to rapidly prototype designs Do all the heavy lifting allowing you to get faster results Examples:

Slides:



Advertisements
Similar presentations
CSS The basics { }. CSS Cascading Style Sheets - language used to – describe html appearance & formatting Style Sheet - file that describes – how html.
Advertisements

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.
Start menu -> all program -> Microsoft Visual SourceSafe-> Microsoft Visual Studio 2010 Click.
Adding styles. Three alternatives HIT151 Web 'n' Net Web Page Basics /*stylesheet*/ h1,h2,h3 { font-family: verdana, arial, 'sans serif'; } p,table,li.
1 Dreamweaver CS5 intermediate class by Cookie Setton Build a CSS website WITHOUT TABLES Just when you thought you were starting to understand HTML coding,
Intermediate Level Course. Text Format The text styles, bold, italics, underlining, superscript and subscript, can be easily added to selected text. Text.
© Anselm SpoerriInfo + Web Tech Course Information Technologies Info + Web Tech Course Anselm Spoerri PhD (MIT) Rutgers University
Art 128 Interface Programming 1 In-class Presentation Week 11B.
Chapter 4 Adding Images. Inserting and Aligning Images Using CSS When you choose graphics to add to a web page, it’s important to use graphic files in.
Creating Tables in a Web Site Using an External Style Sheet HTML5 & CSS 7 th Edition.
PowerPoint: Tables Computer Information Technology Section 5-11 Some text and examples used with permission from: Note: We are.
Review of last session The Weebly Dashboard The Weebly Dashboard Controls your account and your sites Controls your account and your sites From here you.
CSS (Cascading Style Sheets): How the web is styled Create Rules that specify how the content of an HTML Element should appear. CSS controls how your web.
Understanding HTML Style Sheets. What is a style?  A style is a rule that defines the appearance and position of text and graphics. It may define the.
® IBM Software Group © 2006 IBM Corporation Creating JSF/EGL Template Pages This section describes how to create.JTPL (Java Template Pages) using the Page.
CHAPTER 11 Tables. How Are Tables Used Data Display  Very tidy and very useful Better Text Alignment  Putting text in tables allows you to format indents.
Website design Feng Zhao College of Educatioin California State University, Northridge.
CIT 256 Organizing Large Websites: Divs, DW Templates Dr. Beryl Hoffman.
Tutorial 6 Creating Tables and CSS Layouts. Objectives Session 6.1 – Create a data table to display and organize data – Modify table properties and layout.
Creating A Simple Web Page. Step 1- Open Dreamweaver & Create A New Page (File New) and blank.
Microsoft Expression Web - Illustrated Unit B: Creating a Web Site.
Advanced CSS - Page Layout. Advanced CSS  Compound Selectors:  Is a Dreamweaver term, not a CSS term.  Describes more advanced types of selectors such.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
CSS Sprites. What are sprites? In the early days of video games, memory for graphics was very low. So to make things load quickly and make graphics look.
Chapter 4 Adding Images. Chapter 4 Lessons Introduction 1.Insert and align images 2.Enhance an image and use alternate text 3.Insert a background image.
Website Development with Dreamweaver
Microsoft Word 2000 Presentation 5. Major Word Topics Columns Tables Lists.
Microsoft Expression Web-Illustrated Unit I: Working with Tables.
CTS130 Spreadsheet Lesson 4 Working with Cells, Columns, Rows, and Sheets.
XP New Perspectives on Microsoft Word 2002 Tutorial 31 Microsoft Word 2002 Tutorial 3 – Creating a Multiple-Page Report.
Tables Sacramento City College Engineering Design Technology.
Creating a Web Site Review of Concepts. Templates Templates are special HTML files that are used to quickly create pages on a web site. They contain the.
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.
CSS Cascading Style Sheets. “Cascading” Example (inline style) HTML
Introduction to CSS Layout
CIT 256 CSS Intro & Dreamweaver Built-in Layouts Dr. Beryl Hoffman.
Goal See below /tables, Html-2-1.pptx rev 01/19/2016.
Positioning Objects with CSS and Tables
1 Preparation for site Create a folder in MyDocuments: beavercheese. Create a subfolder, images Classes, career, DW beginner Download.
Coding with HTML {. THE BASICS { What is HTML and how can you use it to make websites?
Practice for Chapter 3: Assume that you are a freelance web designer and need to create a website to promote your freelance company.
Creating HTML Content Files for ANGEL File Structure, Using Dreamweaver, Exporting with CASE, and Uploading to ANGEL.
LEARN TO FORMAT TABLES Unit 10: Lessons What is a Table? ◦ A table is an arrangement of data (words and/or numbers) in rows and columns. ◦ A table.
Cascaded Style Sheets (CSS) Defining styles for your entire web site Creating CSS style Sheets Defining CSS style rules Linking Style Sheets to your pages.
Dreamweaver – Setting up a Site and Page Layouts
Scrolling Down vs. Multiple Pages
ASP.NET Web Controls.
Using Cascading Style Sheets Module B: CSS Structure
HTML Tables CS 1150 Spring 2017.
Unit 8.2 How data can be used Accessing Data in Views
PowerPoint: Tables and Charts
Creating a Baseline Grid
>> CSS Layouts.
Using CSS.
CSS BEST PRACTICES.
Website Design 3
Tutorial 3 – Creating a Multiple-Page Report
Cascading Style Sheets Color and Font Properties
DIRECTIONS: 1. Click Enable Editing in the yellow bar above.
Web Protocols, Technologies and Applications
Excel: Excel Basics Participation Project
Excel: Excel Basics Participation Project
Cascading Style Sheets™ (CSS)
Training & Development
Floating and Positioning
CSS.
5.00 Apply procedures to organize content by using Dreamweaver. (22%)
Multiple Columns By Derek Peacock
Introduction to Styling
Presentation transcript:

THE IDEA CSS Framework Enables developers to rapidly prototype designs Do all the heavy lifting allowing you to get faster results Examples: Examples: Examples: Examples:

GET A COPY FROM 960.GS CLICK BIG OL’ DOWNLOAD BUTTON

EXTRACT THE ZIPPED FOLDER Find the 960-Grid-System-master Find the 960-Grid-System-master Right-Click on it and Choose Extract Here Right-Click on it and Choose Extract Here

INSIDE THAT EXTRACTED FOLDER Printable sheets with grids for wire-framing in pencil Template files to open in Fireworks, Illustrator, Photoshop, etc. for design mockups that already have the grids in them Contains css folder with styles to use grid system. Also demo html’s of use for each grid system.

FOR YOUR USE Pull the CSS folder and place into your own project Pull the CSS folder and place into your own project Easiest way to start is pull one of their demo files, rename, and erase body contents Easiest way to start is pull one of their demo files, rename, and erase body contents Already has their stylesheet links in it – you may want to remove and/or edit the ones called text.css and demo.css Already has their stylesheet links in it – you may want to remove and/or edit the ones called text.css and demo.css Just make sure the.html is sitting directly outside the css folder Just make sure the.html is sitting directly outside the css folder

GRID OPTIONS possible grids: 12,16, or 24 columns main container is always 960px wide Every grid cell has a margin: 0 10px - creates a gutter of 20px When creating a row, the total width of all elements add up to 960 Each grid cell has a class that specifies what width it will be Demo:

BASICS container_y Y = 12, 16 or 24  total # of columns in your grid grid_x x = # columns this piece (div) consumes Empty div after you are finished with a row Total of Each Row Adds to y (12 in this example)

APPLY A CONTINUOUS BACKGROUND ACROSS MULTIPLE, SEPARATELY GROUPED COLUMNS Example: Apply a continuous blue background underneath both of these.

APPLY A CONTINUOUS BACKGROUND ACROSS MULTIPLE, SEPARATELY GROUPED COLUMNS Create a style rule to apply a blue background in stylesheet Create wrapper class and apply grid_total for those div’s you are wrapping. Then also apply color class. 1 st wrapped div needs class alpha added to it Last wrapped div needs class omega added to it If there were div’s in between 1 st and last they wouldn’t get any special new classes

WANT A GAP BEFORE A DIV – USE PREFIX Gap with no div prefix_xx xx= 5 Amount of columns to leave blank before the div defined here

WANT A GAP AFTER A DIV – USE SUFFIX Gap with no div suffix_xx xx= 5 Amount of columns to leave blank after the div defined here

(1) WRITE THE HTML REQUIRED TO CREATE THE GRID USE SHOWN

(2) WRITE THE HTML REQUIRED TO CREATE THE GRID USE SHOWN

(3) WRITE THE HTML REQUIRED TO CREATE THE GRID USE SHOWN

(4) WRITE THE HTML REQUIRED TO CREATE THE GRID USE SHOWN Note – Continuous background behind these 3 separate div’s