[css-d] Chrome Table Strangeness

2010-10-08 Thread Christopher Barth
http://gsadev.wynright.com/ In Firefox, Opera, and IE this site renders properly, in Chrome it doesn't, I can't figure out why. If I remove the elements from the top row, or remove the top row entirely the menu on the left resizes correctly. If I remove all the elements from the left column it

[css-d] Element Positioning

2009-09-08 Thread Christopher Barth
On a site I'm modifying I have an image that needs to always appear at the bottom of a column, so I set the valign on the table cell to bottom and all was wonderful until I was asked to put images in the bar as well and the images need to appear at the top of the column. You can see what I mean

Re: [css-d] Element Positioning

2009-09-08 Thread Christopher Barth
the entire gradient show no matter how little the body area is. Chris Barth -Original Message- From: Philippe Wittenbergh [mailto:e...@l-c-n.com] Sent: Tuesday, September 08, 2009 7:33 PM To: CSS-D Cc: Christopher Barth Subject: Re: [css-d] Element Positioning On Sep 9, 2009, at 9:04 AM

[css-d] Question about width and min-width in ul

2009-08-11 Thread Christopher Barth
I have a menu system that uses nested ULs. The main menu is a fixed size, but I want the sub menu's to be variable width that will grow to encompass the entire width of the menu item. I figured min-width would do this; however, it only grows to be as big as the longest non-breaking string. I thus

Re: [css-d] Styling forms

2009-08-11 Thread Christopher Barth
In order to help we'll need more information about what you've tried and a link of what your doing would be nice. Many of us have successfully created forms before, so this is not a technical difficulty. Also letting us know which technology your using would be very helpful. This is a form that

[css-d] Min-Width Question

2009-08-11 Thread Christopher Barth
Under what circumstances might a container that has min-width set not grow beyond the size of min-width? Chris Barth __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ --

Re: [css-d] Question about width and min-width in ul

2009-08-11 Thread Christopher Barth
Thanks. This did the trick. Chris Barth -Original Message- From: David Hucklesby [mailto:huckle...@gmail.com] Sent: Tuesday, August 11, 2009 3:04 PM To: Christopher Barth Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] Question about width and min-width in ul Christopher Barth