Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Kogo #1
DOM Display
Every time I code in Javascript, I get screwed up in trying to find the DOM
path to the element I want to change. Is there some tool that will display the
DOM tree down to an individual element for me?
TIA
Kogo Guest
-
Ad display
is it possible to set a target link for outer one only. If any link in lower flash it should not call when we click. -
Multiple cfformgroup Accordion don't display in IE7Multiple cfformgroup Accordion don't display in IE 7
Sorry for the double post, wasn't sure which category to post this question in. On FireFox 2.0.0.12 (Linux), the attach code displays two... -
Multiple DB Columns display in <cfselect display>
*disclaimer* -- I'm a CF n00b. Hello all, -
CDE - Display
Hi I have a Sun Solaris m/c with CDE. I have two monitors and right hand side display is in inverted mode. I would like to disable the invert... -
LG 700S monitor display does not work for 1024x768 display
Hello, I have a LG 700S 17 inch monitor which does not work for the display setting of 1024X768 in Red Hat Linux 8.0. Has anyone of you having... -
rob::db #2
Re: DOM Display
Why don't you just find the element using
document.getElementById('element_id'); ?
Kogo wrote:> Every time I code in Javascript, I get screwed up in trying to find
> the DOM path to the element I want to change. Is there some tool that
> will display the DOM tree down to an individual element for me?
>
> TIA
rob::db Guest
-
Kogo #3
Re: DOM Display
I think this construct has limited cross-browser support. Am I wrong?
Kogo Guest
-
rob::db #4
Re: DOM Display
It's a part of the W3C's DOM standard from version 1 and above. Some old and
crusty versions of Netscrape don't support it, but that's their problem
really...
Kogo wrote:> I think this construct has limited cross-browser support. Am I wrong?
rob::db Guest
-
rob::db #5
Re: DOM Display
If you really do want to see the DOM, WebTool from Iconico is a very useful
tool though (handy in other ways too!).
[url]http://www.iconico.com/webtool/index.aspx[/url]
rob::db Guest



Reply With Quote

