Help - Search - Members - Calendar
Full Version: Code:FF vs IE
Forums > Resource Center > Webmasters' Corner > Resolved Topics
xDarkHope
Edit: Figured most of it out. v_v thanks again.
fixtatik
hmm...right off the bat there's a gigantic problem i'm noticing: no doctype, and you don't even start the <html> tag. those are the two most important parts of a web page.

secondly, in the actual content area, you're using <span> tags where you should be using <div> tags. spans are usually used for single lines of text, while divs are comparable to tables.

there also will be a couple issues when you're using float, relative positioning and margins all at once.

so, it's probably exactly what you don't want to hear: i'd suggest recoding it completely.
xDarkHope
oh wow, that's sad...i should have noticed that, but I wasn't looking there. I suppose coding something when you've been up for two days is a bad idea. thank you much v_v sorry for the obvious questions.
schizo
I'm going to go ahead and close this, then. Let me know if you need it reopened.

Closed and moved to Resolved.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.