Quote:
Originally posted by kedaman
1. Is there any limit to how many div tags you can nest, if not would it affect performance to make a list by nesting div tags?
2. Is there a performance issue using innerhtml to update an entire page as long as its stored in javascript? Any other way of just updating a small portion of a div tag?
1. No, it doesn't affect performance too much, and there's no limit. What would be your reason for using <div> instead of <ul> or <ol> for a list?
Quote:
another question, is it possible to make a link open a page when javascript is not activated, while doing something else when it is?
You can't actually