On Mon, Nov 9, 2009 at 12:29 PM, <r...@catjuggling.com> wrote: > I have tried this page in Chrome, Safari, IE6, and Firefox. In the first > three browsers I get the result I expect, but Firefox is doing its own > thing. > > http://www.mcmullincreative.com/crows/ > > The wide column is divided into identical sections. Each section has an > image floated left, and a title and description to the right. The words > "This is the title" are supposed to be aligned with the top of each image. > > In Firefox, I am seeing an additional 20px of padding on the top, which > pushes the title, and everything else, down. It is no longer flush with the > top of the image. I can't seem to figure out how to fix it. Any help would > be appreciated. Thanks. > > Russ > > > ______________________________________________________________________ > css-discuss [cs...@lists.css-discuss.org] > http://www.css-discuss.org/mailman/listinfo/css-d > List wiki/FAQ -- http://css-discuss.incutio.com/ > List policies -- http://css-discuss.org/policies.html > Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
the image inside of your href tag is floated but the link isn't. you have to float the link so it will contain the image. check in firebug and when you mouse over the a tag in the html section of firebug it'll highlight it for you and you'll see the problem. cheers, jeff ______________________________________________________________________ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/