Link to home
Start Free TrialLog in
Avatar of Tim Turner
Tim TurnerFlag for United States of America

asked on

Nifty Corners - but need it applied to tables

I have tables of data and I want to use a tab selector at the top of the table and then a rounded corners table underneath.

Nifty Corners seems to want to do everything using <div> and <ul> and <p> and <h> tags...

I have not figured out how to apply it to Tables... i.e. given a table set the border, border style, corners rounded, background color of the header row, etc.

Does anyone know how to do this????
Avatar of fuzzboxer
fuzzboxer

Here's an old tutorial on how to accomplish this:  http://www.sitepoint.com/article/trick-rounded-corner-tables
Avatar of Tim Turner

ASKER

fuzzboxer

Nifty Corners is a specific javascript CSS script used for this purpose so that you don't have to create ANY images.  So the url you suggested is not helpful.

My mistake, no need to get snippy.  Do you have a link so I can see what you are doing?
ASKER CERTIFIED SOLUTION
Avatar of mreuring
mreuring
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Fuzz --- That was not meant to be snippy but probably was "terse" as I was in a hurry.

Mreuring -- there is a severe lack of info on Nifty except from the author yet there are a lot of websites recommending it.  it's very odd.  Anyway doing some playing around I did end up using divs inside tables and it worked.  Other posts on another site suggested it would not work but somehow I got it working.  This was all before reading your post but I will give you points anyway.