Ah-hah. Cross-browser compatability... That is why I stopped using inline frames for my menus. One nice thing about ASP .Net, is that it generates HTML tags on the fly, based on what browser you are using. if your browser doesnt understand <span> tags, no biggie, it uses <div>.
The big thing is that ASP .Net contains actual programming, as opposed to scripting (like vbs or Javascript). Whats funny, is that without a knowledge of Javascript, ASP .Net isnt really very impressive.
|