i have a css coding working in chrome and opera but not in internet explorer or firefox..
so please have a lok at dis coding and what changes should be done so internet explorer could have a same display as in chrome
actually i have just background pictures problem as they are not covering the whole page as in chrome
@charset "utf-8";
/* CSS Document */
html
{
background-size:100% 100%;
background-image: url(111.jpg);
height:100%;
background-attachment:fixed;
background-position:bottom;
background-repeat:no-repeat;
}
body
{
background-size: 100% 35%;
color: #063;
text-align: left;
font-weight: bold;
font-family:"Times New Roman", Times, serif;
background-image: url(invert.JPG);
background-repeat: no-repeat;
background-position:top;
height:100%;
}
h1
{
color: #FFF;
font-weight: bold;
text-decoration: blink;
text-decoration: overline;
text-decoration: underline;
font-style:italic;
text-align: center;
font-family: "Monotype Corsiva";
}
h6
{
color: #F00;
font-weight: bold;
text-align: center;
font-family: "MS Serif", "New York", serif;
}
h4
{
font-family: "Arial Black", Gadget, sans-serif;
text-align: center;
color: #F00;
text-decoration:underline;
}