GIMP WEB 2.0 MENUS. Web 2.0 Menus: Horizontal Navigation Bar. Hover Effect:

Similar documents
Designing the Home Page and Creating Additional Pages

GIMP WEB 2.0 MENUS WEB 2.0 MENUS: HORIZONTAL NAVIGATION BAR CREATING AN HTML LIST

GIMP WEB 2.0 MENUS. Web 2.0 Menus: Horizontal Navigation Bar

GIMP WEB 2.0 MENUS. Web 2.0 Menus: Horizontal Navigation Bar with Dynamic Background Image

Create a Web Page with Spry Navigation Bar. March 30, 2010

GIMP WEB 2.0 MENUS. Before we begin this tutorial let s visually compare a standard navigation bar and a web 2.0 navigation bar.

AGENDA :: MULTIMEDIA TOOLS :: (1382) :: CLASS NOTES

Lesson 5 Introduction to Cascading Style Sheets

Basics of Web Design, 3 rd Edition Instructor Materials Chapter 2 Test Bank

Chapter 7 BMIS335 Web Design & Development

8/19/2018. Web Development & Design Foundations with HTML5. Learning Objectives (1 of 2) More on Relative Linking. Learning Objectives (2 of 2)

Styles, Style Sheets, the Box Model and Liquid Layout

Lab 1: Introducing HTML5 and CSS3

Using AJAX to Easily Integrate Rich Media Elements

AGENDA. HTML CODING YOUR HOMEPAGE [ Part IV ] :: NAVIGATION <nav> :: CSS CODING FOR HOMEPAGE [ <nav> & child elements ] CLASS :: 13.

WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5

Assignments (4) Assessment as per Schedule (2)

Introduction to WEB PROGRAMMING

WEBSITE PROJECT 2 PURPOSE: INSTRUCTIONS: REQUIREMENTS:

Lab Chapter 5: Applying The Box Model Habitat for Humanity

CREATING A WEBSITE USING CSS. Mrs. Procopio CTEC6 MYP1

CSS (Cascading Style Sheets)

Page Layout Using Tables

NAVIGATION INSTRUCTIONS

Guidelines for doing the short exercises

HTMLnotesS15.notebook. January 25, 2015

COMS 359: Interactive Media

Create a three column layout using CSS, divs and floating

Web Development & Design Foundations with HTML5 & CSS3 Instructor Materials Chapter 2 Test Bank

GIMP WEB 2.0 BUTTONS

Creating a Navigation Bar with a Rollover Effect

ICT IGCSE Practical Revision Presentation Web Authoring

Taking Fireworks Template and Applying it to Dreamweaver

Make a Website. A complex guide to building a website through continuing the fundamentals of HTML & CSS. Created by Michael Parekh 1

CSS worksheet. JMC 105 Drake University

AGENDA. EMBEDDING FONTS [ Font Files & CSS font-family ] :: Online Font Converter :: ADD font-family css code to style.css

UNSW Global Website Branding Guidelines. Website Brand Guidelines

CSS is applied to an existing HTML web document--both working in tandem to display web pages.

How to lay out a web page with CSS

Downloads: Google Chrome Browser (Free) - Adobe Brackets (Free) -

Dreamweaver CS5 Lab 4: Sprys

<style type="text/css"> <!-- body {font-family: Verdana, Arial, sans-serif} ***set font family for entire Web page***

PROFILE DESIGN TUTORIAL KIT

CSS: Layout Part 2. clear. CSS for layout and formatting: clear

Project 1: Creating a Web Site from Scratch. Skills and Tools: Use Expression Web tools to create a Web site

BASICS OF WEB DESIGN CHAPTER 2 HTML BASICS KEY CONCEPTS

Create the Left Navigation SSI Quick Guide

Website Development with HTML5, CSS and Bootstrap

The Structure of the Web. Jim and Matthew

Step 1 Download and Install KompoZer Step by step instructions to build your first web page using KompoZer web editor.

c122jan2714.notebook January 27, 2014

CHAPTER 1: GETTING STARTED WITH HTML CREATED BY L. ASMA RIKLI (ADAPTED FROM HTML, CSS, AND DYNAMIC HTML BY CAREY)

Cascading Style Sheets Level 2

Which is why we ll now be learning how to write in CSS (or cascading sheet style)

ACA Dreamweaver Exam Notes

Adobe Dreamweaver CC Tutorial

INFS 2150 Introduction to Web Development

INFS 2150 Introduction to Web Development

ADDING CSS TO YOUR HTML DOCUMENT. A FEW CSS VALUES (colour, size and the box model)

AGENDA :: MULTIMEDIA TOOLS :: CLASS NOTES

CSS Mapping in Advanced Mode for Events. Cvent, Inc 1765 Greensboro Station Place McLean, VA

Web Design. Santa Barbara. Dreamweaver Spry Menu Modifications

