Re: [css-d] css box positioning

2005-06-09 Thread BabaGanush
So, it would appear that I found a band-aid for my problem. http://www.yomammashouse.com/css_effort_take24.htm By making a print style sheet & lessening the height of the div that has a specific pixel height (rather than rendered by it's enclosed elements) by the total of the top/bottom margins

Re: [css-d] css box positioning

2005-06-09 Thread BabaGanush
sorry css effort take 24 body { font-family:arial,sans-serif,serif; font-size:10pt; margin:0px; padding:0px; } input { border:solid 1px #ccc; font-size:12pt; vertical-align

Re: [css-d] css box positioning

2005-06-09 Thread BabaGanush
> Try giving your inputs a width and height and see if that fixes the issues. Didn't seem to make a difference, logical to think it might though. I stripped down the code to just one UL inside a div, and i still don't get the margin thing. Can't post it online from work, but code follows. On sc

Re: [css-d] css box positioning

2005-06-09 Thread Jono Young
On Jun 8, 2005, at 9:34 PM, BabaGanush wrote: yikes. I've been trying to redo a form without tables, and I'm really struggling. Again, this is only for IE6. http://www.yomammashouse.com/css_effort_take23.htm I have a container div (eventually will be two, equally sized, one floated left, one

[css-d] css box positioning

2005-06-08 Thread BabaGanush
yikes. I've been trying to redo a form without tables, and I'm really struggling. Again, this is only for IE6. Code to follow, also online at http://www.yomammashouse.com/css_effort_take23.htm";>http://www.yomammashouse.com/css_effort_take23.htm I have a container div (eventually will be two,