SlideShare a Scribd company logo
NAVIGATION, LINKS AND
HOVER ROLLOVERS
322432 Web Design Technology
By Yaowaluck Promdee, Dr.Sumonta Kasemvilas
WDS
CS KKU
HOME INTRO NIVAGATION TYPE DESIGN LINK EXAMPLE
Web Design Technology - 2015 1
Meaning of Navigation
Links
Navigation Bar = List of Links
Vertical Navigation Bar
Horizontal Navigation Bar
WDS
CS KKU
HOME INTRO NIVAGATION TYPE DESIGN LINK EXAMPLE
INTRODUCTION
Web Design Technology - 2015 2
NAVIGATION
• Navigation is a section of website or online page
intended to aid visitors in traveling through the online
document.
• These sections of the webpage will include links to
the most important sections of the site.
WDS
CS KKU
HOME INTRO NIVAGATION TYPE DESIGN LINK EXAMPLE
Web Design Technology - 2015 3
“ The navigation menu on the
website is like a road on
a street or a level directory in
a shopping mall.
You can’t reach your destination
without first knowing where you
are.”
By Tomas Laurivicius
WDS
CS KKU
HOME INTRO NIVAGATION TYPE DESIGN LINK EXAMPLE
Web Design Technology - 2015 4
TYPE OF NAVIGATION
•  Main Menu
•  Secondary Example Catalogs, Chapters
•  Help menu Example Search Box, Image Map
WDS
CS KKU
HOME INTRO NIVAGATION TYPE DESIGN LINK EXAMPLE
Web Design Technology - 2015 5
GOOD DESIGN NAVIGATION
•  Easy to use
•  Learnability
•  Simple, User friendly
•  Mega Drop-Down
•  Where You Are
•  Back to homepage
WDS
CS KKU
HOME INTRO NIVAGATION TYPE DESIGN LINK EXAMPLE
Web Design Technology - 2015 6
GOOD DESIGN NAVIGATION > EASY TO USE
WDS
CS KKU
HOME INTRO NIVAGATION TYPE DESIGN LINK EXAMPLE
EASY TO USE
Navigation should be a prominent element of your design.
Web Design Technology - 2015 7
GOOD DESIGN NAVIGATION > EASY TO USE
WDS
CS KKU
HOME INTRO NIVAGATION TYPE DESIGN LINK EXAMPLE
EASY TO USE
Web Design Technology - 2015 8
GOOD DESIGN NAVIGATION > LEARNABILTY AND SIMPLE
WDS
CS KKU
HOME INTRO NIVAGATION TYPE DESIGN LINK EXAMPLE
LEARNABILITY AND SIMPLE
Web Design Technology - 2015 9
GOOD DESIGN NAVIGATION > WHERE YOU ARE
WDS
CS KKU
HOME INTRO NIVAGATION TYPE DESIGN LINK EXAMPLE
WHERE YOU ARE
Breadcrumb Navigation
Web Design Technology - 2015 10
GOOD DESIGN NAVIGATION >
WHERE YOU ARE >
IN THE PROCESS
WDS
CS KKU
HOME INTRO NIVAGATION TYPE DESIGN LINK EXAMPLE
WHERE YOU ARE
Web Design Technology - 2015 11
HOME INTRO NIVAGATION TYPE DESIGN LINK EXAMPLE
LINKS
WDS
CS KKU
a:link - a normal, unvisited link
a:visited - a link the user has visited
a:hover - a link when the user mouse over it
a:active - a link the moment it is clicked
Web Design Technology - 2015 12
HOME INTRO NIVAGATION TYPE DESIGN LINK EXAMPLE
Navigation Bar = List of Links
<ul>
<li><a href=“#home">Home</a></li>
<li><a href=”#news">News</a></li>
<li><a href=”#contact">Contact</a></li>
<li><a href=”#about">About</a></li>
</ul>
ul { list-style-type:none; margin:0; padding:0; }
Output?
WDS
CS KKU
Web Design Technology - 2015 13
HOME INTRO NIVAGATION TYPE DESIGN LINK EXAMPLE
Vertical Navigation Bar
a { display:block; width:60px; }
/* HTML */
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#news">News</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="#about">About</a></li>
</ul>
WDS
CS KKU
Web Design Technology - 2015 14
HOME INTRO NIVAGATION TYPE DESIGN LINK EXAMPLE
Horizontal Navigation Bar
li { display:inline; }
WDS
CS KKU
Web Design Technology - 2015 15
HOME INTRO NIVAGATION TYPE DESIGN LINK EXAMPLE
/*CSS*/
.linkbox a:link {color: #FF0000} /* unvisited link ………..*/
.linkbox a:visited {color: #00FF00} /* visited link ……………..*/
.linkbox a:hover {color: #FF00FF} /* mouse over link pink color */
.linkbox a:active {color: #0000FF} /* selected link ………………*/
WDS
CS KKU
EXAMPLE1
Web Design Technology - 2015 16
HOME INTRO NIVAGATION TYPE DESIGN LINK EXAMPLE
EXAMPLE 2
a:link {background-color:#B2FF99;}
a:visited {background-color:#FFFF85;}
a:hover {background-color:#FF704D;}
a:active {background-color:#FF704D;}
WDS
CS KKU
Web Design Technology - 2015 17
HOME INTRO NIVAGATION TYPE DESIGN LINK EXAMPLE
ul {
list-style-type:none;
margin:0;
padding:0;
overflow:hidden; }
li { float:left; }
a {
display:block; width:60px;
background-color:#dddddd; }
EXAMPLE3
WDS
CS KKU
Web Design Technology - 2015 18
ASSIGNMENT#10
WDS
CS KKU
Creating your project “ Personal Blog” followed your
site at least 4 html pages Example Home, About
me, Lab, Lesson, and etc.
Web Design Technology - 2015 19

More Related Content

What's hot

Lab#5 style and selector
Lab#5 style and selectorLab#5 style and selector
Lab#5 style and selector
Yaowaluck Promdee
 
Responsive web design
Responsive web designResponsive web design
Responsive web design
Russ Weakley
 
Good/Bad Web Design
Good/Bad Web DesignGood/Bad Web Design
Good/Bad Web Design
Yaowaluck Promdee
 
Intro to HTML and CSS basics
Intro to HTML and CSS basicsIntro to HTML and CSS basics
Intro to HTML and CSS basics
Eliran Eliassy
 
Introduction to Cascading Style Sheets (CSS)
Introduction to Cascading Style Sheets (CSS)Introduction to Cascading Style Sheets (CSS)
Introduction to Cascading Style Sheets (CSS)
Chris Poteet
 
CSS for Beginners
CSS for BeginnersCSS for Beginners
CSS for Beginners
Amit Kumar Singh
 
Html / CSS Presentation
Html / CSS PresentationHtml / CSS Presentation
Html / CSS Presentation
Shawn Calvert
 
Introduction to HTML and CSS
Introduction to HTML and CSSIntroduction to HTML and CSS
Introduction to HTML and CSS
Mario Hernandez
 
How Cascading Style Sheets (CSS) Works
How Cascading Style Sheets (CSS) WorksHow Cascading Style Sheets (CSS) Works
How Cascading Style Sheets (CSS) Works
Amit Tyagi
 
HTML
HTMLHTML
New Elements & Features in CSS3
New Elements & Features in CSS3New Elements & Features in CSS3
New Elements & Features in CSS3Jamshid Hashimi
 
CSS
CSSCSS
Introduction to HTML5
Introduction to HTML5Introduction to HTML5
Introduction to HTML5
Gil Fink
 
Html5 and-css3-overview
Html5 and-css3-overviewHtml5 and-css3-overview
Html5 and-css3-overview
Jacob Nelson
 
CSS3, Media Queries, and Responsive Design
CSS3, Media Queries, and Responsive DesignCSS3, Media Queries, and Responsive Design
CSS3, Media Queries, and Responsive Design
Zoe Gillenwater
 
Introduction to CSS3
Introduction to CSS3Introduction to CSS3
Introduction to CSS3
Doris Chen
 
Css position
Css positionCss position
Css position
Webtech Learning
 
Html5 semantics
Html5 semanticsHtml5 semantics
Html5 semantics
Webtech Learning
 

What's hot (20)

Lab#5 style and selector
Lab#5 style and selectorLab#5 style and selector
Lab#5 style and selector
 
Responsive web design
Responsive web designResponsive web design
Responsive web design
 
Good/Bad Web Design
Good/Bad Web DesignGood/Bad Web Design
Good/Bad Web Design
 
Intro to HTML and CSS basics
Intro to HTML and CSS basicsIntro to HTML and CSS basics
Intro to HTML and CSS basics
 
Introduction to Cascading Style Sheets (CSS)
Introduction to Cascading Style Sheets (CSS)Introduction to Cascading Style Sheets (CSS)
Introduction to Cascading Style Sheets (CSS)
 
CSS for Beginners
CSS for BeginnersCSS for Beginners
CSS for Beginners
 
Html / CSS Presentation
Html / CSS PresentationHtml / CSS Presentation
Html / CSS Presentation
 
Introduction to HTML and CSS
Introduction to HTML and CSSIntroduction to HTML and CSS
Introduction to HTML and CSS
 
How Cascading Style Sheets (CSS) Works
How Cascading Style Sheets (CSS) WorksHow Cascading Style Sheets (CSS) Works
How Cascading Style Sheets (CSS) Works
 
HTML
HTMLHTML
HTML
 
CSS
CSSCSS
CSS
 
New Elements & Features in CSS3
New Elements & Features in CSS3New Elements & Features in CSS3
New Elements & Features in CSS3
 
CSS
CSSCSS
CSS
 
Introduction to HTML5
Introduction to HTML5Introduction to HTML5
Introduction to HTML5
 
Html5 and-css3-overview
Html5 and-css3-overviewHtml5 and-css3-overview
Html5 and-css3-overview
 
CSS3, Media Queries, and Responsive Design
CSS3, Media Queries, and Responsive DesignCSS3, Media Queries, and Responsive Design
CSS3, Media Queries, and Responsive Design
 
Introduction to CSS3
Introduction to CSS3Introduction to CSS3
Introduction to CSS3
 
Css position
Css positionCss position
Css position
 
Html5 semantics
Html5 semanticsHtml5 semantics
Html5 semantics
 
CSS
CSSCSS
CSS
 

Viewers also liked

Observation and interviewing
Observation and interviewingObservation and interviewing
Observation and interviewing
Yaowaluck Promdee
 
Graphic, Color and tools
Graphic, Color and toolsGraphic, Color and tools
Graphic, Color and tools
Yaowaluck Promdee
 
Game design
Game designGame design
Game design
Yaowaluck Promdee
 
Web Interface
Web InterfaceWeb Interface
Web Interface
Yaowaluck Promdee
 
HTML 5
HTML 5HTML 5
Style and Selector Part2
Style and Selector Part2Style and Selector Part2
Style and Selector Part2
Yaowaluck Promdee
 
Overview HTML, HTML5 and Validations
Overview HTML, HTML5 and Validations Overview HTML, HTML5 and Validations
Overview HTML, HTML5 and Validations
Yaowaluck Promdee
 
Bootstrap Framework
Bootstrap Framework Bootstrap Framework
Bootstrap Framework
Yaowaluck Promdee
 

Viewers also liked (8)

Observation and interviewing
Observation and interviewingObservation and interviewing
Observation and interviewing
 
Graphic, Color and tools
Graphic, Color and toolsGraphic, Color and tools
Graphic, Color and tools
 
Game design
Game designGame design
Game design
 
Web Interface
Web InterfaceWeb Interface
Web Interface
 
HTML 5
HTML 5HTML 5
HTML 5
 
Style and Selector Part2
Style and Selector Part2Style and Selector Part2
Style and Selector Part2
 
Overview HTML, HTML5 and Validations
Overview HTML, HTML5 and Validations Overview HTML, HTML5 and Validations
Overview HTML, HTML5 and Validations
 
Bootstrap Framework
Bootstrap Framework Bootstrap Framework
Bootstrap Framework
 

Similar to Navigation and Link

Lab#10 navigation, links and hover rollovers
Lab#10 navigation, links and hover rolloversLab#10 navigation, links and hover rollovers
Lab#10 navigation, links and hover rollovers
Yaowaluck Promdee
 
Create A Solid Strategy For Your Website (Higher Ed)
Create A Solid Strategy For Your Website (Higher Ed)Create A Solid Strategy For Your Website (Higher Ed)
Create A Solid Strategy For Your Website (Higher Ed)
Aga Siuda
 
How to create accessible websites - WordCamp New York
How to create accessible websites - WordCamp New YorkHow to create accessible websites - WordCamp New York
How to create accessible websites - WordCamp New York
Rachel Cherry
 
Users First: UX Basics for Websites that Serve People (staff presentation at ...
Users First: UX Basics for Websites that Serve People (staff presentation at ...Users First: UX Basics for Websites that Serve People (staff presentation at ...
Users First: UX Basics for Websites that Serve People (staff presentation at ...
Melissa Van De Werfhorst
 
Launching for the Web
Launching for the WebLaunching for the Web
Launching for the Web
MadouPDX
 
Cantina Web Content Management (WCM) Webinar
Cantina Web Content Management (WCM) WebinarCantina Web Content Management (WCM) Webinar
Cantina Web Content Management (WCM) Webinar
Mitchel Ahern
 
8-bit John Web Graphics UX Design Experience from 2012 to 2019
8-bit John Web Graphics UX Design Experience from 2012 to 20198-bit John Web Graphics UX Design Experience from 2012 to 2019
8-bit John Web Graphics UX Design Experience from 2012 to 2019
John Wilson
 
Creating Sustainable Website Processes
Creating Sustainable Website ProcessesCreating Sustainable Website Processes
Creating Sustainable Website Processes
Natalie Semczuk
 
From the Trenches: Building the Accessible Web
From the Trenches: Building the Accessible WebFrom the Trenches: Building the Accessible Web
From the Trenches: Building the Accessible Web
EffectiveUI
 
Making Accessibility Business as Usual
Making Accessibility Business as UsualMaking Accessibility Business as Usual
Making Accessibility Business as Usual
Wendy Moltrup
 
How to create accessible websites - Web Accessibility Summit
How to create accessible websites - Web Accessibility SummitHow to create accessible websites - Web Accessibility Summit
How to create accessible websites - Web Accessibility Summit
Rachel Cherry
 
UX Patterns That Turn Site Visits Into Leads
UX Patterns That Turn Site Visits Into LeadsUX Patterns That Turn Site Visits Into Leads
UX Patterns That Turn Site Visits Into Leads
Clear Digital
 
Responsive Web Design
Responsive Web DesignResponsive Web Design
Responsive Web Design
Debra Shapiro
 
Building Navigation with UX in Mind
Building Navigation with UX in MindBuilding Navigation with UX in Mind
Building Navigation with UX in Mind
Daniel Drew Turner
 
Interprting analytics skillswap: How UX and analytics can work together
Interprting analytics skillswap: How UX and analytics can work togetherInterprting analytics skillswap: How UX and analytics can work together
Interprting analytics skillswap: How UX and analytics can work together
Webcredible
 
Domain Driven Design
Domain Driven DesignDomain Driven Design
Domain Driven Design
Nikolay Vasilev
 
IxDA Toronto Show and Tell - RWD by Nathalie Crosbie
IxDA Toronto Show and Tell - RWD by Nathalie CrosbieIxDA Toronto Show and Tell - RWD by Nathalie Crosbie
IxDA Toronto Show and Tell - RWD by Nathalie Crosbie
ixdatoronto
 
Evaluating your Website - FDL ACU presentation by BrownBoots Interactive
Evaluating your Website - FDL ACU presentation by BrownBoots InteractiveEvaluating your Website - FDL ACU presentation by BrownBoots Interactive
Evaluating your Website - FDL ACU presentation by BrownBoots InteractiveBrownBoots Interactive, Inc.
 
Navigating Excellence Seattle's Top 10 Web Design Services Spotlighting Tatia...
Navigating Excellence Seattle's Top 10 Web Design Services Spotlighting Tatia...Navigating Excellence Seattle's Top 10 Web Design Services Spotlighting Tatia...
Navigating Excellence Seattle's Top 10 Web Design Services Spotlighting Tatia...
Tatiana Designs
 
Inclusive Design for Web Development Teams
Inclusive Design for Web Development TeamsInclusive Design for Web Development Teams
Inclusive Design for Web Development Teams
Shayne Rempel
 

Similar to Navigation and Link (20)

Lab#10 navigation, links and hover rollovers
Lab#10 navigation, links and hover rolloversLab#10 navigation, links and hover rollovers
Lab#10 navigation, links and hover rollovers
 
Create A Solid Strategy For Your Website (Higher Ed)
Create A Solid Strategy For Your Website (Higher Ed)Create A Solid Strategy For Your Website (Higher Ed)
Create A Solid Strategy For Your Website (Higher Ed)
 
How to create accessible websites - WordCamp New York
How to create accessible websites - WordCamp New YorkHow to create accessible websites - WordCamp New York
How to create accessible websites - WordCamp New York
 
Users First: UX Basics for Websites that Serve People (staff presentation at ...
Users First: UX Basics for Websites that Serve People (staff presentation at ...Users First: UX Basics for Websites that Serve People (staff presentation at ...
Users First: UX Basics for Websites that Serve People (staff presentation at ...
 
Launching for the Web
Launching for the WebLaunching for the Web
Launching for the Web
 
Cantina Web Content Management (WCM) Webinar
Cantina Web Content Management (WCM) WebinarCantina Web Content Management (WCM) Webinar
Cantina Web Content Management (WCM) Webinar
 
8-bit John Web Graphics UX Design Experience from 2012 to 2019
8-bit John Web Graphics UX Design Experience from 2012 to 20198-bit John Web Graphics UX Design Experience from 2012 to 2019
8-bit John Web Graphics UX Design Experience from 2012 to 2019
 
Creating Sustainable Website Processes
Creating Sustainable Website ProcessesCreating Sustainable Website Processes
Creating Sustainable Website Processes
 
From the Trenches: Building the Accessible Web
From the Trenches: Building the Accessible WebFrom the Trenches: Building the Accessible Web
From the Trenches: Building the Accessible Web
 
Making Accessibility Business as Usual
Making Accessibility Business as UsualMaking Accessibility Business as Usual
Making Accessibility Business as Usual
 
How to create accessible websites - Web Accessibility Summit
How to create accessible websites - Web Accessibility SummitHow to create accessible websites - Web Accessibility Summit
How to create accessible websites - Web Accessibility Summit
 
UX Patterns That Turn Site Visits Into Leads
UX Patterns That Turn Site Visits Into LeadsUX Patterns That Turn Site Visits Into Leads
UX Patterns That Turn Site Visits Into Leads
 
Responsive Web Design
Responsive Web DesignResponsive Web Design
Responsive Web Design
 
Building Navigation with UX in Mind
Building Navigation with UX in MindBuilding Navigation with UX in Mind
Building Navigation with UX in Mind
 
Interprting analytics skillswap: How UX and analytics can work together
Interprting analytics skillswap: How UX and analytics can work togetherInterprting analytics skillswap: How UX and analytics can work together
Interprting analytics skillswap: How UX and analytics can work together
 
Domain Driven Design
Domain Driven DesignDomain Driven Design
Domain Driven Design
 
IxDA Toronto Show and Tell - RWD by Nathalie Crosbie
IxDA Toronto Show and Tell - RWD by Nathalie CrosbieIxDA Toronto Show and Tell - RWD by Nathalie Crosbie
IxDA Toronto Show and Tell - RWD by Nathalie Crosbie
 
Evaluating your Website - FDL ACU presentation by BrownBoots Interactive
Evaluating your Website - FDL ACU presentation by BrownBoots InteractiveEvaluating your Website - FDL ACU presentation by BrownBoots Interactive
Evaluating your Website - FDL ACU presentation by BrownBoots Interactive
 
Navigating Excellence Seattle's Top 10 Web Design Services Spotlighting Tatia...
Navigating Excellence Seattle's Top 10 Web Design Services Spotlighting Tatia...Navigating Excellence Seattle's Top 10 Web Design Services Spotlighting Tatia...
Navigating Excellence Seattle's Top 10 Web Design Services Spotlighting Tatia...
 
Inclusive Design for Web Development Teams
Inclusive Design for Web Development TeamsInclusive Design for Web Development Teams
Inclusive Design for Web Development Teams
 

More from Yaowaluck Promdee

A basic of UX for beginner
A basic of UX for beginnerA basic of UX for beginner
A basic of UX for beginner
Yaowaluck Promdee
 
TCAS 2563
TCAS 2563TCAS 2563
Portfolio design
Portfolio designPortfolio design
Portfolio design
Yaowaluck Promdee
 
Concept to creation story and storyboard
Concept to creation  story and storyboard Concept to creation  story and storyboard
Concept to creation story and storyboard
Yaowaluck Promdee
 
Requirement gathering-and-lean-canvas
Requirement gathering-and-lean-canvasRequirement gathering-and-lean-canvas
Requirement gathering-and-lean-canvas
Yaowaluck Promdee
 
Good bad design
Good bad designGood bad design
Good bad design
Yaowaluck Promdee
 
Page layouts flexible and fixed layout with CSS
Page layouts flexible and fixed layout with CSSPage layouts flexible and fixed layout with CSS
Page layouts flexible and fixed layout with CSS
Yaowaluck Promdee
 
Powerpoint
Powerpoint Powerpoint
Powerpoint
Yaowaluck Promdee
 
Program Interface
Program Interface Program Interface
Program Interface
Yaowaluck Promdee
 
Mobile Interface
Mobile Interface   Mobile Interface
Mobile Interface
Yaowaluck Promdee
 
Personas and scenario
Personas and scenarioPersonas and scenario
Personas and scenario
Yaowaluck Promdee
 
Ux design process
Ux design processUx design process
Ux design process
Yaowaluck Promdee
 
Graphic Design
Graphic Design Graphic Design
Graphic Design
Yaowaluck Promdee
 
Lab#2 illustrator
Lab#2 illustratorLab#2 illustrator
Lab#2 illustrator
Yaowaluck Promdee
 
Content management system
Content management systemContent management system
Content management system
Yaowaluck Promdee
 

More from Yaowaluck Promdee (16)

A basic of UX for beginner
A basic of UX for beginnerA basic of UX for beginner
A basic of UX for beginner
 
TCAS 2563
TCAS 2563TCAS 2563
TCAS 2563
 
Portfolio design
Portfolio designPortfolio design
Portfolio design
 
Concept to creation story and storyboard
Concept to creation  story and storyboard Concept to creation  story and storyboard
Concept to creation story and storyboard
 
Requirement gathering-and-lean-canvas
Requirement gathering-and-lean-canvasRequirement gathering-and-lean-canvas
Requirement gathering-and-lean-canvas
 
Good bad design
Good bad designGood bad design
Good bad design
 
Page layouts flexible and fixed layout with CSS
Page layouts flexible and fixed layout with CSSPage layouts flexible and fixed layout with CSS
Page layouts flexible and fixed layout with CSS
 
Powerpoint
Powerpoint Powerpoint
Powerpoint
 
Program Interface
Program Interface Program Interface
Program Interface
 
Mobile Interface
Mobile Interface   Mobile Interface
Mobile Interface
 
Personas and scenario
Personas and scenarioPersonas and scenario
Personas and scenario
 
Ux design process
Ux design processUx design process
Ux design process
 
Graphic Design
Graphic Design Graphic Design
Graphic Design
 
Lab#2 illustrator
Lab#2 illustratorLab#2 illustrator
Lab#2 illustrator
 
Good/Bad Design
Good/Bad DesignGood/Bad Design
Good/Bad Design
 
Content management system
Content management systemContent management system
Content management system
 

Recently uploaded

Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
vaibhavrinwa19
 
"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
SACHIN R KONDAGURI
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
camakaiclarkmusic
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
Peter Windle
 
Multithreading_in_C++ - std::thread, race condition
Multithreading_in_C++ - std::thread, race conditionMultithreading_in_C++ - std::thread, race condition
Multithreading_in_C++ - std::thread, race condition
Mohammed Sikander
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
Normal Labour/ Stages of Labour/ Mechanism of Labour
Normal Labour/ Stages of Labour/ Mechanism of LabourNormal Labour/ Stages of Labour/ Mechanism of Labour
Normal Labour/ Stages of Labour/ Mechanism of Labour
Wasim Ak
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
DeeptiGupta154
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
Jisc
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
Celine George
 
Digital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion DesignsDigital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion Designs
chanes7
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
thanhdowork
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
Celine George
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
Jisc
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
Nguyen Thanh Tu Collection
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
Levi Shapiro
 
Chapter -12, Antibiotics (One Page Notes).pdf
Chapter -12, Antibiotics (One Page Notes).pdfChapter -12, Antibiotics (One Page Notes).pdf
Chapter -12, Antibiotics (One Page Notes).pdf
Kartik Tiwari
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Akanksha trivedi rama nursing college kanpur.
 

Recently uploaded (20)

Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
 
"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
 
Multithreading_in_C++ - std::thread, race condition
Multithreading_in_C++ - std::thread, race conditionMultithreading_in_C++ - std::thread, race condition
Multithreading_in_C++ - std::thread, race condition
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 
Normal Labour/ Stages of Labour/ Mechanism of Labour
Normal Labour/ Stages of Labour/ Mechanism of LabourNormal Labour/ Stages of Labour/ Mechanism of Labour
Normal Labour/ Stages of Labour/ Mechanism of Labour
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
 
Digital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion DesignsDigital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion Designs
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
 
Chapter -12, Antibiotics (One Page Notes).pdf
Chapter -12, Antibiotics (One Page Notes).pdfChapter -12, Antibiotics (One Page Notes).pdf
Chapter -12, Antibiotics (One Page Notes).pdf
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
 

Navigation and Link

  • 1. NAVIGATION, LINKS AND HOVER ROLLOVERS 322432 Web Design Technology By Yaowaluck Promdee, Dr.Sumonta Kasemvilas WDS CS KKU HOME INTRO NIVAGATION TYPE DESIGN LINK EXAMPLE Web Design Technology - 2015 1
  • 2. Meaning of Navigation Links Navigation Bar = List of Links Vertical Navigation Bar Horizontal Navigation Bar WDS CS KKU HOME INTRO NIVAGATION TYPE DESIGN LINK EXAMPLE INTRODUCTION Web Design Technology - 2015 2
  • 3. NAVIGATION • Navigation is a section of website or online page intended to aid visitors in traveling through the online document. • These sections of the webpage will include links to the most important sections of the site. WDS CS KKU HOME INTRO NIVAGATION TYPE DESIGN LINK EXAMPLE Web Design Technology - 2015 3
  • 4. “ The navigation menu on the website is like a road on a street or a level directory in a shopping mall. You can’t reach your destination without first knowing where you are.” By Tomas Laurivicius WDS CS KKU HOME INTRO NIVAGATION TYPE DESIGN LINK EXAMPLE Web Design Technology - 2015 4
  • 5. TYPE OF NAVIGATION •  Main Menu •  Secondary Example Catalogs, Chapters •  Help menu Example Search Box, Image Map WDS CS KKU HOME INTRO NIVAGATION TYPE DESIGN LINK EXAMPLE Web Design Technology - 2015 5
  • 6. GOOD DESIGN NAVIGATION •  Easy to use •  Learnability •  Simple, User friendly •  Mega Drop-Down •  Where You Are •  Back to homepage WDS CS KKU HOME INTRO NIVAGATION TYPE DESIGN LINK EXAMPLE Web Design Technology - 2015 6
  • 7. GOOD DESIGN NAVIGATION > EASY TO USE WDS CS KKU HOME INTRO NIVAGATION TYPE DESIGN LINK EXAMPLE EASY TO USE Navigation should be a prominent element of your design. Web Design Technology - 2015 7
  • 8. GOOD DESIGN NAVIGATION > EASY TO USE WDS CS KKU HOME INTRO NIVAGATION TYPE DESIGN LINK EXAMPLE EASY TO USE Web Design Technology - 2015 8
  • 9. GOOD DESIGN NAVIGATION > LEARNABILTY AND SIMPLE WDS CS KKU HOME INTRO NIVAGATION TYPE DESIGN LINK EXAMPLE LEARNABILITY AND SIMPLE Web Design Technology - 2015 9
  • 10. GOOD DESIGN NAVIGATION > WHERE YOU ARE WDS CS KKU HOME INTRO NIVAGATION TYPE DESIGN LINK EXAMPLE WHERE YOU ARE Breadcrumb Navigation Web Design Technology - 2015 10
  • 11. GOOD DESIGN NAVIGATION > WHERE YOU ARE > IN THE PROCESS WDS CS KKU HOME INTRO NIVAGATION TYPE DESIGN LINK EXAMPLE WHERE YOU ARE Web Design Technology - 2015 11
  • 12. HOME INTRO NIVAGATION TYPE DESIGN LINK EXAMPLE LINKS WDS CS KKU a:link - a normal, unvisited link a:visited - a link the user has visited a:hover - a link when the user mouse over it a:active - a link the moment it is clicked Web Design Technology - 2015 12
  • 13. HOME INTRO NIVAGATION TYPE DESIGN LINK EXAMPLE Navigation Bar = List of Links <ul> <li><a href=“#home">Home</a></li> <li><a href=”#news">News</a></li> <li><a href=”#contact">Contact</a></li> <li><a href=”#about">About</a></li> </ul> ul { list-style-type:none; margin:0; padding:0; } Output? WDS CS KKU Web Design Technology - 2015 13
  • 14. HOME INTRO NIVAGATION TYPE DESIGN LINK EXAMPLE Vertical Navigation Bar a { display:block; width:60px; } /* HTML */ <ul> <li><a href="#home">Home</a></li> <li><a href="#news">News</a></li> <li><a href="#contact">Contact</a></li> <li><a href="#about">About</a></li> </ul> WDS CS KKU Web Design Technology - 2015 14
  • 15. HOME INTRO NIVAGATION TYPE DESIGN LINK EXAMPLE Horizontal Navigation Bar li { display:inline; } WDS CS KKU Web Design Technology - 2015 15
  • 16. HOME INTRO NIVAGATION TYPE DESIGN LINK EXAMPLE /*CSS*/ .linkbox a:link {color: #FF0000} /* unvisited link ………..*/ .linkbox a:visited {color: #00FF00} /* visited link ……………..*/ .linkbox a:hover {color: #FF00FF} /* mouse over link pink color */ .linkbox a:active {color: #0000FF} /* selected link ………………*/ WDS CS KKU EXAMPLE1 Web Design Technology - 2015 16
  • 17. HOME INTRO NIVAGATION TYPE DESIGN LINK EXAMPLE EXAMPLE 2 a:link {background-color:#B2FF99;} a:visited {background-color:#FFFF85;} a:hover {background-color:#FF704D;} a:active {background-color:#FF704D;} WDS CS KKU Web Design Technology - 2015 17
  • 18. HOME INTRO NIVAGATION TYPE DESIGN LINK EXAMPLE ul { list-style-type:none; margin:0; padding:0; overflow:hidden; } li { float:left; } a { display:block; width:60px; background-color:#dddddd; } EXAMPLE3 WDS CS KKU Web Design Technology - 2015 18
  • 19. ASSIGNMENT#10 WDS CS KKU Creating your project “ Personal Blog” followed your site at least 4 html pages Example Home, About me, Lab, Lesson, and etc. Web Design Technology - 2015 19