Happy Holidays to everyone.

I'm trying to convert my volunteer site from tables to CSS. I used the
example on <http://www.positioniseverything.net/guests/3colcomplexside.html>
for my base. The footer for the layout was in the container div, but I want
mine to go across the bottom. I added a clear div that I thought was going
to push it down, but it's not working. I'm a newbie and appreciate any help
you can offer so I can get to the real work of updating the content. GoLive
has mangled the code with extraneous divs. They have multiplied like
bunnies.  :-)  

Not sure if this is part of the same positioning question, but I need all
the columns to be of equal height. I just don't know enough to understand
where the problem is located.

I tried putting the cleardiv2 before and after contents, but the results
were the same.

You can view page (obviously rough) here:

<http://www.test.entourage.mvps.org/>

--------------------------------------
<div id="cleardiv2"></div>
        </div><!--this is the end of container-->
        
        <div id="footer">
           footer info goes here
        </div>
        <div id="bottom"></div>
    </body>
------------------------------------------------------------

CSS
 #cleardiv2
 {
 clear: both;
 height: 1em;
 }

/**********Begin Footer**********/
div#footer {
        border-top: 2px solid #5C73BA;
        text-align: center;
}

Great list....I'm learning a lot.

-- 
Diane 


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

Reply via email to