Please take a look at the following page:

http://dev.lewisgaleclinic.com/index.cfm/fa/service.listPublic.cfm

You will notice that the <hr> is butted up against the bottom of the <div class="left">. I have tried adding both a margin-bottom and padding-bottom to the <div class="left"> containing the "Associations" and "Downloadable Forms" but it has not made a difference, the <hr> continues to be too close. Also, I have tried adding margins and padding to the <hr> but this doesn't seem to help either.

Can someone suggest what the problem might be?

Here's the code for one of the <div>s in question:

<div class="left"> <div style="float: left; padding-left: 5px;">
                        <h2>Associations</h2>
                        <p>
                                <a href="">Association 1</a><br />
                                <a href="">Association 2</a><br />

                                <a href="">Association 3</a><br />
                                <a href="">Association 4</a><br />
                        </p>
                        <h2>Downloadable Forms</h2>
                        <select name="forms">
                                <option value="">Select to Download</option>
                                <option value="">Form 1</option>

                                <option value="">Form 2</option>
                                <option value="">Form 3</option>
                        </select>
                </div>
                <div>
                        <h2>Contact Us</h2>
                        <p>

                                Name<br />
                                Address<br />
                                City, State, Zip<br />
                                Phone
                        </p>
                </div>
        </div>
        <hr />

Help!

--
Marty Martin
ICONS, Inc.

Internet Development | Marketing | Support
e: [EMAIL PROTECTED]
p: 540.343.8322  |  f: 540.343.0691
w: http://icn.net

______________________________________________________________________
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