Kelly Miller wrote:
zonjai wrote:
<snip>

As for this extra line spacing, will designating a line-height value set up as an IE6 hack work? I have never noticed a difference when setting up one of those before. Would it just be a simple 1% or am I thinking of something different?

Zonjai
--
zonjai.com

I'd bet that those gaps are due to odd margin collapsing. Try turning off all the margins on the <div>'s.

The third rule I have in my style sheet has both margin and padding at 0. I usually zero those out right away when I work, got that from Mr Meyer's book on CSS a few years ago. Although I did not zero out the margin on the img tag, I will try that now. Nope that did not do it. Wait a minute, I think this may be the whole not wrapping the img tags in another element like a <p> tag. I forgot to do that when I was messing with making these images backgrounds in the divs.

Okay I fixed it, I totally forgot to put the divs in another tag. I should have known better, I fixed the same problem a few weeks ago. I am implementing the changes now. I wish I had this scripted so I wouldn't have to change all the lines, lol. Thanks again Kelly.

Zonjai
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to