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
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
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
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
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
__