Version: 32.1
Revision: 48 Build 12
Blue Chrome ~ Vertical Menu v2
Introduction: this vertical menu – project was designed in my studio.
However, it was a struggle cleaning up the “CSS script”, so that it could synchronize with the text – menu. But, I managed to complete it and it was a big improvement from my previous edition: “Blue Chrome ~ Verticle Menu”.
This vertical menu will shift itself when you hover your mouse over their body.
But, this time, the width will be smaller so that it could fit any website with a smaller table.
Enjoy my new project and don’t forget to linkback!
1.] Download notepad++ from the original author or from another source.
——————————-
http://sourceforge.net/projects/notepad-plus/
http://filehippo.com/download_notepad/
——————————-
2.] Copy this ‘CSS Stylesheet’ source code and save it as “bluecr_sidebar.css” [without the quotes].
Warning: please don’t alter the stylesheet!
You might break the script and cause it to trigger errors or syntax errors!!
File Name: bluecr_sidebar.css
—Copy Source Code—
/* Copyrighted By Lair360*/
/* Version: 11.2d
Revision: 43 Build 16*/
#globalnews {
}
#globalnews ul {
width: 145px;
letter-spacing: 1px;
font-weight: bold;
font-style: italic;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
border-top: 1px solid #000000;
border-right: 3px solid #000000;
border-bottom: 3px solid #000000;
border-left: 1px solid #000000;
margin:0;
padding:0;
list-style:none;
}
#globalnews li a {
font-family: Courier New, Courier, mono;
font-size: 12px;
font-weight: bold;
font-style: normal;
text-decoration: none;
padding-left: 6px;
padding-bottom: 3px;
color: #FFFFFF;
padding-top: 3px;
padding-right: 12px;
text-align: left;
background: #0000FF url(image/Blue_Chrome.gif);
border-top: 1px #000000;
border-right: 1px #000000;
border-bottom: 1px solid #000000;
border-left: 2px solid #000000;
display:block;
width:100%;
}
#globalnews li a:hover {
color: #FFFFFF;
font-family: Courier New, Courier, mono;
font-size: 12px;
font-weight: bold;
background: #FFFFFF url(image/Blue_Crystal.gif);
border-bottom: 1px solid #000000;
border-left: 6px solid #000000;
}
#globalnews li.menucurrent a {
text-align: right;
background: #000000 url(image/Red_Chrome.gif);
}
#globalnews li.menucaption {
color: #FFFFFF;
font-style: normal;
padding-left: 6px;
font-size: 15px;
padding-bottom: 4px;
padding-top: 4px;
font-family: Times New Roman, Times, serif;
letter-spacing: 1px;
text-align: left;
background: #333333 url(image/Blue_Crystal.gif);
display:block;
}
html>body #globalnews li a {
width: auto;
}
—End Source Code—
Copyright 2001-2009 Lair360
3.] Add this code into the “body” tags and save it as a HTML extension.
File Name: Template.html
—Copy Source Code—
<div id="globalnews"><ul>
<li class="menucaption">Index-HTML</li>
<li><a href="Menu-001" title="Home">Home</a></li>
<li><a href="Menu-002" title="Tools">Tools</a></li>
<li><a href="Menu-003" title="Contact">Contact</a></li>
<li><a href="Menu-004" title="AboutUS">AboutUS</a></li>
<li class="menucaption">Submenu</li>
<li><a href="Menu-001" title="DeviantArt">DeviantArt</a></li>
<li><a href="Menu-002" title="Downloads">Downloads</a></li>
<li><a href="Menu-003" title="Wordpress">Wordpress</a></li>
<li><a href="Menu-004" title="Screenshots">Screenshots</a></li>
<li><a href="Menu-005" title="Examples">Examples</a></li>
</ul></div>
—End Source Code—
Copyright 2001-2009 Lair360
4.] Insert this little link into the “head” tags.
So that the “div” tags could synchronize with the “CSS Stylesheet”.
File Name: Template.html
—Copy Source Code—
<link rel="stylesheet" type="text/css" href="bluecr_sidebar.css" /></link>
—End Source Code—
Copyright 2001-2009 Lair360
5.] Now, you’ll need to download this file which has the images for the vertical menu.
But, you must create a sub-folder called: image (without capital).
http://dinom6.deviantart.com/art/Special-Colour-Stripes-125220598
Notes: create a sub-directory under your html menu and name it as: image (without capital).
6.] Save your progress and anything else.
After that, just execute your html webpage and give it a little test drive!
Advice: if you want it in a single file, you’ll need to copy this script and save it as a HTML format.
—Copy Source Code—
<head>
<style type="text/css">
<!--
/* Copyrighted By Lair360*/
/* Version: 11.2d
Revision: 43 Build 16*/
#globalnews {
}
#globalnews ul {
width: 145px;
letter-spacing: 1px;
font-weight: bold;
font-style: italic;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
border-top: 1px solid #000000;
border-right: 3px solid #000000;
border-bottom: 3px solid #000000;
border-left: 1px solid #000000;
margin:0;
padding:0;
list-style:none;
}
#globalnews li a {
font-family: Courier New, Courier, mono;
font-size: 12px;
font-weight: bold;
font-style: normal;
text-decoration: none;
padding-left: 6px;
padding-bottom: 3px;
color: #FFFFFF;
padding-top: 3px;
padding-right: 12px;
text-align: left;
background: #0000FF url(image/Blue_Chrome.gif);
border-top: 1px #000000;
border-right: 1px #000000;
border-bottom: 1px solid #000000;
border-left: 2px solid #000000;
display:block;
width:100%;
}
#globalnews li a:hover {
color: #FFFFFF;
font-family: Courier New, Courier, mono;
font-size: 12px;
font-weight: bold;
background: #FFFFFF url(image/Blue_Crystal.gif);
border-bottom: 1px solid #000000;
border-left: 6px solid #000000;
}
#globalnews li.menucurrent a {
text-align: right;
background: #000000 url(image/Red_Chrome.gif);
}
#globalnews li.menucaption {
color: #FFFFFF;
font-style: normal;
padding-left: 6px;
font-size: 15px;
padding-bottom: 4px;
padding-top: 4px;
font-family: Times New Roman, Times, serif;
letter-spacing: 1px;
text-align: left;
background: #333333 url(image/Blue_Crystal.gif);
display:block;
}
html>body #globalnews li a {
width: auto;
}
-->
</style>
</head>
<body>
<div id="globalnews"><ul>
<li class="menucaption">Index-HTML</li>
<li><a href="Menu-001" title="Home">Home</a></li>
<li><a href="Menu-002" title="Tools">Tools</a></li>
<li><a href="Menu-003" title="Contact">Contact</a></li>
<li><a href="Menu-004" title="AboutUS">AboutUS</a></li>
<li class="menucaption">Submenu</li>
<li><a href="Menu-001" title="DeviantArt">DeviantArt</a></li>
<li><a href="Menu-002" title="Downloads">Downloads</a></li>
<li><a href="Menu-003" title="Wordpress">Wordpress</a></li>
<li><a href="Menu-004" title="Screenshots">Screenshots</a></li>
<li><a href="Menu-005" title="Examples">Examples</a></li>
</ul></div></body>
—End Source Code—
Copyright 2001-2009 Lair360
7.] Done!
Copyrighted By Lair360