Follow-up Comment #2, task #2919 (project savane):

Add `onload="thing_you_want_to_hide.style.visibility='hidden';"' to the
<body> element or, alternatively, <script>...</script> right after whatever
you are hiding.  You will probably need `document.getElementById
('thing_id')' instead of `things_you_want_to_hide'.

This way, if JavaScript is not enabled/implemented, the element will never
get hidden to begin with.  There might annoying flickering if the page is
loaded slowly, though, not sure.


    _______________________________________________________

Reply to this item at:

  <http://gna.org/task/?func=detailitem&item_id=2919>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Savane-dev mailing list
[email protected]
https://mail.gna.org/listinfo/savane-dev

Reply via email to