Css support problem with opera browser only.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • poojak
    New Member
    • Feb 2007
    • 7

    Css support problem with opera browser only.

    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
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    Without the complete code or a link, it's impossible to help.

    Comment

    Working...