What is the purpose of this line? I spent fat too much time trying to remove extra space and overlooked this line. I removed it but not sure of it's purpose.
What is the purpose of this line? I spent fat too much time trying to remove extra space and overlooked this line. I removed it but not sure of it's purpose.
The main purpose is to prevent the IE Peek-A-Boo bug and act as a clearing element after floated elements.
If you are having space issues you can set the height to zero.
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.
Kim, thanks.
Can I use the code without the br element? That was putting an extra line between each attribute option. I tried height, margin, etc but removing this line was the only thing that worked.
If things are working in both IE and FF without it you can remove it -
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.