I\'m making a website in Aptana and i\'m using an empty div element for the styling of a border-bottom.
I couldn\'t make it part of the element it\'s a border of be
From Best Practices for Speeding Up your Webpage
A complex page means more bytes to download and it also means slower DOM access in JavaScript. It makes a difference if you loop through 500 or 5000 DOM elements on the page when you want to add an event handler for example.
A high number of DOM elements can be a symptom that there's something that should be improved with the markup of the page without necessarily removing content. Are you using nested tables for layout purposes? Are you throwing in more