thanks, I will give that a try and sorry James I never got your reply just saw it on this one, the thing I forgot was that I wasnt getting the error locally but it was on the server, oops lol
~Dave - formerly known as "the disruptor"~ ---------------------------------------- From: "Denny Valliant" <[EMAIL PROTECTED]> Sent: Saturday, June 17, 2006 6:00 PM To: CF-Talk <[email protected]> Subject: Re: cf errors under absolute divs Here is some JS I found on the web somewhere that moves the debug output down... you could modify it for whatever class name you wanted. If you hate putting the body onload in there as much as I do, you can use a JS function to add it to the onload programmaticly. I have one, if it's needed. Just never got around to modifying this chunk of code to use it. I like this better than editing the coldfusion templates directly- easier to port! :DeN function moveDebugTable(pixelsDown) { var allTableTags=document.getElementsByTagName("table"); for (i=0; i On 6/17/06, James Holmes wrote: > > I think the thread you are thinking of dealt with debug output rather > than errors (and the solution was to hack the debug output page's css > to also use absolute positioning). > > However the same principle applies and the files you want are in the > /web-inf/exception folder. > > On 6/17/06, dave wrote: > > I know this was recently brought up the the search archives is timing > out on me. > > > > I have an absolute positioned div and my errors are running underneath > it, i thought it might be the classic.cfm file but I dont think thats the > one. > > > > Anyone know off hand? > > > > ~Dave - formerly known as "the disruptor"~ > > > -- > CFAJAX docs and other useful articles: > http://jr-holmes.coldfusionjournal.com/ > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244001 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

