Controlling Backgrounds

Slides:



Advertisements
Similar presentations
The Web Wizards Guide to HTML Chapter Six Tables.
Advertisements

Working with Images and HTML
TUTORIAL 4: CREATING PAGE LAYOUT WITH CSS Session 4.3.
Graphic Design and Illustration Two-Point Perspective Staircase in two-point perspective Lucius Testoni public domain
InDesign CS3 Lesson 3 Working with Frames. Using Frames Frames are containers in which you place graphics or text. Frames can also be used as graphic.
IMAGES Controlling size of images in CSS Aligning images in CSS Adding background images.
Created in 2011 at Liberty High School. Getting Started Overview on Magnet Tool – Graphics – Text – Image – Video – Sound – Wall A Sample Glog How to.
Follow the directions below to complete the activity. 1.Begin by using the iPad camera to take a photo of yourself. Close the camera. 2.Click on the TYPE.
~ How to create a basic website ~ Prepared by Jann Bradshaw April 2010.
Introduction to PowerPoint 2003 Learning And Research Technical Unit (LARTU)
How-To: Office XP PowerPoint By Allen Kuceba PowerPoint The infamous white screen intimidates many new users when they start a new PowerPoint These steps.
Creating a Basic Presentation in PowerPoint Welcome to the Faculty Instructional Technology Support Center.
Chapter 12 FRAMES. HOW FRAMES WORK When you view a framed page in a browser, you are actually looking at several HTML documents at once. The key to making.
11/6/13 MORE CSS!. TODAY’S AGENDA Review: float for positioning objects Review: CSS and color Introductions to: o CSS and images o CSS backgrounds o CSS.
Adding Graphics to Web Pages. CSS does not have any properties specifically aimed at formatting images Use properties you have already learned, i.e.,
Adobe Dreamweaver CS3 Revealed CHAPTER THREE: WORKING WITH TEXT AND IMAGES.
Editing Pictures. Add a picture: Place a picture in a picture box. Then double click on it.
A guide to creating a power point display Essentials Ctl M =New Slide: a new slide can be inserted. It is placed after the slide that you are viewing.
More CSS.
By: Ms. Abeer Helwa 1. CREATE A WORD DOCUMENT 2 Blank document Templates To create a new blank document: click the File tab and click Blank document.
Building a Web Page. Create A New Folder  Right click on the desktop and select New / Folder  Name the folder playpen.
Tutorial 4 Creating Page Layouts with CSS
Adding Tables to Slides Lesson 5. Software Orientation Tables are designed to organize data in columns and rows, as shown at right. The Table Tools Design.
A review of the overview
Laying out Elements with CSS
More CSS.
Windows Tutorial 3 Personalizing Your Windows Environment
Unit & District Tools Phase 1
Introduction to HTML.
Chapter 13 Colors & backgrounds.
“ – Attribution (Difficult) Animated snow scene
Going Green By Ima Librarian
Tutorial 4 Topic: CSS 3.0 Li Xu
CIIT-Human Computer Interaction-CSC456-Fall-2015-Mr
GlobalTech Squad Toll Free
Advanced CSS BIS1523 – Lecture 20.
Fill and Stroke Stroke is the outline of a shape, text or image.
Chapter 6 More CSS Basics Key Concepts
MS PowerPoint 2010 Week 2.
Section F – Moral Decision Making
Cascading Style Sheets
Objectives Create a figure box Add a background image
Animated picture changes during motion path (Advanced)
РОСІЙСЬКА МОВА Кількість завдань - 51 Час на виконання – 150 хв.
ФІЗИКА Кількість завдань - 34 Час на виконання – 180 хв.
Basics of Web Design Chapter 6 More CSS Basics Key Concepts
Random Stuff and Keyframes
Microsoft Office Illustrated Introductory, Windows XP Edition
“Placeholder for a quote to be animated here.”
Box model, spacing, borders, backgrounds
Basics of Web Design Chapter 6 More CSS Basics Key Concepts
Fly-in marquee lights at picture entrance (Intermediate)
Windows xp PART 1 DR.WAFAA SHRIEF.
More CSS.
Graphic Editing Terms Cropping
Using Photoshop for IED
Formatting a Workbook Part 1
… a white peppermint world as far as the eye could see…
Basics of Web Design Chapter 6 More CSS Basics Key Concepts
Pictures with reflection and blurred background (Basic)
Cascading Style Sheets™ (CSS)
SEEM4570 Tutorial 3: CSS + CSS3.0
Pictures with reflection and blurred background (Basic)
Picture with multi-colored tint (Basic)
The work of moving ice Chapter 8 Animated snow scene (Difficult)
Pictures with reflection and blurred background (Basic)
Pictures with reflection and blurred background (Basic)
KISS IT Keep It Simple, Students.
ZeNTANGLES… …are all the RAGE right now! K. Silvestri.
Presentation transcript:

Controlling Backgrounds Any HTML Element Can Have a Background Set and Controlled

Setting Background Images Image to use for background

Setting Background Images Good idea to still set background-color in case there’s some problem with the picture, the background color will show instead By default: Will start at upper left-hand corner Will tile across and down the page to fill the space To get the look of a continuous background, you need to find seamless tiles

Can Set Background on Any Element (tag)

Quick Note on Seamless Backgrounds One free source: http://subtlepatterns.com/ You have to add color yourself if you don’t like default Unzip Open in Fireworks Lay rectangle over entire thing Choose hue you like Turn opacity way down There are probably other free sources – feel free to Google for them!

Changing Amount of Repeat: repeat-y Tile vertically down the element background-color shows through where the background-image is NOT repeating

Changing Amount of Repeat: repeat-x Tile horizontally across the element

Changing Amount of Repeat: no-repeat Tile does NOT repeat in either direction

Changing Amount of Repeat: round Tile is enlarged to the point where no part of the pattern gets cut off on right edge Without round, tile is cut off at edge With round, tile is NOT cut off

Changing Amount of Repeat: space Tile is enlarged to the point where no part of the pattern gets cut off on right edge Without space, tile is cut off at edge With space, tile is NOT cut off, instead spaced across page (but not resized)

Changing Background Image Position Relative to Element Bottom

Changing Background Image Position Relative to Element center left right top Can combine them too: top left

Positions make sense based on art you’re using Example 1:

Positions make sense based on art you’re using Example 2:

Background Attachment Content will scroll while background stays fixed

Background-Attachment: Fixed Will also position image at true bottom of page Example: This guy’s down here now. Careful though – if content was longer, would still roll over top of him.

Gradients Warning: Known to cause EXTREME happiness. Will only display if you toggle compatibility view in Internet Explorer. Works fine in Chrome without doing anything extra.

Toggling Compatibility View for IE 1) Click the gear icon in upper-right 2) Choose Compatibility View Settings 3) Uncheck the first box

Linear Gradient Gradients = fade between colors Placed in background-image (even though it’s not an image) Should still set background-color in case someone’s still using a stone-age browser

You can add more colors into the sequence if you want! Linear Gradient Start color Stop color

Linear Gradient – Being Smarter Use color it fades to for seamless look Stop tiling!

Linear Gradient – Change Direction Direction of fade. Available options: to right to left to top to bottom

Radial Gradient