Internet Design Issues and Internet Explorer 7 Let’s Take a Look at IE 7+ Goto IE7 (Click Here)

Slides:



Advertisements
Similar presentations
LIS650 lecture 4 Thomas Krichel today Advice CSS Properties –Box properties-- List properties –Table properties-- Classification properties.
Advertisements

LIS650 lecture 4 Thomas Krichel today CSS Properties –Box properties-- List properties –Table properties-- Classification properties –(Audio.
LIS650 lecture 4 Thomas Krichel today Advice CSS Properties –Box properties –List properties –Classification properties Fun with selectors.
Web Pages Week 10 This week: CSS Next week: CSS – Part 2.
1 Cascading Style Sheets Continued Different kinds of selectors in a style sheet –Simple- Pseudo-Class –Contextual- Pseudo-Element –Class Image Styles.
CSS Layout Crash Course An Advance CSS Tutorial. Inline vs. Block Many HTML elements have a default display setting of Block. Block elements take up the.
Quiz #3 - CSS Lecture Code: Get Neighbors’ URLs for MP1
Cascading Style Sheets
Cascading Style Sheets
CSS. Intro to CSS Cascading Style Sheets – styles and enhances appearance of webpage.css extension.
Slide 1 CMPS 211 Internet Programming Spring 2008 Dynamic Effects with Styles Chapter 12 2/6/08.
Very quick intro HTML and CSS. Sample html A Web Title.
Part 5 Introduction to CSS. CSS Display - Block and Inline Elements A block element is an element that takes up the full width available, and has a line.
Cascading Style Sheets. CSS stands for Cascading Style Sheets and is a simple styling language which allows attaching style to HTML elements. CSS is a.
CSS Menus and Rollovers. Agenda foil Separating style from content 3 pages in one file Rollovers in CSS Horizontal drop-downs Vertical drop-downs.
Session 4: CSS Positioning Fall 2006 LIS Web Team.
SM5312 week 11: CSS Menus & Navigation Bars1 An Introduction to Cascading Style Sheets CSS Menus and Navigation Bars Nick Foxall.
Client-Side Internet and Web Programming
With CSS, a color is most often specified by: a HEX value - like "#ff0000" an RGB value - like "rgb(255,0,0)" a color name - like "red“ Example h1.
CIS 1310 – HTML & CSS 6 Layout. CIS 1310 – HTML & CSS Learning Outcomes  Describe & Apply the CSS Box Model  Configure Float with CSS  Designate Positioning.
Navigation Bars Level 2 Extended Certificate Unit B12 Doing Business Online.
CSS(Cascading Style Sheets )
Web Pages and Style Sheets Bert Wachsmuth. HTML versus XHTML XHTML is a stricter version of HTML: HTML + stricter rules = XHTML. XHTML Rule violations:
กระบวนวิชา CSS. What is CSS? CSS stands for Cascading Style Sheets Styles define how to display HTML elements Styles were added to HTML 4.0 to.
Class four: the box model and positioning. is an HTML tag which allows you to create an element out of inline text. It doesn’t mean anything! try it:
Measurement Many CSS properties (values within the declaration) require that you specify a unit of measurement, such as spacing between elements, border.
ADVANCED CSS William Neely CEO, Piecewise.com. CSS FONTS AND TEXT CSS ‣ Line-height allows to indicate the amount of space between lines; allows for equal.
Unit 20 - Client Side Customisation of Web Pages
CSS normally control the html elements. Three Ways to Insert CSS There are three ways of inserting a style sheet: External style sheet Internal style.
ADAM ENGELSGJERD UA LIBRARY MAY 9, 2007 CSS and Internet Explorer.
CS4370/6370 Web Development Cascading Style Sheets (CSS)
Using CSS for Page Layout. Types of HTML Elements Block-Level Element –Creates blocks of content e.g. div, h1..h6, p, ul, ol, li, table, form –They start.
MORE Cascading Style Sheets (The Positioning Model)
TUTORIAL 8: Enhancing a Web Site with Advanced CSS
Cascading Style Sheets – Block Level. Block Level Style So far we have done text-level CSS With block level CSS, we used a generic container tag Similarly.
Web Page Layout With CSS CSS Level 2 vs. Nested Tables Mike Wallick – 11/3/04.
Technologies for web publishing Ing. Václav Freylich Lecture 7.
CIS67 Foundations for Creating Web Pages Professor Al Fichera Reference for CIS127 and CIS 137.
Copyright © Terry Felke-Morris CSS Flow & Positioning 1 Copyright © Terry Felke-Morris.
 Website development process  CSS  Javascript.
Doncho Minkov Telerik Web Design Course html5course.telerik.com Technical Trainer
INTRODUCTORY Tutorial 4 Exploring Graphic Elements and Images.
Svetlin Nakov Telerik Corporation
THE BOX MODEL Putting layouts together with CSS. The Box Model  How would you describe a box?  Container?  Tags or elements are “containers”  puts.
Layout with Styles Castro Chapter 11. Tables vs. CSS You can produce “liquid layouts” (layouts that stretch as the browser is resized) using tables or.
11/12/2015 Box Model Reed Crouch. 11/12/2015  HTML elements can be considered as boxes. In CSS, the term "box model" is used when referring to layout.
Cascading Style Sheets Positioning Controls Visibility.
Cascading Style Sheets CSS2 - a bit more advanced.
CS 120: Introduction to Web Programming Lecture 10: Extra Features and Website Design Part 1 Tarik Booker CS 120 California State University, Los Angeles.
Introduction to Programming the WWW I CMSC Summer 2004 Lecture 8.
Laying out Elements with CSS
CNIT 131 HTML5 - Tables.
CSS Layouts: Grouping Elements
Cascading Style Sheets
>> The “Box” Model
Box model.
CSS Applications to XML 19-Sep-18.
CSS Box Model.
Second CSS Lecture Applications to XML
MORE Cascading Style Sheets (The Positioning Model)
Cascading Style Sheets
Cascading Style Sheets
More CSS 22-Feb-19.
CS3220 Web and Internet Programming More CSS
CSS Applications to XML 20-May-19.
CS3220 Web and Internet Programming More CSS
CSS Applications to XML 3-Jul-19.
Positioning Boxes Using CSS
CS3220 Web and Internet Programming More CSS
Presentation transcript:

Internet Design Issues and Internet Explorer 7

Let’s Take a Look at IE 7+ Goto IE7 (Click Here)

Microsoft’s Stance ACID2 Test –Acid2 assumes basic support for HTML4, CSS1, PNG, and Data URLs.HTML4 CSS1PNGData URLs

Another Micro$oft Moment! "We will not pass this test (Acid2) when IE7 ships. We fully recognize that IE is behind the game today in CSS support. We've dug through the Acid2 test and analyzed IE's problems with the test in some great detail, and we've made sure the bugs and features are on our list — however, there are some fairly large and difficult features to implement, and they will not all sort to the top of the stack in IE7.“ - Chris Wilson, lead program manager for IE7

CSS Changes in IE7 Peekaboo bug Guillotine bug Duplicate Character bug Border Chaos No Scroll bug 3 Pixel Text Jog Magic Creeping Text bug Bottom Margin bug on Hover Losing the ability to highlight text under the top border IE/Win Line-height bug Double Float Margin Bug Quirky Percentages in IE Duplicate indent Moving viewport scrollbar outside HTML borders 1 px border style Disappearing List-background Fix width:auto

Two CSS Changes That Matter! 1.Hover: IE7 will allow you to use the “hover” command with all CSS elements. EXAMPLE 2. Positioning: IE6 has a bug that determines absolute position differently then the W3C standards and the Acid2 Test. EXAMPLE

Imaging Format Change in IE7 PNG: An image format that allows for Alpha level changes within the image. Prior versions of IE did not allow for the correct imaging of PNG images. Example PNG = “PNG Not Gif”

Webography dean.edwards.name Blogs.msdn.com Css-discuss.incutio.com Msdn.microsoft.com Howtocreate.co.uk Killersites.com Microsoft.com Csszengarden.com