Yes, I was going to inspect the css because your example was doing the job while mine actual project was expanding the empty <li> tags containing the nested <ul>'s.
I have never heard of the zoom...
bionoid,
Thank you for pointing out the need for the <li> wrappers around my nested ul's. In your example the lower border of the newly added <li> tags sums up and becomes unequally thick - can be...
I am trying to style some nested unordered lists with CSS. When I use the IE7 standards or Quirks mode, the nested <li> elements get the background properties of their parents, the borders also don't...
I am using a WampServer on a Windows7 64 bit OS and I cannot configure it to support Interbase. I tried the PDO but it's not clear to me which configuration files have to be changed according to the...
Thank you once again Kor for your attention and kindness to explain everything in such a detail!
Until now I thought that document.getElementsByTagName returns an array instead of just a list of...
Thank you, Kor for your remarks! I find DOM terminology and methods confusing... What's the difference between an element and a node for example... And I'm not familiar with all the methods and...
Is there a way to determine the position of a particular child node, or in my case, whether it is the last sibling in order to avoid the error I get in case there are no more siblings?
In the example below it appears JavaScript can't read a style property if it's not specifically defined with JavaScript before, ie you can't get a value in this way:
var testboxWidth =...
Kor, thank you for you suggestion! I remember I used an anonymous function with setTimeout that contained functions with string parameters. So your method is perhaps similar, though I can't make it...
You are welcome! When you get the principle, everything else is up to your customization. If it interests you, you can read how to sort these 2-d arrays here:...
Thank you for the suggestion, toicontien! I myself came empirically to this solution - encode the div reference in numbers and pass those numbers as psDiv parameter, ie:
I have a function that changes the innerHTML of a DIV element.
I want to pass to that function as a parameter a reference to the DIV to be changed.
In the example below it works the first time...
Shampie, the page was tried only locally, on my PC, IE7 (Firefox caused no problems). Can somebody else confirm my observation?
felgall, why then if I remove the comment it works properly? I myself...
BrainDonor and felgall, in that case it didn't matter how window.open was invoked...
I also tried the onclick event as BrainDonor suggests with and without return false, but the result was one and...
Can somebody please explain to me why the HTML comment, generated by IE when saving a page, interferes with the window.open method and the notorious "Access is denied" error is generated?