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. |
|
|
|
dhxdezigns Code:FF vs IE Sep 13 2008, 01:53 PM
dhxdezigns oh wow, that's sad...i should have noticed tha... Sep 13 2008, 06:08 PM
schizo I'm going to go ahead and close this, then. Le... Sep 13 2008, 10:08 PM![]() ![]() |