/    Sign up×
Community /Pin to ProfileBookmark

Not working in IE

Hey,

I have a website I just did that works great in FF but looks awful in IE. It looks like a float or something is not working. I will be going through it more but I was hoping someone wouldn’t mind taking a look at it and see if it is something simple they can see?

Thanks!

[url]http://6adesigns.com/psad/[/url]

to post a comment
Full-stack Developer

3 Comments(s)

Copy linkTweet thisAlerts:
@FangAug 03.2010 — Add a DTD<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">

Also id must be unique in a document (id='events') and may not begin with a number (id='6a').
Copy linkTweet thisAlerts:
@NailkitaAug 05.2010 — You're using percents for all your widths. I'm finding that a bit confusing...

it could be a case of something being about a pixel off and pushing divs down a line...

or... in your divs that are floating you're not telling it what position, everything that's a float try putting in position:relative; and see if that works for you.

(also add that doctype above poster)
Copy linkTweet thisAlerts:
@tirnaAug 06.2010 — A doctype on your document would help a lot.

I see you have xhtml style elements in your code so either use an xhtml doctype or if you prefer use a html doctype

I inserted an xhtml transitional doctype in you code (while viewing the source) and put it through the w3c validator. It spat out 32 errors. Errors include problems with your table structure and placement of some of your elements where they are not allowed.

If you add a doctype and fix the validation errrors you might find your web page will be more "browser friendly".
×

Success!

Help @Xtrme_XJ spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.24,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...