Forum Moderators: not2easy
I'm using this rule: li.heading { list-style-image: url("/images/arrow.gif"); }
The heading code: <li class="heading">Name</li> and then a <ul> with entries right after that.
In IE it only displays the arrow image on the headings in the right column. The left and right columns are different divs, but I even tried setting the left column to the same rule as the right column and it still only displayed the arrow on half of the headings. It works fine in Mozilla, however. Dang IE. Any help?
[w3schools.com...]
Birdman