boogyman
09-20-2006, 08:22 AM
http://www.freewebtown.com/poolfiction If you are using Firefox use the web developer tool and select Outline >Block Element and select Outline >Show Element Names When Outlining..... If you are using IE you will already see my desired effect.....
for some reason I cannot get the header to show in firefox normally... If you do what I said to above the header will show... so does anyone know what changes are made to the css with those 2 commands? I would appreciate the help....
div#cases-nav {
width: 100%;
background: #000;
color: #f90;
margin-left: 20px;
}
div#cases-nav a{
float: left;
margin: 0;
padding: 0;
width: 16%;
display: block;
text-align: center;
background: #000 url('slant.gif') no-repeat right;
color: #f90;
text-decoration: none;
font-size: medium;
}
div#ladder {
clear: both;
position: absolute;
top: 17px;
left: 20%;
width: 14%;
visibility: hidden;
text-align: center;
display: block;
background: #000;
color: #f90;
padding-top: 10px;
padding-bottom: 0;
z-index: 10;
}
div#ladder a {
margin: 0;
padding: 0;
display: block;
text-decoration: none;
color: #f90;
}
div#tournament {
clear: both;
position: absolute;
top: 17px;
left: 35%;
width: 14%;
visibility: hidden;
text-align: center;
display: block;
background: #000;
color: #f90;
padding-top: 10px;
padding-bottom: 0;
z-index: 10;
}
div#tournament a {
margin: 0;
padding: 0;
display: block;
text-decoration: none;
color: #f90;
}
div#community {
clear: both;
position: absolute;
top: 17px;
left: 51%;
width: 14%;
visibility: hidden;
text-align: center;
display: block;
background: #000;
color: #f90;
padding-top: 10px;
padding-bottom: 0;
z-index: 10;
}
div#community a {
margin: 0;
padding: 0;
display: block;
text-decoration: none;
color: #f90;
}
div#account {
clear: both;
position: absolute;
top: 17px;
left: 67%;
width: 14%;
visibility: hidden;
text-align: center;
display: block;
background: #000;
color: #f90;
padding-top: 10px;
padding-bottom: 0;
z-index: 10;
}
div#account a {
margin: 0;
padding: 0;
display: block;
text-decoration: none;
color: #f90;
}
div#support {
clear: both;
position: absolute;
top: 17px;
left: 84%;
width: 14%;
visibility: hidden;
text-align: center;
display: block;
background: #000;
color: #f90;
padding-top: 10px;
padding-bottom: 0;
z-index: 10;
}
div#support a {
margin: 0;
padding: 0;
display: block;
text-decoration: none;
color: #f90;
}
for some reason I cannot get the header to show in firefox normally... If you do what I said to above the header will show... so does anyone know what changes are made to the css with those 2 commands? I would appreciate the help....
div#cases-nav {
width: 100%;
background: #000;
color: #f90;
margin-left: 20px;
}
div#cases-nav a{
float: left;
margin: 0;
padding: 0;
width: 16%;
display: block;
text-align: center;
background: #000 url('slant.gif') no-repeat right;
color: #f90;
text-decoration: none;
font-size: medium;
}
div#ladder {
clear: both;
position: absolute;
top: 17px;
left: 20%;
width: 14%;
visibility: hidden;
text-align: center;
display: block;
background: #000;
color: #f90;
padding-top: 10px;
padding-bottom: 0;
z-index: 10;
}
div#ladder a {
margin: 0;
padding: 0;
display: block;
text-decoration: none;
color: #f90;
}
div#tournament {
clear: both;
position: absolute;
top: 17px;
left: 35%;
width: 14%;
visibility: hidden;
text-align: center;
display: block;
background: #000;
color: #f90;
padding-top: 10px;
padding-bottom: 0;
z-index: 10;
}
div#tournament a {
margin: 0;
padding: 0;
display: block;
text-decoration: none;
color: #f90;
}
div#community {
clear: both;
position: absolute;
top: 17px;
left: 51%;
width: 14%;
visibility: hidden;
text-align: center;
display: block;
background: #000;
color: #f90;
padding-top: 10px;
padding-bottom: 0;
z-index: 10;
}
div#community a {
margin: 0;
padding: 0;
display: block;
text-decoration: none;
color: #f90;
}
div#account {
clear: both;
position: absolute;
top: 17px;
left: 67%;
width: 14%;
visibility: hidden;
text-align: center;
display: block;
background: #000;
color: #f90;
padding-top: 10px;
padding-bottom: 0;
z-index: 10;
}
div#account a {
margin: 0;
padding: 0;
display: block;
text-decoration: none;
color: #f90;
}
div#support {
clear: both;
position: absolute;
top: 17px;
left: 84%;
width: 14%;
visibility: hidden;
text-align: center;
display: block;
background: #000;
color: #f90;
padding-top: 10px;
padding-bottom: 0;
z-index: 10;
}
div#support a {
margin: 0;
padding: 0;
display: block;
text-decoration: none;
color: #f90;
}