Ingo et al., I had a prior solution that worked, but did not want to use it
as the Infosites team wanted their styles to be imported. The solution was
to put explicit style tags rather than the import statements. Why would this
work is my question? What are the benefits/detriments of using import over
style attributes? Thanks in advance.

On 12/23/05, Ingo Chao <[EMAIL PROTECTED]> wrote:
>
> Jonathan Berry wrote:
> > Ingo, Ian, Ron, Bill, can any of you check the page again. I have
> plastered
> > position:relative over everything and no go. Any help much to be
> > appreciated.
>
> Actually I am on duty debugging your page. It's not reproducible on
> a local copy at my end, so having a simplified page online would be
> of help.
>
> I noticed that the left menu
> ul#leftnav li {width: 110px ...}
> overflows its parent
> div.navbar {width: 97px ...}
>
> so that the cascade of overflow:hidden in the ancestors
> div.navbar, div.Nav-Box, div.Page-Box
> should be deleted for debugging via
> *{overflow:visible !important;}
> and
> ul#leftnav
> should be more stable with
> zoom:1; applied.
>
> let me know if it makes a difference.
>
> Ingo
>
> --
> http://www.satzansatz.de/css.html
>



--
Jonathan Berry, M.A.
IT Consultant
619.306.1712(m)
[EMAIL PROTECTED]
www.mindarc.com

-----------------------------------------------------------

This E-mail is covered by the Electronic Communications Privacy Act, 18
U.S.C. ?? 2510-2521 and is legally privileged.
This information is confidential information and is intended only for
the use of the individual or entity named above. If the reader of this
message is not the intended recipient, you are hereby notified that any
dissemination, distribution or copying of this communication is strictly
prohibited.

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

Reply via email to