Hello,
my application is appearing fine in IE and mozila but in opera it has some issues.
1. in some pages background color for body is not coming. I am using css for this
body{
background-color:#466392;
}
while in some bgcolor is coming.
2. In check boxex I am using a css like:
#profile .checkbox {
border: 1px solid #EFEFEF;
padding: 0px;
}
this class works fine with IE mozila and netscape but doesn't work in opera.
3. In dynamic drop down where values are few (5-9) a blank space is coming at the bottom of drop down.
Thanks in advance.
Pooja
my application is appearing fine in IE and mozila but in opera it has some issues.
1. in some pages background color for body is not coming. I am using css for this
body{
background-color:#466392;
}
while in some bgcolor is coming.
2. In check boxex I am using a css like:
#profile .checkbox {
border: 1px solid #EFEFEF;
padding: 0px;
}
this class works fine with IE mozila and netscape but doesn't work in opera.
3. In dynamic drop down where values are few (5-9) a blank space is coming at the bottom of drop down.
Thanks in advance.
Pooja
Comment