If you install Firebug in Firefox, you can right click on the item in the browser, say Inspect in FireBug and it will show you HTML, CSS, DOM, etc..for that item.
On Thu, Dec 18, 2014 at 11:02 AM, LRS Scout <[email protected]> wrote: > > We decided just to rewrite it, LOE is too high because we can't get it to > break on anything when we're steeping through. > > On Thu, Dec 18, 2014 at 10:45 AM, Scott Stewart <[email protected]> > wrote: >> >> >> Have you looked at the "net" view in Firebug, assuming you have access to >> Firefox or the "network" view in IE, either of these tools will show you >> what's being pinged in the background >> >> On Thu, Dec 18, 2014 at 10:40 AM, LRS Scout <[email protected]> wrote: >> > >> > >> > So this contract I'm on is interesting, a lot going on in the code, >> bunches >> > of legacy stuff that we're trying to rebrand into a single whole. >> > >> > We don't have any control over some of the CSS and scripts that the >> > designers are putting out (which they are still creating while we're >> trying >> > to implement it) and this is lead to some problems we've been able to >> > pretty easily resolve with local CSS. >> > >> > I just got a ticket to fix the formatting for a small table with a form >> > inside it that controls the content of a cfgrid. >> > >> > On the original layout the table just has two form fields and a submit >> > button. >> > >> > On the generated html (.ready or onLoad, not server side) for the new >> > layout the table has been turned into an unordered list using spans and >> > they won't stack horizontally. >> > >> > How can I trace what script or css is changing this and stop it? >> > >> > >> > >> >> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-community/message.cfm/messageid:373021 Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-community/unsubscribe.cfm
