page is opened in a browser size less than 1024 X 768 the menu is
not there however if you resize the browser it reappears. Does
anyone know how to fix this. Thanks. (see CSS and HTML)
CSS CODE
quote:
*- Left Column --------------------------- */
#leftcontent {
position: absolute;
left:0px;
top:205px;
width:12em;
height: 400px;
border:none;
background: #4d4c4a;
z-index: 1;
padding-bottom: 40px;
padding:5px;
overflow:visible;
visibility:visible;
}
html%26gt;body #leftcontent {
position: absolute;
left:0px;
top:213px;
width:12em;
height: 431px;
border:none;
background: #bcaf82;
z-index: 1;
padding-bottom: 40px;
padding:5px;
background-color: #bcaf82;
overflow:visible;
visibility:visible;
}
@charset ''UTF-8'';
/* The outermost container of the Menu Bar, a fixed width box
with no margin or padding */
ul.MenuBarVertical
{
top:10px;
left:3px;
margin-top:-14px;
margin-left:-7px;
padding: 0px;
list-style-type: none;
font-size: .9em;
cursor: default;
width: 10em;
}
ul.MenuBarActive
{
z-index: 1000;
}
/* Menu item containers, position children relative to this
container and are same fixed width as parent */
ul.MenuBarVertical li
{
margin: 0;
padding: 0;
list-style-type: none;
font-size: 0.9em;
position: relative;
text-align: left;
cursor: pointer;
width: 15.5em;
}
html%26gt;body ul.MenuBarVertical li
{
width:16em;
}
/* Submenus should appear slightly overlapping to the right
(95%) and up (-5%) with a higher z-index, but they are initially
off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
margin: 0% 0 0 100%;
padding: 0;
list-style-type: none;
font-size: 100%;
position: absolute;
z-index: 1020;
cursor: default;
width: 8.2em;
left: -1000em;
top: 0;
}
/* Submenu that is showing with class designation
MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen
*/
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
width: 15.75em;
}
/*******************************************************************************
DESIGN INFORMATION: describes color scheme, borders, fonts
*******************************************************************************/
/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
/*border: 1px solid #CCC;*/
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
/*border: 1px solid #CCC;*/
}
/* Menu items are a light gray block with padding and no text
decoration */
ul.MenuBarVertical a
{
display: block;
cursor: pointer;
background-color: #4d4c4a;
padding: 0.5em 0.75em;
color: #fff4cd;
text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue
background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
background-color: #e0d5cd;
color: #4d4c4a;
}
/* Menu items that are open with submenus are set to
MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical
a.MenuBarItemSubmenuHover, ul.MenuBarVertical
a.MenuBarSubmenuVisible
{
background-color: #e0d5cd;
color: #4d4c4a;
}
/*******************************************************************************
SUBMENU INDICATION: styles if there is a submenu under a
given menu item
*******************************************************************************/
/* Menu items that have a submenu have the class designation
MenuBarItemSubmenu and are set to use a background image positioned
on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
background-image: url(SpryMenuBarRight.gif);
background-repeat: no-repeat;
background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class
designation MenuBarItemSubmenuHover and are set to use a ''hover''
background image positioned on the far left (95%) and centered
vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
background-image: url(SpryMenuBarRightHover.gif);
background-repeat: no-repeat;
background-position: 95% 50%;
}
/*******************************************************************************
BROWSER HACKS: the hacks below should not be changed unless
you are an expert
*******************************************************************************/
/* HACK FOR IE: to make sure the sub menus show above form
controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
position: absolute;
z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the
slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
ul.MenuBarVertical li.MenuBarItemIE
{
display: inline;
f\loat: left;
background: #FFF;
}
}
HTML CODE
quote:
%26lt;div id=''leftcontent''%26gt;
%26lt;ul id=''MenuBar2'' class=''MenuBarVertical''%26gt;
%26lt;li%26gt;%26lt;a class=''MenuBarItemSubmenu''
href=''#''%26gt;Department Head%26lt;/a%26gt;
%26lt;ul%26gt;
%26lt;li%26gt;%26lt;a
href=''../facultystaff/staffmember.cfm?EmployeeID=1''%26gt;Roger
Tormoehlen%26lt;/a%26gt;%26lt;/li%26gt;
%26lt;/ul%26gt;
%26lt;/li%26gt;
%26lt;li%26gt;%26lt;a href=''#''
class=''MenuBarItemSubmenu''%26gt;Program Leader%26lt;/a%26gt;
%26lt;ul%26gt;
%26lt;li%26gt;%26lt;a
href=''../facultystaff/staffmember.cfm?EmployeeID=2''%26gt;Renee
McKee%26lt;/a%26gt;%26lt;/li%26gt;
%26lt;/ul%26gt;
%26lt;/li%26gt;
%26lt;li%26gt;%26lt;a class=''MenuBarItemSubmenu''
href=''#''%26gt;Faculty%26lt;/a%26gt;
%26lt;ul%26gt;
%26lt;li%26gt;%26lt;a href=''#''%26gt;Mark
Balschweid%26lt;/a%26gt;%26lt;/li%26gt;
%26lt;li%26gt;%26lt;a
href=''../facultystaff/staffmember.cfm?EmployeeID=5''%26gt;Colleen
Brady%26lt;/a%26gt;%26lt;/li%26gt;
%26lt;li%26gt;%26lt;a
href=''../facultystaff/staffmember.cfm?EmployeeID=6''%26gt;Natalie
Carroll%26lt;/a%26gt;%26lt;/li%26gt;
%26lt;li%26gt;%26lt;a
href=''../facultystaff/staffmember.cfm?EmployeeID=7''%26gt;Linda
Chezem%26lt;/a%26gt;%26lt;/li%26gt;
%26lt;li%26gt;%26lt;a
href=''../facultystaff/staffmember.cfm?EmployeeID=8''%26gt;Pam
Morris%26lt;/a%26gt;%26lt;/li%26gt;
%26lt;li%26gt;%26lt;a
href=''../facultystaff/staffmember.cfm?EmployeeID=9''%26gt;Kathryn
Orvis%26lt;/a%26gt;%26lt;/li%26gt;
%26lt;li%26gt;%26lt;a
href=''../facultystaff/staffmember.cfm?EmployeeID=10''%26gt;Jerry
Peters%26lt;/a%26gt;%26lt;/li%26gt;
%26lt;li%26gt;%26lt;a
href=''../facultystaff/staffmember.cfm?EmployeeID=11''%26gt;Mary
Pilat%26lt;/a%26gt;%26lt;/li%26gt;
%26lt;li%26gt;%26lt;a
href=''../facultystaff/staffmember.cfm?EmployeeID=12''%26gt;Clint
Rusk%26lt;/a%26gt;%26lt;/li%26gt;
%26lt;li%26gt;%26lt;a
href=''../facultystaff/staffmember.cfm?EmployeeID=13''%26gt;B. Allen
Talbert%26lt;/a%26gt;%26lt;/li%26gt;
%26lt;li%26gt;%26lt;a
href=''../facultystaff/staffmember.cfm?EmployeeID=37''%26gt;Mark
Tucker%26lt;/a%26gt;%26lt;/li%26gt;
%26lt;/ul%26gt;
%26lt;/li%26gt;
%26lt;li%26gt;%26lt;a href=''#'' class=''MenuBarItemSubmenu''%26gt;A\P
Staff%26lt;/a%26gt;
%26lt;ul%26gt;
%26lt;li%26gt;%26lt;a
href=''../facultystaff/staffmember.cfm?EmployeeID=14''%26gt;Carl
Broady%26lt;/a%26gt;%26lt;/li%26gt;
%26lt;li%26gt;%26lt;a
href=''../facultystaff/staffmember.cfm?EmployeeID=16''%26gt;Dan
Gottschalk%26lt;/a%26gt;%26lt;/li%26gt;
%26lt;li%26gt;%26lt;a
href=''../facultystaff/staffmember.cfm?EmployeeID=17''%26gt;Richard
Fox%26lt;/a%26gt;%26lt;/li%26gt;
%26lt;li%26gt;%26lt;a
href=''../facultystaff/staffmember.cfm?EmployeeID=35''%26gt;Natalie
Federer%26lt;/a%26gt;%26lt;/li%26gt;
%26lt;li%26gt;%26lt;a
href=''../facultystaff/staffmember.cfm?EmployeeID=32''%26gt;Steve
McKinley%26lt;/a%26gt;%26lt;/li%26gt;
%26lt;li%26gt;%26lt;a
href=''../facultystaff/staffmember.cfm?EmployeeID=20''%26gt;Kimber
Nicoletti%26lt;/a%26gt;%26lt;/li%26gt;
%26lt;li%26gt;%26lt;a
href=''../facultystaff/staffmember.cfm?EmployeeID=21''%26gt;Craig
Personett%26lt;/a%26gt;%26lt;/li%26gt;
%26lt;li%26gt;%26lt;a
href=''../facultystaff/staffmember.cfm?EmployeeID=24''%26gt;William
Vollmer%26lt;/a%26gt;%26lt;/li%26gt;
%26lt;/ul%26gt;
%26lt;/li%26gt;
%26lt;li%26gt;%26lt;a href=''#''
class=''MenuBarItemSubmenu''%26gt;Clerical%26lt;/a%26gt;
%26lt;ul%26gt;
%26lt;li%26gt;%26lt;a
href=''../facultystaff/staffmember.cfm?EmployeeID=25''%26gt;Deanna
Allen%26lt;/a%26gt;%26lt;/li%26gt;
%26lt;li%26gt;%26lt;a
href=''../facultystaff/staffmember.cfm?EmployeeID=27''%26gt;Sharon
Ingersol%26lt;/a%26gt;%26lt;/li%26gt;
%26lt;li%26gt;%26lt;a
href=''../facultystaff/staffmember.cfm?EmployeeID=28''%26gt;Linda
Hines%26lt;/a%26gt;%26lt;/li%26gt;
%26lt;li%26gt;%26lt;a
href=''../facultystaff/staffmember.cfm?EmployeeID=29''%26gt;Mona
Jackson%26lt;/a%26gt;%26lt;/li%26gt;
%26lt;li%26gt;%26lt;a
href=''../facultystaff/staffmember.cfm?EmployeeID=30''%26gt;Jane
Robertson%26lt;/a%26gt;%26lt;/li%26gt;
%26lt;li%26gt;%26lt;a
href=''../facultystaff/staffmember.cfm?EmployeeID=31''%26gt;Terry
Saunders%26lt;/a%26gt;%26lt;/li%26gt;
%26lt;/ul%26gt;
%26lt;/li%26gt;
%26lt;li%26gt;%26lt;a
href=''../default.cfm''%26gt;Home%26lt;/a%26gt;%26lt;/li%26gt;
%26lt;/ul%26gt;
%26lt;/div%26gt;
No comments:
Post a Comment