Results 1 to 4 of 4

Thread: moz-radius css not working on IE

  1. #1
    Join Date
    Dec 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Unhappy moz-radius css not working on IE

    Hi there..

    I was trying to make a Request a Quote form for one of my client here,
    http://tinyurl.com/ycrseox

    My css for the input boxes is this,

    .myInput {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-originadding;
    -moz-border-radius-bottomleft:6px;
    -moz-border-radius-bottomright:6px;
    -moz-border-radius-topleft:6px;
    -moz-border-radius-topright:6px;
    background:transparent url(images/inputbg.png) repeat-y scroll 0 0;
    border:1px solid #AACCEE;
    color:#058FDE;
    font-family:Segoe UI,Tahoma,Verdana,Arial;
    margin:2px auto 10px;
    padding:6px;
    width:260px;

    It works fine in Firefox.

    But this curve for input boxes , just doesnt work on IE browsers.
    Can anyone help please ???

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    It doesn't and there is no IE equivalent. Anything -moz- only works in the Mozilla family of browsers, like Firefox, Flock, Netscape, Mozilla, perhaps others. In fact, anything -whatever- only works in those browsers that allow it, usually a single family of browsers programmed from a single basic browser engine and its various updates (as long as that -whatever- functionality is included in the updates).

    If you want cross browser styles, either stay away from -whatever- properties, or find workarounds. For IE, in this case, that would probably require images, special markup, and/or javascript.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Dec 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default That is crazy stuff!

    Oh, thats a bad news!

    So, no workaround for that till today, web 2.0 world ?

    Stupid Microsoft, why it doesnt stop doing this f**king browser.

    I tried a lot of things, but dint end up with a good result for cruved corners in the input box.

    Any help ?

  4. #4
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    I'm not sure what you are after exactly. Have a look at this:

    http://home.comcast.net/~jscheuer1/side/pretty_input/

    It can probably be modified. The files are all here:

    http://home.comcast.net/~jscheuer1/s...etty_input.zip
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •