I highly recommend that you provide a live example that we can analyze so that we can give a definite answer. Now, with obvious guessing, your plugin or something like what you use for coloring and rounding seems to apply the above “up” effects to the table itself through the insertion of floating divs, so why the vertical dividers don't show.
Ok, I went into the jquery round corners page that you provided, and what I just said above is basically how the plugin works here, by its own definition:
It's important to understand that this corner plugin distracts magic by adding more elements to the page. In particular, it adds div strips to the element that needs to be cornered, and sets the background color to solid on these stripes to hide the actual corners of the real element . Therefore, if you step back and look at the corner element, think that there are solid colored divs that hide the true square from the corners of the object that you want to change. This will help you understand the inherent limitations of this small plugin. ** It is best suited for rounding block-level elements (divs, paragraph, etc.), and may cause more problems when trying to round inline elements (scrolling, anchors, etc.).
I recently added border-radius fillet support in browsers that support it (Opera 10.5+, Firefox, Safari, and Chrome). So in these browsers, the plugin simply sets the css property for the element . But in IE, we have to wait for version 9 before it is supported. And for all browsers, choosing a template other than the "round" requires the use of the "div stips" method .
So, the following logical question:
1.- Do you design with IE in mind? Should your site be cross-browser compatible?
2. If most users do not use IE, I suggest disabling the plugin and just use the border radius when necessary.
Ultimately, if you want to apply vertical lines over your floating waving plugins, you will need to apply a transparent overlay image on the re-pattern, which then twists your users because they will click on the image, not the table & cell contents below it.
So ... let me know what you want to do, and I will give the best answer.