Tagged Questions

0
votes
1answer
44 views

IE6 Shrink-wrap with Rounded Corners

In FF and IE8 things look pretty good. I have a mock up of the drop down that I'm trying to create with rounded corners at bottom here: www.geowinedb.org/drop-down-test/test.html. …
6
votes
6answers
4k views

Make CSS Div Width Equal To Contents

Hello, I have a layout similar to: <div> <table> </table> </div> I would like for the Div element to only expand to as wide as my table element b …