Developer Toolbar

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Once more:
I have created a test tool, which controls the Internet Explorer through
WIN32OLE.
Now I want to add a new focus feature and highlight the focus like
..style.border = "3px solid red". It works, but not for table rows (TR).
I often use the DOM Explorer (Internet Explorer Developer Toolbar) and this
plugin can outline every element by clicking on it (blue border). How does
the DOM Explorer outline the HTML elements?
 
There is a CSS2-Attribute outline, but it does not work in Internet Explorer
up to version 6. Are there any patches available?
 
Back
Top