Previous Message
Next Message

Disappearing unordered list

Sent by Robert Neville on 5 April 2005 20:08


--- Roger Roelofs [EMAIL-REMOVED]> wrote:
> Did you fix this?  I don't see anything out of
> place...  Sorry I'm 
> behind on my mail.

No, the problem still exist. I have several ideas why
though. It may have something to do with the
javascript code. I am trying to learn about the DOM
inspector to debug the situation further. Someone
mentioned that DOM showed the unordered list with
display: none;

Quick Recap:
One unordered list disappears in Firefox. Vanished!
The unordered list in question has the class= “dir”. 
I double-checked the source code and verified the
markup’s semantics. Everything looked fine. So I
placed the code in the W3C validator and it passed
with no errors. Then I placed a regular unordered list
with no class before the previous unordered list. Upon
a reload, the additional unordered list did not
render, yet the unordered list with the “dir” class
appeared.  The whole situation was strange.

http://www.geocities.com/robert_neville310/Template_Sample.html

Look for the heading the following in the source code:

<h4>Directory Structure Unordered List</h4>
   <ul>
      <li>Test</li>
      <li>Test</li>
      <li>Test</li>
      <li>Test</li>
   </ul> 



	
		
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - You care about security. So do we. 
http://promotions.yahoo.com/new_mail
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Possibly related: