LAB#10 Navigation, Links and Hover Rollovers 
322432 Web Design Technology 
By Yaowaluck Promdee, Sumonta Kasemvilas
Menu 
Navigation means? 
Links 
Navigation Bar = List of Links 
Vertical Navigation Bar 
Horizontal Navigation Bar
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.
“ 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
Type of Navigation 
 Main Menu 
 Secondary Example Catalogs, Chapters 
 Help menu Example Search Box, Image Map
Good Navigation ? 
- Easy to use 
- Learnability 
- Simple, User friendly 
- Mega Drop-Down 
- Where You Are 
- Back to homepage
Designing A Winning Navigation Menu: Ideas And Inspirations 
By Tomas Laurinavicius. Filed in Web Design 
From : http://www.hongkiat.com/blog/navigation-design-ideas-inspiration/ 
Information Architecture 
Navigation planning should start with information architecture. It is vital to sit down and brainstorm about a website’s information architecture.
Using User-Enabled Technologies 
Avoid using Flash, JavaScript, jQuery or anything else that risk inhibiting access to your website navigation in building your navigation bar, or at least make sure they are able to degrade gracefully. 
http://www.hongkiat.com/blog/css-javascript-fallback-methods/ 
Example 
x Rounded Corners With Images 
x JQuery Dropdown Menu System 
X Targeted Internet Explorer Styles
Use Simple, User-Friendly Terms 
It is better to use simple, obvious and terms that are easy to figure out than to keep to industry-only terms for your navigation menu.
Indicate Where You Are 
It is crucial to let the user know where he is at all times. You can do this by changing the link’s background, color of the page name or turn the text bold in the navigation menu to make it different from others. 
Breadcrumb navigation
Use Web Conventions 
It is all about easy-to-use and intuitive website navigation. Web conventions make it a lot easier for designers to work around their designs. Most users would click on the website logo to get back to the homepage, so design your logo to do that. 
You can learn more about web conventions here: 
•10 Web Design Conventions 
•Don’t Reinvent the Web Design Wheel 
•Design With Web Conventions
Lab#10 navigation, links and hover rollovers
Links 
a:link - a normal, unvisited link a:visited - a link the user has visited a:hover - a link when the user mouses over it a:active - a link the moment it is clicked
Example-1 
/*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 ………………*/
<a href="css_chapter01.html">Chapter1</a> 
<a href="css_chapter02.html">Chapter2</a> 
<a href="css_chapter03.html">Chapter3</a> 
<a href="css_chapter04.html">Chapter4</a> 
<a href="css_chapter05.html">Chapter5</a> 
Ex.1- HTML
Example-2 
a:link {background-color:#B2FF99;} a:visited {background-color:#FFFF85;} a:hover {background-color:#FF704D;} a:active {background-color:#FF704D;}
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; } 
Show?
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>
Horizontal Navigation Bar 
li { display:inline; }
ul { list-style-type:none; margin:0; padding:0; overflow:hidden; } li { float:left; } a { display:block; width:60px; background-color:#dddddd; } 
Example3
Assignment LAB#10 
-Creating your project “Science Web” followed your site map 4 html pages Example 
About us, Programs, Service, Contact us

More Related Content

PDF
Web Navigation Presentation
PDF
Responsive & Responsible Web Design in DNN
PPTX
Responsive design
PPTX
Mobile Web - Merging responsive and adaptive techniques
PPTX
Boot strap
PPT
Web Design Phase
PDF
I don't Care of Web Standard, Accessibility, Usability & SEO
KEY
Responsive Design and Drupal Theming
Web Navigation Presentation
Responsive & Responsible Web Design in DNN
Responsive design
Mobile Web - Merging responsive and adaptive techniques
Boot strap
Web Design Phase
I don't Care of Web Standard, Accessibility, Usability & SEO
Responsive Design and Drupal Theming

What's hot (11)

PDF
Building Responsive Websites with Drupal
PDF
Intro to Drupal
PPT
Usability Guidelines
PDF
Roll Your Own CSS Framework
PPTX
Responsive Development (ZendCon 2012)
PDF
Is your website user friendly?
PPTX
My Silverlight Work
PDF
Theming Your Views
PDF
How to create a website
PDF
Effective web navigation
ODP
Mobilizing your Drupal Site - Vancouver League of Drupallers
Building Responsive Websites with Drupal
Intro to Drupal
Usability Guidelines
Roll Your Own CSS Framework
Responsive Development (ZendCon 2012)
Is your website user friendly?
My Silverlight Work
Theming Your Views
How to create a website
Effective web navigation
Mobilizing your Drupal Site - Vancouver League of Drupallers
Ad

Similar to Lab#10 navigation, links and hover rollovers (20)

PDF
Web Concepts - Introduction to Navigation.pdf
DOCX
Creating a vertical link
PPTX
UNIT III NAVIGATION AND LAYOUT- 22CDT42-USER INTERFACE DESIGN
PPTX
MODULE 3- WEEK 3- EMP.pptx
PPTX
UNIT-III menuspresentation in HCI types of menus.pptx
PDF
Navigation and menus
PDF
Web navigation systems for information seeking (updated in Feb 2015)
PPTX
Class11
PDF
WordPress Navigation in Responsive Design
PPTX
FYBSC IT Web Programming Unit II Html Page Layout & Navigation
PPT
Navigation Systems
PDF
Navigation design notes
PDF
Navigation and Link
PPSX
Designing Navigation
PDF
The Elements Of Rich Navigation by Luristic
PDF
Don't Make me Think - Book Summary
PPTX
PDF
Usability & UI (2010)
PDF
Css navbar
PPTX
Are Mega Menus Really Heroic?
Web Concepts - Introduction to Navigation.pdf
Creating a vertical link
UNIT III NAVIGATION AND LAYOUT- 22CDT42-USER INTERFACE DESIGN
MODULE 3- WEEK 3- EMP.pptx
UNIT-III menuspresentation in HCI types of menus.pptx
Navigation and menus
Web navigation systems for information seeking (updated in Feb 2015)
Class11
WordPress Navigation in Responsive Design
FYBSC IT Web Programming Unit II Html Page Layout & Navigation
Navigation Systems
Navigation design notes
Navigation and Link
Designing Navigation
The Elements Of Rich Navigation by Luristic
Don't Make me Think - Book Summary
Usability & UI (2010)
Css navbar
Are Mega Menus Really Heroic?
Ad

More from Yaowaluck Promdee (20)

PDF
A basic of UX for beginner
PDF
PDF
Portfolio design
PDF
Concept to creation story and storyboard
PPTX
Observation and interviewing
PPTX
Requirement gathering-and-lean-canvas
PDF
Good bad design
PPTX
Bootstrap Framework
PDF
Tables and forms with HTML, CSS
PDF
Graphic, Color and tools
PPTX
Page layouts flexible and fixed layout with CSS
PDF
CSS Boc model
PDF
CSS Font & Text style
PDF
Style and Selector Part2
PDF
Style and Selector
PPTX
Design sitemap
PPTX
Good/Bad Web Design
PPTX
Overview HTML, HTML5 and Validations
PPTX
Web Interface
A basic of UX for beginner
Portfolio design
Concept to creation story and storyboard
Observation and interviewing
Requirement gathering-and-lean-canvas
Good bad design
Bootstrap Framework
Tables and forms with HTML, CSS
Graphic, Color and tools
Page layouts flexible and fixed layout with CSS
CSS Boc model
CSS Font & Text style
Style and Selector Part2
Style and Selector
Design sitemap
Good/Bad Web Design
Overview HTML, HTML5 and Validations
Web Interface

Recently uploaded (20)

PDF
Journal of Dental Science - UDMY (2020).pdf
PPTX
Diploma pharmaceutics notes..helps diploma students
PPTX
Reproductive system-Human anatomy and physiology
PPTX
Macbeth play - analysis .pptx english lit
PDF
0520_Scheme_of_Work_(for_examination_from_2021).pdf
PPTX
ACFE CERTIFICATION TRAINING ON LAW.pptx
PPTX
pharmaceutics-1unit-1-221214121936-550b56aa.pptx
PDF
PUBH1000 - Module 6: Global Health Tute Slides
PDF
Lecture on Viruses: Structure, Classification, Replication, Effects on Cells,...
PPTX
PLASMA AND ITS CONSTITUENTS 123.pptx
PDF
faiz-khans about Radiotherapy Physics-02.pdf
PDF
Chevening Scholarship Application and Interview Preparation Guide
PDF
fundamentals-of-heat-and-mass-transfer-6th-edition_incropera.pdf
PDF
Horaris_Grups_25-26_Definitiu_15_07_25.pdf
PDF
African Communication Research: A review
PDF
Health aspects of bilberry: A review on its general benefits
PDF
Compact First Student's Book Cambridge Official
PDF
Hospital Case Study .architecture design
PDF
Solved Past paper of Pediatric Health Nursing PHN BS Nursing 5th Semester
PDF
MICROENCAPSULATION_NDDS_BPHARMACY__SEM VII_PCI Syllabus.pdf
Journal of Dental Science - UDMY (2020).pdf
Diploma pharmaceutics notes..helps diploma students
Reproductive system-Human anatomy and physiology
Macbeth play - analysis .pptx english lit
0520_Scheme_of_Work_(for_examination_from_2021).pdf
ACFE CERTIFICATION TRAINING ON LAW.pptx
pharmaceutics-1unit-1-221214121936-550b56aa.pptx
PUBH1000 - Module 6: Global Health Tute Slides
Lecture on Viruses: Structure, Classification, Replication, Effects on Cells,...
PLASMA AND ITS CONSTITUENTS 123.pptx
faiz-khans about Radiotherapy Physics-02.pdf
Chevening Scholarship Application and Interview Preparation Guide
fundamentals-of-heat-and-mass-transfer-6th-edition_incropera.pdf
Horaris_Grups_25-26_Definitiu_15_07_25.pdf
African Communication Research: A review
Health aspects of bilberry: A review on its general benefits
Compact First Student's Book Cambridge Official
Hospital Case Study .architecture design
Solved Past paper of Pediatric Health Nursing PHN BS Nursing 5th Semester
MICROENCAPSULATION_NDDS_BPHARMACY__SEM VII_PCI Syllabus.pdf

Lab#10 navigation, links and hover rollovers

  • 1. LAB#10 Navigation, Links and Hover Rollovers 322432 Web Design Technology By Yaowaluck Promdee, Sumonta Kasemvilas
  • 2. Menu Navigation means? Links Navigation Bar = List of Links Vertical Navigation Bar Horizontal Navigation Bar
  • 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.
  • 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
  • 5. Type of Navigation  Main Menu  Secondary Example Catalogs, Chapters  Help menu Example Search Box, Image Map
  • 6. Good Navigation ? - Easy to use - Learnability - Simple, User friendly - Mega Drop-Down - Where You Are - Back to homepage
  • 7. Designing A Winning Navigation Menu: Ideas And Inspirations By Tomas Laurinavicius. Filed in Web Design From : http://www.hongkiat.com/blog/navigation-design-ideas-inspiration/ Information Architecture Navigation planning should start with information architecture. It is vital to sit down and brainstorm about a website’s information architecture.
  • 8. Using User-Enabled Technologies Avoid using Flash, JavaScript, jQuery or anything else that risk inhibiting access to your website navigation in building your navigation bar, or at least make sure they are able to degrade gracefully. http://www.hongkiat.com/blog/css-javascript-fallback-methods/ Example x Rounded Corners With Images x JQuery Dropdown Menu System X Targeted Internet Explorer Styles
  • 9. Use Simple, User-Friendly Terms It is better to use simple, obvious and terms that are easy to figure out than to keep to industry-only terms for your navigation menu.
  • 10. Indicate Where You Are It is crucial to let the user know where he is at all times. You can do this by changing the link’s background, color of the page name or turn the text bold in the navigation menu to make it different from others. Breadcrumb navigation
  • 11. Use Web Conventions It is all about easy-to-use and intuitive website navigation. Web conventions make it a lot easier for designers to work around their designs. Most users would click on the website logo to get back to the homepage, so design your logo to do that. You can learn more about web conventions here: •10 Web Design Conventions •Don’t Reinvent the Web Design Wheel •Design With Web Conventions
  • 13. Links a:link - a normal, unvisited link a:visited - a link the user has visited a:hover - a link when the user mouses over it a:active - a link the moment it is clicked
  • 14. Example-1 /*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 ………………*/
  • 15. <a href="css_chapter01.html">Chapter1</a> <a href="css_chapter02.html">Chapter2</a> <a href="css_chapter03.html">Chapter3</a> <a href="css_chapter04.html">Chapter4</a> <a href="css_chapter05.html">Chapter5</a> Ex.1- HTML
  • 16. Example-2 a:link {background-color:#B2FF99;} a:visited {background-color:#FFFF85;} a:hover {background-color:#FF704D;} a:active {background-color:#FF704D;}
  • 17. 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; } Show?
  • 18. 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>
  • 19. Horizontal Navigation Bar li { display:inline; }
  • 20. ul { list-style-type:none; margin:0; padding:0; overflow:hidden; } li { float:left; } a { display:block; width:60px; background-color:#dddddd; } Example3
  • 21. Assignment LAB#10 -Creating your project “Science Web” followed your site map 4 html pages Example About us, Programs, Service, Contact us