Forum Moderators: not2easy
.header {
text-align: center;
font-size: 50px;
font-weight: bold;
color:#FF0000;
padding-bottom: 2px;
margin: 0px;
}
.subheader {
text-align: center;
font-size: 25px;
color:#FF0000;
padding-top: 1px;
margin: 0px;
}
.justify {text-align: justify}
.red {color: red}
.bold {font-weight: bold}
.underline {text-decoration: underline}
.italic {font-style: italic}
ul {
float:left;
width:100%;
padding:0;
margin:0;
list-style-type:none;
}
.menu {
float:left;
width:6em;
text-decoration:none;
color:white;
background-color:#FF0000;
padding:0.2em 0.6em;
border-right:1px solid white;
}
.menu:hover {background-color:#0000FF}
li {display:inline}
and the tag I use to call this file is:
<link rel="stylesheet" type="text/css "href="prairieUMC.css">
In which browser is it not working? (title says IE6 not working, but body text seems to say it does ...)
What do you mean by not working ? (a lot of it is intent you have, and it's pretty hard to guess that from code)
If it's the menu that's causing trouble, could we have a snipped of anonymized code for that part ?
Are you sure you don't have IE6 in quirks mode (full doctype with *nothing* in front of it) ?