LaGuardia Community College Thomson Ave, Long Island City, New York Created by ISMD s Dept. Training Team. Overview

Similar documents
LaGuardia Community College Thomson Ave, Long Island City, New York Created by ISMD s Dept. Training Team.

Hands On: Dreamweaver CS3 NEW SPRY Widgets

Overview of the Adobe Dreamweaver CS5 workspace

Technical Issues: Please Contact (Teresa Saljanin)

Adobe Dreamweaver Spry Elements

How to set up a local root folder and site structure

Microsoft Excel 2010 Level III

COMSC-031 Web Site Development- Part 2. Part-Time Instructor: Joenil Mistal

Dreamweaver CS5 Lab 4: Sprys

How to lay out a web page with CSS

LaGuardia Community College Thomson Ave, Long Island City, New York Created by ISMD s Dept. Training Team. Blackboard 9.

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

Dreamweaver 101. Here s the desktop icon for Dreamweaver CS5: Click it open. From the top menu options, choose Site and New Site

With Dreamweaver CS4, Adobe has radically

Creating Buttons and Pop-up Menus

LaGuardia Community College Thomson Ave, Long Island City, New York Created by ISMD s Dept. Training Team.

Table Basics. The structure of an table

Web Design. Santa Barbara. Dreamweaver Spry Menu Modifications

COMSC-031 Web Site Development- Part 2. Part-Time Instructor: Joenil Mistal

Dreamweaver CS4. Introduction. References :

Adobe Fireworks CS Essential Techniques

How to lay out a web page with CSS

The figure below shows the Dreamweaver Interface.

Fish Eye Menu DMXzone.com Fish Eye Menu Manual

ADOBE DREAMWEAVER CS4 BASICS

File: SiteExecutive 2013 Core Modules User Guide.docx Printed September 30, 2013

Objective % Select and utilize tools to design and develop websites.

In this lesson you will learn how to:

Contents. Page Builder Pro Manual

Dreamweaver Basics Outline

Advanced Dreamweaver CS6

Want to add cool effects like rollovers and pop-up windows?

Flash Image Enhancer Manual DMXzone.com Flash Image Enhancer Manual

Introduction to Dreamweaver CS4:

Adobe Dreamweaver CS6 Digital Classroom

Flash MP3 Player DMXzone.com Flash MP3 Player Manual

Dreamweaver Basics Workshop

COMSC-031 Web Site Development- Part 2

Acrobat 6.0 Standard - Basic Tasks

Creating a Website with Dreamweaver 4

Getting Started with CSS Sculptor 3

CREATE AN EKTRON MICRO-SITE

1. Setup a root folder for the website 2. Create a wireframe 3. Add content 4. Create hyperlinks between pages and to external websites

Adobe Dreamweaver CC 17 Tutorial

Figure 1 Properties panel, HTML mode

Lesson 1 using Dreamweaver CS3. To get started on your web page select the link below and copy (Save Picture As) the images to your image folder.

IT153 Midterm Study Guide

FrontPage 2000 Tutorial -- Advanced

How to create a prototype

Dear Candidate, Thank you, Adobe Education

Dreamweaver Basics. Planning your website Organize site structure Plan site design & navigation Gather your assets

Table of contents. DMXzoneUniformManual DMXzone

Adobe Dreamweaver CS5 Tutorial

ver Wfl Adobe lif Sams Teach Yourself Betsy Bruce Robyn Ness SAMS 800 East 96th Street, Indianapolis, Indiana, USA WlM John Ray ^lg^

Adobe Web Communication using Dreamweaver CS5 Curriculum/Certification mapping

Bonus Lesson: Working with Code

Exploring the Interface

Introduction to Dreamweaver CS3

Locate it inside of your Class/DreamWeaver folders and open it up.

COMSC-031 Web Site Development- Part 2

GoLive will first ask you if your new site will be for one individual or a work group; select for a Single User, and click Next.

About Freeway. Freeway s Tools and Palettes

Dreamweaver Domain 3: Understanding the Adobe Dreamweaver CS5 Interface

Dreamweaver MX The Basics

m ac romed ia D r e a mw e av e r Curriculum Guide

Working with Images and Multimedia

Guidelines for doing the short exercises

Table of contents. DMXzone Ajax Form Manual DMXzone

Table of contents. Sliding Billboard DMXzone.com

Cropping an Image for the Web

Job Aid. Remote Access BAIRS Printing and Saving a Report. Table of Contents

Table of contents. DMXzone Nivo Slider 3 DMXzone

Creating a Navigation Bar with a Rollover Effect

Surveyor Getting Started Guide

Dreamweaver Domain 4: Adding Content by Using Dreamweaver CS5

Using Dreamweaver CS6

Quick Reference Guide SharePoint Quick Reference Guide

SPARK. User Manual Ver ITLAQ Technologies

Dazzle the Web with Dynamic Dreamweaver, Part II

Using Dreamweaver CC. Logo. 4 Creating a Template. Page Heading. Page content in this area. About Us Gallery Ordering Contact Us Links

HTML5. HTML5 Introduction. Form Input Types. Semantic Elements. Form Attributes. Form Elements. Month Number Range Search Tel Url Time Week

Table of contents. Ajax AutoComplete Manual DMXzone.com

Adding Frames. In This Chapter

Table of contents. Sliding Panels DMXzone.com

Using Dreamweaver CC. 6 Styles in Websites. Exercise 1 Linked Styles vs Embedded Styles

! " # $%& Html.htm Note: Files under html.htm are created in the previous lab exercises. (Just link it up)

Evoq 8 Content Managers Training Manual

Dreamweaver CS3 Lab 2

ekaizen Lessons Table of Contents 1. ebook Basics 1 2. Create a new ebook Make Changes to the ebook Populate the ebook 41

