i tried 2 create one web page....it is good in mozilla....bad 2 view in I.E7...plz give me suggestions
http://blakol.com/cc/keystone/index.html
thnkyou in advance

Recommended Answers

All 2 Replies

in my opinion, IE browsers are the worse browsers around. They have cause problems for web developers and should be taken off the face of the planet.
That being said, you can create a a separate css file for IE and include this in the <head> tag of your page:

<!--[if IE]> <link href="ie.css" rel="stylesheet" type="text/css"> <![endif]-->

what it does is if the user is using IE to view your website, it'll use the ie.css stylesheet instead of your main stylesheet.

Hi!
I have replied to your same same issue earlier that IE doen't support displaydisplay:inline-block, insteed of that use float property that will solve your issue.

Thanks.

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.