Kay Smoljak wrote: > On 1/14/06, Stan Winchester <[EMAIL PROTECTED]> wrote: >> >> I am slowing making the change over to CSS layouts but I noticed when I use >> CSS layouts I cannot view my CF debugging because it is overlapped with the >> CSS layout. How do others deal with CF debugging and CSS? > > The problem is probably that you are using lots of "position:absolute" > in your layouts. When items are positioned in this way, they are > "taken out of the document flow" meaning that subsequent items don't > even know that they are there, resulting in elements overlapping each > other.
If that is the case, a quick fix would be to modify the debugging template to have a high Z-index. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229574 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