Contents. Xweb User Manual

MS Components: Quick Start

Pinterest. Contents. Create Pinterest buttons and widgets that you can add to your WebShop

Specification Manager

documentation Editing Files and Folders

truechart Menubar Documentation HighCoordination GmbH Version 1.0.2,

Microsoft Windows SharePoint Services

Exploring SharePoint Designer

Discuss web browsers. Define HTML terms

CUSTOMER PORTAL Splash Pages

Adobe Web Authoring using Adobe Dreamweaver Exam and objectives

Transcription:

Overview The Spry Menu Bar allows you to add very user-friendly dynamic menus that allow for great organization to your website navigation. It builds a hierarchy of links to the inner pages of your site. The main section headings show up on the page all of the time, but the other links are only displayed when the user rolls the mouse over the top link. Lenovo's website, for example, uses this type of menu. In the Products section, Lenovo organizes their products in categories such as, Notebooks, Desktops, Workstations, etc. When the user rolls over Notebooks, a sub-menu of the families of notebooks appears. LaGuardia Community College 31-10 Thomson Ave, Long Island City, New York 11101 Created by ISMD s Dept. Training Team.

Building these hierarchical menus from scratch is surprisingly difficult! It involves a combination of HTML, JavaScript and CSS. Luckily, Dreamweaver will be writing that code for us! What is JavaScript? JavaScript is the primary client-side programming language used by websites. (HTML is not really a programming language; it is more of a formatting language.) Saying that it is a client-side language means that it is executed on the client-side or by the browser just like HTML and CSS. This can be beneficial since the browser can execute code without sending information to the server. JavaScript is commonly used to perform the following operations: Image Rollovers Form Validation Open new browser windows Dynamic Menus Making content disappear! What is Adobe Spry? Spry is Adobe's free open-source Ajax Framework. An Ajax Framework is simply a collection of widgets and JavaScript functions that allow you to add functionality to your site quickly and easily. The best thing about Adobe's Spry Framework is that elements of it are built right into Dreamweaver. That means you may add Spry features without having to do that from scratch on the code side. Insert the Menu Bar using Dreamweaver Step 1 - Inserting the Spry Menu Bar is extremely easy. Try one of the following: Find the Spry category in the Insert Panel and look for the Menu icon (shown below). 2. Or, using the Insert drop-down at Insert > Spry > Spry Menu Bar 2 P age

Step 2 - Next, choose whether you would like a horizontal or vertical menu. This will set the look of the top That's it! You have added a Menu Bar. Now, to add your own links, you will need to customize the menu. (See below!) 3 P age

Customizing the Menu Bar Using Dreamweaver Step 3 - To add your text to the menu, click on the Menu Bar and open the Properties Window (as shown below). Dreamweaver allows three levels of menus. To add a sub item, simply click on the top level link and then click the plus (+) On the far right side add the text to appear in the menu and the URL of the link. 4 P age

Adjust Alignment The format of a Spry menu is controlled by CSS; thus, to alter the appearance, you need to edit the CSS definitions. By default, the horizontal menu aligns to the left of the page but you can easily align it to the right by changing the definition of the corresponding style. To change alignment, we need to change the Float setting. Step 4 - Start by selecting the style named ul.menubarhorizontal li in the CSS panel, and then in the Properties pane below it, click to the right of the Float field and use the drop-down list to select Right instead of Left. 5 P age

Replace Main Text When a menu bar is inserted, Dreamweaver populates it with placeholder text: Item 1, Item 2, etc. Step 5 - To add your own text, simply click-and-drag to select the text within each navigation box and then type over it to replace it with the word or words you want to use. As you can see, we ve replaced Item 4 and Item 3, and we ve selected the next item. Note: You can also edit menu items using the Properties inspector. Display Spry Menu Options Step 6 - To edit the text in the submenus, or to add or remove menu items, you first need to display the Spry menu options in the Properties inspector. To make these options visible, click on the blue tab at the top left of the Spry menu that you inserted into the page. In this example, it s labeled Spry Menu Bar: MenuBar1. When you click on the menu tab, the Properties inspector displays the corresponding Spry options. Edit Submenu Text Step 7 - With the Spry menu options open in the Properties inspector at the bottom of the work area, you can edit the submenu text by first selecting the menu item in the leftmost menu field and then selecting the submenu item in the middle menu field. You can edit the text of any selected item in the Text field at the far right of the inspector. 6 P age

Add or Remove Menus and Submenus Step 8 - You can add menu or submenu items by selecting any item listed in the Properties inspector and then clicking on the plus (+) sign at the top of the corresponding menu field. To remove a menu item, select it and click the minus ( ) sign. For example, you can add a third-level menu item by selecting a submenu item and then clicking the plus sign above the third menu field. Create and Edit Links Step 9 - A menu bar, by design, should include links to the main sections and subsections of a website. To turn any menu item into a link, select the item in the Properties inspector and enter the URL in the Link field. You can also use the Browse icon (it looks like a file folder) to locate and select any file in a website and set the link automatically. If you re setting a link to a top-level menu item, you can also select the text in the main workspace and set the link in the Properties inspector. 7 P age

Change Text and Background Colors Step 10 - To edit the text and background colors in a Spry menu, you must edit the corresponding styles. The tricky part is that the style definitions for text and background colors are included in the link styles, which have multiple states. For example, the style named ul.menubarhorizontal a defines the background and text color that display when a browser first loads a link. However, if you want to change the text or background color that appear when a visitor rolls a cursor over a link, you ll need to change the definition for the style named ul.menubarhorizontal a:menubaritemhover. 8 P age

Below you will find a chart which explains how to change the various background color styles. Below are the styles which set the text colors: 9 P age