I have a 

.footer {
    border: 0px solid red;
    background-image: url(footer.jpg); 
    background-repeat: no-repeat;
    width: 1024px;
    height: 216px;

}

I use it like so
    <div class="footer" clear="all"></div>

Works fine, however, that image, has a need for me to drop in 4 logos and
some type in the middle of it.  I am hesitant to put the images in the
background image, as they need to be changed at times, and also a are href
links.

Is there a way to put a div inside another div? If I just start putting the
content into the footer div, and use margins to push it in where I need to,
things start to get hard to keep aligned.

What suggestions, maybe some z-index and put it on a layer, but I have never
don't that before.

thanks
-- 
-------------------------------------------------------------
Scott Haneda                                Tel: 415.898.2602
<http://www.newgeo.com>                     Novato, CA U.S.A.


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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