Hello there,
after weeks of works and test the project on different web browsers I noticed that my site not working propably on IE9 and its totally missed up :(, how can I fix this problem
test this link
http://pic4u.netau.net/share
OsaMasw 13 Loving Helper
Recommended Answers
Jump to PostOMG, it's really really messed up.
I think you'll need to go in steps, fixing a thing each time.
The first thing that I noted is a HTML markup error, there's a
</div>
that has no begining tag, after the<div id="headerWrapper">
closing tag.
Jump to PostAfter
<div id="nav" style="float: right;"></div>
Insert<div style="clean: both;"></div>
Jump to PostYes, it's a good idea to have a style sheet only for IE in your case.
You can do it like this:
<!--[if IE]> <link rel="stylesheet" type="text/css" href="all-ie-only.css" /> <![endif]-->
All 9 Replies
JorgeM 958 Problem Solver Team Colleague Featured Poster
AleMonteiro 238 Can I pick my title?
OsaMasw 13 Loving Helper
AleMonteiro 238 Can I pick my title?
JorgeM 958 Problem Solver Team Colleague Featured Poster
AleMonteiro 238 Can I pick my title?
OsaMasw 13 Loving Helper
AleMonteiro 238 Can I pick my title?
OsaMasw 13 Loving Helper
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.