Design a Website Navigation Menu

Design a Website Navigation Menu

CSS Menubr When creating a website some designers will use Flash elements for their navigation area, firstly it's aesthetically pleasing and looks impressive to any new visitor to your website, but in reality the search engines cannot "as yet" read Flash files so struggle to index your website in their rankings.br br Flash is used to create a personal website like to display your own portfoliodiary to your friends and close ones, but for a business who is attempting to reach a worldwide audience a Flash navigation is a no go area for the aforementioned reason.br br Search engines require clarification on your websites content and what information your site offers, this is vital for the engine to index your pages, by having a CSS menu the search engine will obtain the information required by reading the links in the HTML. br br With CSS menus we can create a navigation menu that is just as appealing and easy on the eye, the benefits of this are the CSS menu will be made up of CSS to style the menu and HTML for the links. br br HTML is one of the oldest and most trusted methods of mark-up language on the internet and what most search engines were initially set up to read, not to mention over 90 of websites have HTML coding in their source code.br br The result is the CSS menu allows you the best of both worlds, you have a nice appealing navigation area and your website will be indexed by all the search engines.br br Below we will place the code for our CSS menu, along with the HTML for our links, a demo can be seen below.br Navigation Menu CSSbr br #navbr {br padding:0;br }br #nav li br {br display:inline;br }br #nav li a br { br font-family:Arial;br font-size:12px;br text-decoration: none;br float:left;br padding:10px;br background-color: #ff0000;br color:#ffffff;br border-bottom:1px;br border-bottom-color:#ccc;br border-bottom-style:solid;br }br #nav li a:hover br {br background-color:#9B1C26;br padding-bottom:12px;br border-bottom:2px;br border-bottom-color:0000FF;br border-bottom-style:solid;br margin:-1px;br }br br CSS Menu Tipsbr br CSS Menus are split into four sections.


User: m8rk76

Views: 23

Uploaded: 2012-12-20

Duration: 21:55

Your Page Title