I've had some terrific help from people on this list with regard to rounded 
tabbing effects and I'm very grateful!  I'm now at the next stage of trying 
to get an underline to go across from label, under tabs, and all the way to 
the right hand side of the container. This is the current version, which 
uses a table for layout:
http://www.language-works.com/swimdesign/template-2.htm

I figured that with the table I would have difficulty in getting the line to 
work unbroken across the cells -- so I did an updated version, which uses 
CSS for layout:
 http://www.language-works.com/swimdesign/no-tables.htm (I can't seem to get 
the drop down to move over to the left!!)  -- along with a screen cap of 
what it's supposed to look like.  I've tried implementing a class to handle 
the whole area
.bottomline
{
 border-bottom: 1px solid #163A66;
 }

But no cigar. Part of the trouble is that I'm using a <BR> to get the second 
row of tabs down below the first row of tabs.  Any ideas at all?

Anne

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to