Question : Bullets not showing in unordered list

I have an unordered list on a page.  In FF, the bullets are showing for the li elements as desired.  In IE7 and IE6 they are not.  Must have something to do with the style sheet since if I disable the style sheet they are showing up.  The elements in question are in the upper right on this page:

http://cabosunandfun.com/  (Weather and Map).

I wish there were a tool for IE that was similar to Firebug and the Developer toolbar.  I have the IE developer Toolbar but it doesn't quite cut it.

Answer : Bullets not showing in unordered list

Using the code in the related post, consider what happens when adjacent_find sends left=(22,A) and right=(22,A) to isDistEqual(). The distances match, but the student ID do not match and so
       left.studentName != right.studentName
is false. So this pair is skipped by adjacent_find.

So, you won't even know from adjacent_find that there even were two entries = (22,A). So, you don't have to worry about getting 22 feet: A, A, C, D since 22,A will be seen only once.
Random Solutions  
 
programming4us programming4us