My Site looks Bad in Internet Explorer

I just finished building my first website for a client. The site is for a small business and is fairly basic just static with some links, pictures, icons stuff like that. It looks great in Opera, Firefox, Chrome, and Safari, but when I view it on Internet Explorer it is as if certain style elements just didn’t apply to the page. there are bullets present when I specifically stated list-style-type: none , broken grids, things like that. I don’t want people who happen to be using internet explorer to view the site and think ill of the company.

I think you should go for conditional stylesheet, like if it detects the browser is internet explorer then it should apply a stylesheet specific to internet explorer only.

The following link may help you

Good luck

1 Like