Re: [css-d] Extra whitespace in IE

2006-04-26 Thread Tim Owens
I actually ended up fixing the problem by applying the background color to the whole containment div instead of the individual parts (which seems painfully obvious now). Transparent png was still quite large, and of course requires hacking on its own part to make work in IE. I guess I still need a

Re: [css-d] Extra whitespace in IE

2006-04-26 Thread Zoe M. Gillenwater
Tim Owens wrote: > Thanks for the help! I'm not sure why I didn't think of checking validation > first and foremost. Always validate before anything else. :-) > The problem with the > size of the page is that it is php driven, and the content could change > based on my client's needs so it has t

Re: [css-d] Extra whitespace in IE

2006-04-24 Thread Tim Owens
Thanks for the help! I'm not sure why I didn't think of checking validation first and foremost. All those errors have been fixed. The problem with the size of the page is that it is php driven, and the content could change based on my client's needs so it has to be a bit more dynamic, hense having

Re: [css-d] Extra whitespace in IE

2006-04-24 Thread francky
Tim Owens wrote: >I have an image gallery menu using left-floated imgs within a div. Seems >that in IE the first row does not catch the background color and instead >displays white. Here's the link: http://www.owensdesigns.com/jwilliams/work >This bug does not show up with FF or Safari. Any help i

[css-d] Extra whitespace in IE

2006-04-23 Thread Tim Owens
I have an image gallery menu using left-floated imgs within a div. Seems that in IE the first row does not catch the background color and instead displays white. Here's the link: http://www.owensdesigns.com/jwilliams/work This bug does not show up with FF or Safari. Any help is appreciated. Tim __