I have a css which has the following:
banner{
background-image: url(blue/banner.jpg);
background-repeat: no-repeat;
background-position: top center;
color: Black;
font-size:50px;
font-weight:bold;
background-color: #99ccff;
padding-top:8px;
padding-right: 300px; padding-left: 200px;
padding-bottom: 1px;
border-top: 5px ridge #4C90BF;
}
when I use the tags <banner> it works in Firefox, but not in IE. Any suggestions?
A computer always does what you tell it to, but rarely does what you want it to.....
banner{
background-image: url(blue/banner.jpg);
background-repeat: no-repeat;
background-position: top center;
color: Black;
font-size:50px;
font-weight:bold;
background-color: #99ccff;
padding-top:8px;
padding-right: 300px; padding-left: 200px;
padding-bottom: 1px;
border-top: 5px ridge #4C90BF;
}
when I use the tags <banner> it works in Firefox, but not in IE. Any suggestions?
A computer always does what you tell it to, but rarely does what you want it to.....