1 Copyright © 2013 Lee, Kim & Park, Life & Power Press 1 를 이용한 레이아웃.

Slides:



Advertisements
Similar presentations
Very quick intro HTML and CSS. Sample html A Web Title.
Advertisements

Session 4: CSS Positioning Fall 2006 LIS Web Team.
Advance CSS (Menu and Layout) Miftahul Huda. CSS Navigation MENU It's truly remarkable what can be achieved through CSS, especially with navigation menus.
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:
Unit 20 - Client Side Customisation of Web Pages
Tutorial 4: Creating page layout with css
1 Dynamic HTML: Cascading Style Sheets™ (CSS). 2 Introduction Cascading Style Sheets (CSS) –Specify the style of your page elements –Spacing, margins,
Working with Cascading Style Sheets
Stylin’ with CSS. 2 Topics What is CSS? Why CSS? CSS Examples.
Technologies for web publishing Ing. Václav Freylich Lecture 6.
CS4370/6370 Web Development Cascading Style Sheets (CSS)
Basics of Web Design Chapter 6 More CSS Basics Key Concepts 1.
Text Properties, Line Box, CSS. Text Properties Properties related to the display of text. Text-align : left, right, center I like FSU!
Web Design & Development Cascading Style Sheets (CSS)
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 3 Key Concepts 1 Copyright © Terry Felke-Morris.
1 CS428 Web Engineering Lecture 10 Images, Tables, Forms, Border-Radius (CSS – V)
CSS Евгения Ковачева. BODY { PADDING-RIGHT: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-LEFT: 0px; SCROLLBAR-FACE-COLOR: #ffffff; SCROLLBAR-FACE-COLOR:
Slide 1 of 83 Table Borders To specify table borders in CSS, use the border property. The example below specifies a black border for table, th, and td.
Cascading Style Sheets CS3505. What are CSS? Method for adding style attributes consistently to HML tags Cascading because styles are applied in order.
Cascading Style Sheets Billy Toy Cascading Style Sheets Syntax review How to Implement style sheets Background properties Text properties.
 2000 Deitel & Associates, Inc. All rights reserved. Chapter 14 – Dynamic HTML: Cascading Style Sheets (CSS) Outline 14.1Introduction 14.2Inline Styles.
LING 408/508: Programming for Linguists
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 3 Key Concepts 1 Copyright © Terry Felke-Morris.
Principles of Web Design 6 th Edition Chapter 10 – Data Tables.
Cascading Style Sheets, pt 2 ECA 225 Applied Online Programming.
Cascading Style Sheets CSS. CSS - Structure Declaration block Property: identifies what to change Value: how to change it Selector – example h1{ font-size:
Tutorial 6 By Sam INE 1020 Introduction to Internet Engineering 1 DHTML & CSS Tutorial 6.
CSS in XHTML continued Please use speaker notes for additional information!
Web Development & Design Foundations with XHTML
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 6 Key Concepts 1 Copyright © Terry Felke-Morris.
CSS Best Practices By Peter Funk 1. Web development since 1996 Senior Front-end web developer at Ancestry.com Proficient at CSS, HTML, and native JavaScript.
Basics of Web Design 1 Copyright © 2016 Pearson Education, Inc., Hoboken NJ.
MCS 270 Cascading Style Sheets (CSS) Gustavus Adolphus College.
CSS My favourite ICT lesson By Federico Boschi Cascading Style Sheets.
Class three: CSS review, backgrounds, font formatting, the box model.
CHAPTER 3 CSS & CSS3 อ. ยืนยง กันทะเนตร คณะเทคโนโลยีสารสนเทศและการสื่อสาร มหาวิทยาลัยพะเยา 1.
MySQL and PHP Review CSS. Cascading Style Sheet (CSS) Style sheets are files or forms that describe the layout and appearance of a document. Cascading.
COMP213 – Web Interface Design
Cascading Style Sheets (CSS) Within the Enterprise Architecture Framework (EAF) Wes Ziegeler August 3, 2006.
Lesson 03 // Cascading Style Sheets. CSS Stands for Cascading Style Sheets. We’ll be using a combination of Html and CSS to create websites. CSS is a.
Movable Type 3.2 Structure Main Index Template In the following sheets you will find: The div-structure of the Main Index Template The default HTML code.
Creating Your Own Webpage COSC Cascading Stylesheets Think of: HTML: content of your webpage HTML has tags CSS: presentation and appearance of your.
CSS WORKSHOP Design Principles for Web Standards.
Week 8 – Part 2 Page Layout Basics Key Concepts 1.
CSS with XHTML Please use speaker notes for additional information!
LING 408/508: Programming for Linguists Lecture 10 September 30 th.
Andover Pull List PULL LIST PROCEDURE Log on to Evergreen Open “Pull List for Hold Requests” Click the “Fetch more holds” button however many times it.
CSS3   
INT222 - Internet Fundamentals Shi, Yue (Sunny) Office: T2095 SENECA COLLEGE.
3.2 Cascading Style Sheets. 2 Positioning Elements Normally, elements are laid out on the page in the order that they are defined in the XHTML document.
Lecture 2: Cascading Style Sheets (CSS) Instructor: Dr. M. Anwar Hossain.
 HTML, CSS, JavaScript – enormously successful  SASS has all the tools we need! INTRO.
Web Development & Design Foundations with XHTML Chapter 6 Key Concepts.
CONTROLLING Page layout
Developing Web Applications with HTML and CSS “Selectors and Properties”
Final Exam Notes Fall What to Expect Given a page layout similar to the one to the left, use Dreamweaver to implement the page. A directory structure.
CSS: Cascading Style Sheets Part II. Style Syntax.
OV Copyright © 2008 Element K Content LLC. All rights reserved. Working with Web Pages  An Introduction to Cascading Style Sheets  Format a Web.
Review First – on your own... Go to Day 5 Grab the contents of position review file Place in DW Add styles to recreate – get something close to
Cascading Style Sheet (CSS) SAMPLE IT133 Pengembangan Web.
Stylizing a Navigational Menu Web Design Section 6-3 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development.
ECA 228 Internet/Intranet Design I Cascading Style Sheets.
PERSPECTIVES: TUTORIAL 4 CREATING PAGE LAYOUTS WITH CSS.
03 CSS (Cascading StyleSheet) Р.Жавхлан МОНГОЛ УЛСЫН ИХ СУРГУУЛЬ Мэдээллийн технологийн сургууль Интернэт технологийн үндэс 2015 Намар.
ACT102 INTRODUCTION TO WEB DESIGN. Content Padding Border Margin.
JavaScript and Ajax (JavaScript Dynamic HTML (DHTML)) Week 7 Web site:
CS 120: Introduction to Web Programming Lecture 10: Extra Features and Website Design Part 1 Tarik Booker CS 120 California State University, Los Angeles.
Web Page Layout. table vs. div table –Pros: supported by all browsers –Cons: bind style to content; hard to maintain div –Pros: easy to maintain –Cons:
Presentation transcript:

1 Copyright © 2013 Lee, Kim & Park, Life & Power Press 1 를 이용한 레이아웃

2 Copyright © 2013 Lee, Kim & Park, Life & Power Press 2 를 이용한 레이아웃

3 Copyright © 2013 Lee, Kim & Park, Life & Power Press 3 를 이용한 레이아웃 My Blog Page #header { background-color: yellow; width: 100%; height: 50px; } #nav { width: 30%; background-color: red; height: 100px; float: left; }

4 Copyright © 2013 Lee, Kim & Park, Life & Power Press 4 를 이용한 레이아웃 #content { width: 70%; background-color: blue; float: right; height: 100px; } #footer { background-color: aqua; width: 100%; height: 50px; clear: both; } header nav content footer

5 Copyright © 2013 Lee, Kim & Park, Life & Power Press 5 쇼핑카트 페이지 쇼핑 카트 body { height: 100%; background-color: #F3F1E9; } table { width: 50%; border-collapse: collapse; text-align: center; } table caption { color: red; text-decoration: underline; }

6 Copyright © 2013 Lee, Kim & Park, Life & Power Press 6 쇼핑카트 페이지 Shopping Cart 품목 가격 수량 합계 컴퓨터 세트 2,000,000 원 티셔츠 50,000 원

7 Copyright © 2013 Lee, Kim & Park, Life & Power Press 7 쇼핑카트 페이지 음악파일 1,000 원 영화파일 5,000 원 Back to Home

8 Copyright © 2013 Lee, Kim & Park, Life & Power Press 8 메뉴만들기 Web shop Page 카테고리 컴퓨터 의류 음악 영화 스포츠 / 레저 가구 / 인테리어 식품

9 Copyright © 2013 Lee, Kim & Park, Life & Power Press 9 #left { width: 175px; margin-top: 20px; float: left; } #left h4 { font-family: Arial, Helvetica, sans-serif; font-size: 20px; } #left ul { font-family: Arial, Helvetica, sans-serif; font-size: 15px; color: #FFFFFF; text-indent: 15px; } #left ul li { background: #3f3f3f; line-height: 28px; border-bottom: 1px solid #333; } #left ul li a { text-decoration: none; color: #FFFFFF; display: block; } #left ul li a:hover { background: #d40203; }

10 Copyright © 2013 Lee, Kim & Park, Life & Power Press 10

11 Copyright © 2013 Lee, Kim & Park, Life & Power Press 11 Z-index... #box1 { position: absolute; top: 0px; left: 0px; width: 100px; height: 100px; background: blue; z-index: 200; } #box2 { position: absolute; top: 30px; left: 30px; width: 100px; height: 100px; background: yellow; z-index: 100; } #box3 { position: absolute; top: 60px; left: 60px; width: 100px; height: 100px; background: green; z-index: 0; }

12 Copyright © 2013 Lee, Kim & Park, Life & Power Press 12 Z-index box #1 box #2 box #3

13 Copyright © 2013 Lee, Kim & Park, Life & Power Press 13 Visibility... #box1 { position: absolute; top: 0px; left: 0px; width: 100px; height: 100px; background: blue; z-index: 200; } #box2 { position: absolute; top: 30px; left: 30px; width: 100px; height: 100px; background: yellow; z-index: 100; visibility:hidden; } #box3 { position: absolute; top: 60px; left: 60px; width: 100px; height: 100px; background: green; z-index: 0; }

14 Copyright © 2013 Lee, Kim & Park, Life & Power Press 14 Visibility box #1 box #2 box #3