Reputation: 2676
I have been design a site it is started nice in explorer but it is not nice I mean it different from IE (borders and alignments) in opera and some other browser. How I can set my site to load by all browser ?
I use asp.net to design pages. net framework 4.0
Upvotes: 0
Views: 64
Reputation: 2790
I would approach the design slightly differently, and design/code the XHTML/CSS for Opera/Firefox/Safari etc first, and then see how it displays in IE. Possibly implementing conditional stylesheets to manage IEs quirks.
Upvotes: 2