ICT IGCSE Practical Revision Presentation Web Authoring

COMS 359: Interactive Media

Dreamweaver CS6. Table of Contents. Setting up a site in Dreamweaver! 2. Templates! 3. Using a Template! 3. Save the template! 4. Views!

CSS Quiz Result. 2) Where in an HTML document is the correct place to refer to an external style sheet?

Website Development (WEB) Lab Exercises

Website Editor. User Guide - Table of Contents. Overview. Use Case(s) Accessing the Tool. Editor Tools. Quick Tab Toolbar. Menu Bar.

5 Snowdonia. 94 Web Applications with C#.ASP

Table Basics. The structure of an table

Zen Garden. CSS Zen Garden

ADOBE 9A Adobe Dreamweaver CS4 ACE.

Diploma in Mobile App Development Part I

Lab Chapter 3: Adding Structure to an HTML Page Habitat for Humanity

CS 350 Internet Applications I Name: Exam II (CSS) October 29, 2013

Web Development and Design Foundations with HTML5 8th Edition

O n l i n e C a t e r i n g S o f t w a r e S o l u t i o n Portal CSS Guide

ORB Education Quality Teaching Resources

In the early days of the Web, designers just had the original 91 HTML tags to work with.

Web Publishing Basics I

Multimedia Systems and Technologies Lab class 6 HTML 5 + CSS 3

Dreamweaver Basics Outline

Introduction to using HTML to design webpages

INTERNET!!!11!1. Beyond the Mouse A Short Course on Programming. 10b. HTML/CSS or: I m on the. Ronni Grapenthin. November 13, 2011

DAY 4. Coding External Style Sheets

BA. (Hons) Graphics Design

Html basics Course Outline

INTRODUCTION TO CSS. Mohammad Jawad Kadhim

MEGA MENU USER GUIDE. Phone: Extension version: 1.0 Magento Compatibility: CE 2.

Exploring Computer Science Web Final - Website

Basic CSS Lecture 17

E-Business Systems 1 INTE2047 Lab Exercises. Lab 5 Valid HTML, Home Page & Editor Tables

CSS Cascading Style Sheets

IBM Forms V8.0 Custom Themes IBM Corporation

Creating a CSS driven menu system Part 1

Skill Area 323: Design and Develop Website. Multimedia and Web Design (MWD)

Using CSS for page layout

Navigation. Websites need a formalized system of links to allow users to navigate the site

More about HTML. Digging in a little deeper

Layout with Layers and CSS

Transcription:

GIMP WEB 2.0 MENUS Web 2.0 Menus: Horizontal Navigation Bar WEB 2.0 MENUS: HORIZONTAL NAVIGATION BAR Hover Effect: Images required: 58 x 1 px high background image (black gloss gradient) for the nav bar and sub menu 58 x 1 px high background image for the submenu (gradient) CREATING AN HTML LIST Most horizontal or vertical navigation bars begin with a simple unordered list <ul> tag and the hyperlinks as list items <li> tags. Step 1: In a text editor, create an html file with the <html>, <head>, <title>, </title>, </head>, <body>, </body>, and </html> tags and Web 2.0 Menus Horizontal Drop-Down Nav Bar Page 1 of 9

save as horizontal_navigation_bar.html in the PortableApps/GIMP/menus/dropdown folder. Step 2: Between the beginning and ending <body> tags, type <ul id="item1"> <li class="top"><a href = "index.php?page=home">home</a></li> <ul id="item2"> <li class="top"><a href = "index.php?page=style">style</a></li> href="index.php?page=style#inline">inline</a></li> href="index.php?page=style#embedded">embedded</a></li> href="index.php?page=style#external">external</a></li> href="index.php?page=style#id">classes</a></li> href="index.php?page=style#specificity">specificity</a></li> href="index.php?page=style#formats">output</a></li> href="index.php?page=style#printerfriendly">printer Pages</a></li> href="index.php?page=style#precedence">precedence</a></li> <ul id="item3"> <li class="top"><a href = "index.php?page=display">display</a></li> <li class = "item"><a href = "index.php?page=display#about">about</a></li> href="index.php?page=display#inline">inline</a></li> href="index.php?page=display#block">block</a></li> href="index.php?page=display#none">none</a></li> Web 2.0 Menus Horizontal Drop-Down Nav Bar Page 2 of 9

