IEEE Minimum Navigation Bar
The IEEE minimum navigation bar for Web pages is permitted for use only on approved IEEE products, services and Web sites with unique identities including:
- Regions
- Sections
- Chapters
- IEEE Catalog & Store
- IEEE Standards
- IEEE Xplore
- The Institute
- IEEE History Center
- IEEE Spectrum Online
- Other periodicals with existing unique identities
There are two variations of the navigation bar with the IEEE Master Brand either top-left or top-right aligned. Default setting for position of the Master Brand on the minimum navigation bar is top-left aligned (see figure 1.1 below).
Figure
1.1 - Default Master Brand Alignment![]()
All Web pages are required to use this positioning with one exception. If "IEEE" is prominently positioned in the title of the page, as in "IEEE Xplore," it is then permissable to place the Master Brand with top-right alignment (see figure 1.2 below).
Figure
1.2 - Left Master Brand Alignment (Exception)![]()
No variations to the navigation bar are permitted. This includes
changes to size, color, style, and the arrangement of any links in
the navigation bar.
Minimum Navigation Bar (Default Master Brand Alignment)
Source
Code
Directions: Copy and paste the below source code into
the HTML of your Web page just beneath the opening <BODY>
tag.
|
<table
width="750" border="0" cellspacing="0" cellpadding="0"
align="left"> <td
width="676" valign="bottom" align="right"><a |
Minimum Navigation Bar (Left Master Brand Alignment - Exception)
The below code is for pages where "IEEE" is prominently positioned in the title of the page.
Source
Code
Directions: Copy and paste the below source code into
the HTML of your Web page just beneath the opening <BODY>
tag.
| <table width="750" border="0" cellspacing="0"
cellpadding="0" align="center"> <tr> <td width="675" valign="bottom" align="left"> <a href="http://www.ieee.org" target="_blank"><img src="http://www.ieee.org/graphics/ithome.gif" width="78" height="23" vspace="0" hspace="0" name="home" alt="IEEE Home" border="0"></a> <a href="http://www.ieee.org/web/search/" target="_blank"><img src="http://www.ieee.org/graphics/itsearch.gif" width="108" height="23" vspace="0" hspace="0" border="0" alt="Search IEEE" name="search"></a> <a href="http://shop.ieee.org/store/" target="_blank"><img src="http://www.ieee.org/graphics/itshop.gif" width="58" height="23" vspace="0" hspace="0" border="0" alt="Shop" name="shop"></a> <a href="http://www.ieee.org/web/accounts/" target="_blank"><img src="http://www.ieee.org/graphics/itwebacct.gif" width="118" height="23" vspace="0" hspace="0" border="0" alt="Web Account" name="web"></a> <a href="http://www.ieee.org/about/location/" target="_blank"><img src="http://www.ieee.org/graphics/itcontact.gif" width="114" height="23" vspace="0" hspace="0" border="0" alt="Contact IEEE" name="contact"></a> </td> <td width="75" valign="bottom" align="right"> <a href="http://www.ieee.org" target="_blank"><img src="http://www.ieee.org/graphics/ieeelogosminv.gif" width="82" height="25" border="0" name="ieee" alt="IEEE" vspace="0" hspace="0"></a> </td> </tr> <tr bgcolor="#000000" valign="middle" align="left"> <td colspan="2"> <a href="http://www.ieee.org/membership/" target="_blank"><img src="http://www.ieee.org/graphics/imembership.gif" width="81" height="14" vspace="0" hspace="0" border="0" alt="Membership" name="mem"></a> <a href="http://www.ieee.org/products/periodicals.html" target="_blank"><img src="http://www.ieee.org/graphics/ipubs.gif" width="87" height="14" vspace="0" hspace="0" border="0" alt="Publications/Services" name="pubs"></a> <a href="http://www.ieee.org/services/index.html" target="_blank"><img src="http://www.ieee.org/graphics/iservices.gif" width="65" height="14" vspace="0" hspace="0" border="0" alt="Services"></a> <a href="http://standards.ieee.org" target="_blank"><img src="http://www.ieee.org/graphics/istds.gif" width="76" height="14" vspace="0" hspace="0" border="0" alt="Standards" name="stds"></a> <a href="http://www.ieee.org/conferences/" target="_blank"><img src="http://www.ieee.org/graphics/iconfs.gif" width="87" height="14" vspace="0" hspace="0" border="0" alt="Conferences" name="confs"></a> <a href="http://www.ieee.org/membership/benefits/careers.html" target="_blank"><img src="http://www.ieee.org/graphics/icareer.gif" width="89" height="14" vspace="0" hspace="0" border="0" alt="Careers/Jobs" name="career"></a> </td> </tr> </table> |
Contact web-help@ieee.org with any questions.


