• Hi,

    I have made a test table with rounded corners and everything seems to be working with the latest version of firefox, IE & safari. I have read a number of posts where rounded corners do not work with specific browser versions.

    With the CSS I currently have, will some browsers have problems rendering it correctly. If there are browsers that cannot render rounded corners, then what happens typically? Does the table then display without the rounded corners. Am I better off leaving rounded corners out?

    Please ignore data in table … it is only there for place holders.

    My test table is located at myfrugaltips

    Thanks,

    Al

    http://wordpress.org/extend/plugins/wp-table-reloaded/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi Al,

    yes, on browsers that don’t support rounded corners (i.e. CSS “border-radius”), the corners will simply not be round, but rectangular.

    Rounded corners will be supported by all major browsers in the very near future (or all supported already), so using them is no problem (except, if it is critical for your project to support very old browser versions like IE 6).

    Regards,
    Tobias

    Thread Starter finman

    (@finman)

    Hi Again Tobias,

    I have one other question. I am trying to change the background of the table. … not the color inside the cells but the light grey you can see in between each cell and also around the perimeter of the border. I would like it to be white. My test site is http://www.myfrugaltips.com

    Best Regards,

    Al

    PS I sent you another token of appreciation through paypal… hope you receive successfully.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi Al,

    yes, I received your donation. Thank you very much, I really appreciate it!

    Regarding your question:
    Changing that color will only need a small piece of CSS code. Just paste the following into the “Custom CSS” textarea on the “Plugin Options” screen:

    .wp-table-reloaded-id-1 {
      background-color: #ffffff !important;
    }

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WP-Table Reloaded] WP-Table Reloaded – CSS Rounded Corners’ is closed to new replies.