href="index.php?page=display#visibility">visibility</a></li> <ul id="item4"> <li class="top"><a href = "index.php?page=font">font</a></li> <li class = "item"><a href = "index.php?page=font#about">about</a></li> href="index.php?page=font#family">family</a></li> href="index.php?page=font#size">size</a></li> href="index.php?page=font#style">style</a></li> href="index.php?page=font#variant">variant</a></li> href="index.php?page=font#weight">weight</a></li> <ul id="item5"> <li class="top"><a href = "index.php?page=text">text</a></li> <li class = "item"><a href = "index.php?page=text#about">about</a></li> href="index.php?page=text#align">align</a></li> href="index.php?page=text#decoration">decoration</a></li> href="index.php?page=text#indent">indent</a></li> href="index.php?page=text#transform">transform</a></li> href="index.php?page=text#letter">letter- Spacing</a></li> href="index.php?page=text#line">line-height</a></li> href="index.php?page=text#word">word- Spacing</a></li> href="index.php?page=text#vertical">vertical- Align</a></li> <ul id="item6"> Web 2.0 Menus Horizontal Drop-Down Nav Bar Page 3 of 9

<li class="top"><a href = "index.php?page=color">color</a></li> <li class = "item"><a href = "index.php?page=color#about">about</a></li> href="index.php?page=color#name">color Names</a></li> href="index.php?page=color#rgb">rgb Triplets</a></li> href="index.php?page=color#value">color Value</a></li> href="index.php?page=color#text">text Color</a></li> href="index.php?page=color#link">link Color</a></li> <ul id="item7"> <li class="top"><a href = "index.php?page=background">background</a></li> <li class = "item"><a href = "index.php?page=background#about">about</a></li> href="index.php?page=background#colors">colors</a></li> href="index.php?page=background#image">image</a></li> href="index.php?page=background#repeat">repeat</a></li> href="index.php?page=background#norpeat">no Repeat</a></li> href="index.php?page=background#position">position</a></li> href="index.php?page=background#percentage">percentage</a></li> href="index.php?page=background#keywords">keywords</a></li> href="index.php?page=background#attachment">attachment</a></li> Web 2.0 Menus Horizontal Drop-Down Nav Bar Page 4 of 9

<ul id="item8"> <li class="top"><a href = "index.php?page=lists">lists</a></li> <li class = "item"><a href = "index.php?page=lists#about">about</a></li> href="index.php?page=lists#list">list Styles</a></li> href="index.php?page=lists#shapes">shapes </a></li> href="index.php?page=lists#numeric">numeric</a></li> href="index.php?page=lists#alphabetic">alphabetic</a></li> href="index.php?page=lists#image">image</a></li> <ul id="item9"> <li class="top"><a href = "index.php?page=boxes">boxes</a></li> <li class = "item"><a href = "index.php?page=boxes#about">about</a></li> href="index.php?page=boxes#box">box Styles</a></li> href="index.php?page=boxes#border">border</a></li> href="index.php?page=boxes#margins">margins</a></li> href="index.php?page=boxes#padding">padding</a></li> href="index.php?page=boxes#positioning">positioning</a></li> <ul id="item10"> <li class="top"><a href = "index.php?page=layout">layout</a></li> <li class = "item"><a href = "index.php?page=layout#about">about</a></li> href="index.php?page=layout#absolute">absolute</a></li> Web 2.0 Menus Horizontal Drop-Down Nav Bar Page 5 of 9

href="index.php?page=layout#relative">relative</a></li> href="index.php?page=layout#z-index">layers</a></li> Notice how the main menu item has a class of top and the submenu items have a class of item. Step 3: Save and view in the browser. STYLING THE UNORDERED LIST WITH A CASCADING STYLE SHEET Next we will create our CSS Style Sheet. Step 1: Create a new document and add the following information, including the comments then save it as css_tutorial_styles.css. If you want to see the syntax highlighting as you type, select Language C CSS Step 2: Add the styles on this and the next page to format the display of the menu Web 2.0 Menus Horizontal Drop-Down Nav Bar Page 6 of 9

Web 2.0 Menus Horizontal Drop-Down Nav Bar Page 7 of 9

Older versions of I.E. have problem with being able to select the whole button. To solve the problem in I.E. you will want to add a style section in the head of the document that sets another style if the browser is I.E. <!--this code is supplied by Peter Nederlof under the Creative Commons license - I.E. supports so called behaviors; htc files that can be attached to the css--> <!--[if IE]> <style type="text/css" media="screen"> body { behavior: url(http://qa.chiefsupply.com/csshover.htc<!-- m -->); font-size: 100%; } #menu ul li a {height: 1%;} </style> <![endif]--> Web 2.0 Menus Horizontal Drop-Down Nav Bar Page 8 of 9

Step 3: Upload the background image for the menu bar: css_btn.png to the menus/dropdown folder. This image is available in at the Design tab of the GIMP site. If the font drops to two lines on the submenu, you can change the font to 12 pixels You may want to change the padding in the #menu ul:hover.item a style to 3px so the submenu will be wide enough. Step 4: Insert the following code in the index.html file to link to the css_tutorial_styles.css file. Save the file and upload to the server. Test in the browser. IN THE DESIGN SECTION, THE MENU WILL BE STYLED WITH A HEADER AND FOOTER AND PAGE CONTENT. Web 2.0 Menus Horizontal Drop-Down Nav Bar Page 9 of 9