On the problem you mentioned about making changes and couldn't see any changes after your edits...
Just want to make sure this wasn't the problem.
Did you know?
When you make edits to a template and Refresh Templates in the ACP,
then you go back to the index page... you will see the changes you made.
When you make edits to a stylesheet and Refresh Theme in the ACP,
then you go back to the index page... you will not see the changes you made.
You have to Refresh your web Browser before you can see the changes you made.
Those last two class listed in your stylesheet looks like it may be the hover box.
- Code: Select all
#nav li:hover li:hover > a.expand {
background: #fff;
color: #115098;
text-decoration: none;
}
#nav li:hover li:hover > li a.expand {
background: #fff;
color: #115098;
text-decoration: none;
}
- Code: Select all
#nav li:hover li:hover > a.expand {
background: #CADCEB;
color: #AA0000;
text-decoration: underline;
}
#nav li:hover li:hover > li a.expand {
background: #CADCEB;
color: #AA0000;
text-decoration: underline;
}
Refresh Theme / Refresh Browser / What changed?
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Just played with this a little. This is your stylesheet modified.
- Code: Select all
/* phpBB 3.0 Style Sheet - Colours & Backgrounds for common.css
--------------------------------------------------------------
Style name: Glacier
Based on style: proSilver (this is the default phpBB 3 style)
Original author: subBlue ( http://www.subBlue.com/ )
Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
Style Author: Ika ( http://www.shadowflames.us )
Copyright 2007-2008 ShadowFlames Development
-------------------------------------------------------------- */
/* NAVIGATION */
#nav {
padding: 0;
margin: 0;
list-style: none;
z-index: 200;
}
#nav li.top {
float: left;
}
#nav li.top_r {
float: right;
}
#nav li a.top_link,
#nav li a.top_link_alert,
#nav li a.top_link_r,
#nav li a.top_link_r_alert {
height: 27px;
line-height: 35px;
color: #115098;
text-decoration: none;
font-size: 1.1em;
font-weight: bold;
padding: 0;
cursor: pointer;
}
#nav li a.top_link,
#nav li a.top_link_alert,
#nav li a.top_link span,
#nav li a.top_link_alert span,
#nav li a.top_link span.down {
float: left;
}
#nav li a.top_link_r,
#nav li a.top_link_r_alert,
#nav li a.top_link_r span,
#nav li a.top_link_r_alert span,
#nav li a.top_link_r span.down {
float: right;
}
#nav li a.top_link span,
#nav li a.top_link_alert span,
#nav li a.top_link_r span,
#nav li a.top_link_r_alert span {
padding: 0 0px 0 0px;
text-align: center;
}
#nav li a.top_link span.down,
#nav li a.top_link_r span.down {
padding: 0 12px 0 12px;
height: 33px;
text-align: center;
}
#nav li:hover a.top_link,
#nav a.top_link:hover,
#nav li:hover a.top_link_r,
#nav a.top_link_r:hover {
color: #AA0000;
text-decoration: underline;
}
#nav li:hover a.top_link_r_alert,
#nav a.top_link_r_alert:hover,
#nav li:hover a.top_link_alert,
#nav a.top_link_alert:hover {
color: #115098;
text-decoration: underline;
}
#nav li:hover a.top_link span.down,
#nav a.top_link:hover span.down,
#nav li:hover a.top_link_r span.down,
#nav a.top_link_r:hover span.down {
padding-bottom: 3px;
}
#nav table {
border-collapse: collapse;
padding: 0;
margin: 0;
position: absolute;
left: 0;
top: 0;
}
#nav li:hover {
position: relative;
z-index: 200;
}
#nav a:hover {
position: relative;
white-space: normal;
z-index: 200;
}
#nav :hover ul.sub {
left: 1px;
top: 30px;
background-color: #CADCEB;
padding: 3px;
border: 1px solid #FFF;
white-space: nowrap;
width: 190px;
height: auto;
z-index: 300;
}
#nav :hover ul.sub li {
height: 20px;
position: relative;
float: left;
width: 190px;
}
#nav :hover ul.sub li a {
display: block;
font-size: 11px;
height: 18px;
width: 188px;
line-height: 18px;
text-indent: 5px;
color: #3365B7;
text-decoration: none;
}
#nav :hover ul.sub li a:hover {
color: #AA0000;
background: none;
text-decoration: underline;
}
#nav :hover ul.sub li a.expand:hover {
color: #AA0000;
background-color: #CADCEB;
text-decoration: underline;
}
#nav li b {
display: block;
font-size: 11px;
height: 18px;
width: 188px;
line-height: 14px;
margin-bottom: 1px;
text-indent: 6px;
color: #3365B7;
border-bottom: 1px solid #3366FF;
cursor: default;
}
#nav a:hover a:hover ul,
#nav a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover a:hover ul {
left: 59px;
top: -4px;
padding: 3px;
border: 1px solid #000;
white-space: nowrap;
width: 188px;
z-index: 400;
height: auto;
}
#nav ul,
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul {
position: absolute;
left: -9999px;
top: -9999px;
width: 0;
height: 0;
margin: 0;
padding: 0;
list-style: none;
}
#nav li:hover li:hover > ul {
left: 123px; /* distance from right margin of main drop */
top: -4px;
background-color: #CADCEB;
padding: 3px;
border: 1px solid #FFF;
white-space: nowrap;
width: 125px; /* width of secondary drop */
z-index: 400;
height: auto;
}
#nav li:hover > ul ul {
position: absolute;
left: -9999px;
top: -9999px;
width: 0;
height: 0;
margin: 0;
padding: 0;
list-style: none;
}
#nav li:hover li:hover > a.expand {
background: none;
color: #AA0000;
text-decoration: underline;
}
#nav li:hover li:hover > li a.expand {
background: none;
color: #AA0000;
text-decoration: underline;
}








