vwf wrote: > I want to make a list of clickable images (button-bar). > The images are of unequal size, and I want to spread them evenly over > the width of the bar (spread the centres of the images evenly). > Is there a trick to do this? Using a table, this is rather easy, but my > attempts were unsuccessful so far. >
Well, display: table-cell makes it very easy too. Too bad IE doesn't support it! You could try JavaScript to get IE into order: http://mrclay.org/web_design/tabs/ Of course, if you know how many images there are, their sizes, and the width of the bar you can space them out manually. But I don't think that's what you're wanting. 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 IE7 information -- 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/
