Scott,

On Sep 27, 2006, at 7:56 PM, Scott Haneda wrote:

> I have a
>     <div class="footer" clear="all"></div>
Clear all doesn't exist.  add clear: both; to your .footer css.

> 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.
Yes, you can put a div inside another.  You are correct to want to 
avoid adding these images to the footer.jpg.  The rule of thumb is that 
decoration images go in the css and content images (logos and photos 
that go with the test and links and such) should be img elements in the 
html.

The best way to position these images depends on what you are trying to 
do.  Sometimes absolute positioning is the way to go in a tightly 
controlled space like this.  It's usually my last resort, however.  Is 
there a url to a test page available?

hth
-- 
Roger Roelofs
"Remember, if you’re headed in the wrong direction,
        God allows U-turns!"
          ~Allison Gappa Bottke
______________________________________________________________________
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