I did not realize I also had a

* > #footer

in a different css file...sorry for the noise.

> I have a footer div, within the body, that refuses to be disabled by a 
> Dialog.info. This is the style:
> 
> div#footer
> {
>  margin-left: auto;
>  margin-right: auto;
>  height:80px;
>  padding-top:40px;
>  background:url(/images/footer_background.gif) no-repeat top left;
>  text-align: right;
> }
> 
> and the html:
> 
> <div id="footer">
>    <span style="position:absolute;left:10px;">
>        <?php echo 'Email XXX: ' ?>
>        <?php echo mail_to('[EMAIL PROTECTED]', image_tag('mail.gif'), 
> 'email XXX'); ?>
>    </span>
>    <?php echo ('powered by ' . 
> link_to(image_tag('xxx_logo_small-inverte.gif', 'align=absmiddle'), 
> 'http://www.xxxware.com/')) ?>
> </div>
> 
> Is there something that you shouldn't do in a div to make sure it will 
> be disabled?
> 
> Thanks......


_______________________________________________
Javawin mailing list
[email protected]
http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com

Reply via email to