This is for those of you who know HTML, XHTML, and JS.
I have a web page where I used “div” tags to make some things fly in from the side when the page is loaded in. The only problem is that it leaves a huge blank area at the bottom and I was wondering if there was any way to get rid of that blank space.
I may have some more questions as I continue to work on this web site.
When I get a minute, I’ll look more closely, but just on the surface, this code isn’t close to HTML 4 or XHTML. I’m seeing a ton of differences between the different browsers.
Also, I don’t see anything ‘flying in’, except for the marquee tag, not even with IE. Am I missing something? If you want to move HTML elements, the best thing to use is the JS with DOM. IE is pretty good with it, so it’s a good choice.
I don’t have any of the flying in effects on there yet. I just have a bunch of div tags and I was wondering if anyone knows of a way to cut off the empty space at the bottom.