Code:FF vs IE, yep, another ? |
![]() ![]() |
Code:FF vs IE, yep, another ? |
Sep 13 2008, 01:53 PM
Post
#1
|
|
|
R.I.P JDL ![]() ![]() ![]() ![]() Group: Member Posts: 178 Joined: May 2008 Member No: 652,668 |
Edit: Figured most of it out. v_v thanks again.
|
|
|
|
Sep 13 2008, 04:53 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 |
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. |
|
|
|
Sep 13 2008, 06:08 PM
Post
#3
|
|
|
R.I.P JDL ![]() ![]() ![]() ![]() Group: Member Posts: 178 Joined: May 2008 Member No: 652,668 |
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.
|
|
|
|
Sep 13 2008, 10:08 PM
Post
#4
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 2,435 Joined: Feb 2007 Member No: 506,205 |
I'm going to go ahead and close this, then. Let me know if you need it reopened.
Closed and moved to Resolved. |
|
|
|
![]() ![]() |