I needed a menu... a big menu... but a 1024x768 screen doesn't give you much of a choice does it?
how about this...
two menus, dynamic, that slide past eachother when the window is resized... Sound good?
I am not sure wheather or not to put this on Documentation so I would like some critique here...
thanks...
In the style.css file, lines 227 - 261, erase and input:
#primary ul {
position: absolute;
left: 280px;
top: 25px;
text-align: right;
font-size: 90%;
}
#primary ul li {
margin: 0;
padding: 0;
list-style-type: none;
list-style-image: none;
float: left;
}
#primary ul li a, #primary ul li a:visited {
display: block;
margin: 0 1px 0 1px;
padding: 3px .6em 0 .6em;
color: #24375B;
background: url(images/bg-primary.gif) repeat-x;
height: 12px;
border: 1px solid #96B4D5;
border-bottom: none;
float: left;
line-height: 10px;
font-size: 10px;
}
#primary ul li a:hover {
color: #465775;
border-color: #A0BBDB;
background: url(images/bg-primary-hover.gif) repeat-x;
}
#tertiary ul {
position: absolute;
right: 3px;
top: 49px;
text-align: right;
font-size: 90%;
}
#tertiary ul li {
margin: 0;
padding: 0;
list-style-type: none;
list-style-image: none;
float: left;
}
#tertiary ul li a, #tertiary ul li a:visited {
display: block;