Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Asymmetrically rounded corners

    Hi,

    Is there a way to use CSS-based rounded corners, with different radius for some corners?

    I can do this with CSS, but then I need to take all the browser-specific problems in to account, and (AFAIK) I'm not supposed to do that; I'm supposed to use SmartGWT wrappers for all HTML/CSS functionality.

    So, is there a wrapper for this feature?

    Thank you:

    Csillag

    #2
    Seems to be the same question you asked just recently, and the answer is the same.

    Comment


      #3
      Indeed, both questions are CSS related, but I would not say they are the same; just because one feature is not yet supported, the other could have been.

      But oh well, I can keep doing this manually. (Although I hate it.)

      Thank you for explaining:

      Csillag

      Comment


        #4
        There are tools for doing this, such as SASS and Compass. Using these tools it is not especially manual or tedious. But they are server-side tools that require Ruby.

        Comment

        Working...
        X