Matthew R Fischer wrote: > I am trying to create a vertical tab, using a .jpg at the top and the > background image repeating the entire height of the div. I can use an <a > href="....> for the image, but I would like to make the entire "tab" > clickable....any thoughts? >
Matt, The usual way to do this is to set "display: block" on the <a> element so that it expands to fill its parent element. But this has quirks of its own. We'd be able to provide you more detailed help with a page to look at and play with. Zoe -- Zoe M. Gillenwater Design Services Manager UNC Highway Safety Research Center http://www.hsrc.unc.edu ______________________________________________________________________ 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/
