|
Posted by BootNic on 11/29/05 00:25
> "Jeff" <it_consultant1@hotmail.com.NOSPAM> wrote:
> news:9JGdnXv5x5PC7hbe4p2dnA@telenor.com....
>
> Thanks that helped me, but I have a few questions related to the
> example you gave me:
> - if I for example add more data to the submenu div, the submenu
> div will eventually overwrite the footer, What css settings must I
> do so that if more data is entered in the submenu the footer isn't
> overwritten....so that the footer always represent the end of the
> document....?
>
> - What is this: /*]]>*/
that is the closing part of /*<![CDATA[*/
>
>> "BootNic" <Bootnic@bounce.prodigy.net> wrote in message
>> news:bREif.2534$nA2.813@newssvr22.news.prodigy.net...
<snip>
>> #footer {
>> background-color: #FFDDDD;
>> border: 1px solid #CC0000;
>> color: #000000; text-align: center; }
replace ^^^ with the following should take care of it.
#footer {
background-color: #FFDDDD;
border: 1px solid #CC0000;
color: #000000;
text-align: center;
clear: both;
width:760px;
}
--
BootNic Monday, November 28, 2005 5:25 PM
I try to take one day at a time, but sometimes several days attack me at once.
*Jennifer Unlimited*
Navigation:
[Reply to this message]
|