Hi all,
Why is it that there are differences between the browsers on CSS?
I have the following in my CSS file:
.0 {
background-color: #F5E6E7;
border: 1px solid #cccccc;
}
.1 {
background-color: #FFFFFF;
border: 1px solid CCCCCC;
}
I then didand expected a table with a grey background and light grey border- but although it shows it on IE, it doesnt show it on other browsers such as firefox. Wht is this? What am I doing wrong?Code:<table class="0">
Submit Your Article
Forum Rules

Reply With Quote