Template:Georgia State/test
From 2010.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
+ | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | ||
<head> | <head> | ||
Line 6: | Line 7: | ||
<meta name="keywords" content=" css, dropdowns, dropdown menu, drop-down, menu, navigation, nav, horizontal, vertical left-to-right, vertical right-to-left, horizontal linear, horizontal upwards, cross browser, internet explorer, ie, firefox, safari, opera, browser, lwis" /> | <meta name="keywords" content=" css, dropdowns, dropdown menu, drop-down, menu, navigation, nav, horizontal, vertical left-to-right, vertical right-to-left, horizontal linear, horizontal upwards, cross browser, internet explorer, ie, firefox, safari, opera, browser, lwis" /> | ||
<meta name="description" content="Clean, standards-friendly, modular framework for dropdown menus" /> | <meta name="description" content="Clean, standards-friendly, modular framework for dropdown menus" /> | ||
- | <link rel="shortcut icon" type="image/x-icon" href=" | + | <link rel="shortcut icon" type="image/x-icon" href="css/dropdown/themes/nvidia.com/images/favicon.ico" /> |
<link href="css/dropdown/themes/nvidia.com/helper.css" media="screen" rel="stylesheet" type="text/css" /> | <link href="css/dropdown/themes/nvidia.com/helper.css" media="screen" rel="stylesheet" type="text/css" /> | ||
<!-- Beginning of compulsory code below --> | <!-- Beginning of compulsory code below --> | ||
- | <link href=" | + | <link href="css/dropdown/dropdown.css" media="screen" rel="stylesheet" type="text/css" /> |
- | <link href=" | + | <link href="css/dropdown/themes/nvidia.com/default.advanced.css" media="screen" rel="stylesheet" type="text/css" /> |
<!--[if lt IE 7]> | <!--[if lt IE 7]> | ||
- | <script type="text/javascript" src=" | + | <script type="text/javascript" src="js/jquery/jquery.js"></script> |
- | <script type="text/javascript" src=" | + | <script type="text/javascript" src="js/jquery/jquery.dropdown.js"></script> |
<![endif]--> | <![endif]--> | ||
Line 32: | Line 33: | ||
</head> | </head> | ||
<body> | <body> | ||
+ | |||
+ | <h1><img src="css/dropdown/themes/nvidia.com/images/icon.png" alt="NVIDIA.com" /> CSS Drop-Down Menu Theme</h1> | ||
<!-- Beginning of compulsory code below --> | <!-- Beginning of compulsory code below --> |
Revision as of 04:10, 27 October 2010
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">