iTunes Data Grid Skin
I am playing around with a couple new data grid skins roughly based on what iTunes looks on my Vista box. Here is how it is looking so far ... iTunes on Vista ... My iTunes data grid ... Live Demo | Download Blue and Gray Skins I actually created 2 slightly different skins- a blue and a gray one. The gray one is above and is a little bit darker. The blue one is slightly softer and looks like this ... The Markup The markup for the grid consists of a HTML table with wrapped in a DIV. I am using the odd/even classes for zebra striping and I also have a DIV above the TABLE for the title bar. 1: <div class="grid"> 2: <!-- title bar ... --> 3: <div class="title">The title goes here</div> 4: <table class="datatable" cellpadding="0" cellspacing="0"> 5: <thead> 6: <!-- header row...