Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 02-21-2013, 01:40 AM   PM User | #1
disbsymin
New to the CF scene

 
Join Date: Jan 2012
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
disbsymin is an unknown quantity at this point
Site works in firefox and chrome but not Internet Explorer. How can I change this?

Hello,

I have an urgent issue. I created this site http://john-craven.com/ It works perfectly on safari, firefox and chrome but looks completely off in Internet Explorer. Can I indicate different CSS for IE or is is a different issue? Please help.


Thank you!
disbsymin is offline   Reply With Quote
Old 02-21-2013, 11:21 AM   PM User | #2
VIPStephan
The fat guy next door


 
VIPStephan's Avatar
 
Join Date: Jan 2006
Location: Halle (Saale), Germany
Posts: 7,585
Thanks: 5
Thanked 864 Times in 841 Posts
VIPStephan is a jewel in the roughVIPStephan is a jewel in the roughVIPStephan is a jewel in the rough
It’s probably a different issue. If coded correctly IE displays websites the same way as other browsers. You didn’t mention any version of IE, though; IE 6 isn’t quite the most modern browser, you know? But IE 8 should have no major problems. First make sure your code is correct. And then a tip for future development: always test your website in multiple browsers during development, not just when you’re done. It’s a lot easier to spot the source of errors if you check after every step.
__________________
Don’t click this link!
VIPStephan is offline   Reply With Quote
Old 02-21-2013, 01:27 PM   PM User | #3
sunfighter
Senior Coder

 
Join Date: Jan 2011
Location: Missouri
Posts: 2,365
Thanks: 18
Thanked 348 Times in 347 Posts
sunfighter is on a distinguished road
Lots of depreciated and unknown attributes. Use http://validator.w3.org/ to find these.

Code:
<!-- All are unknown attributes -->
<link rel="stylesheet type="test/css" href="css/main.css" media="screen">

<style>  <!--  <= Missing attribute in style tag -->
a.three:link {color:#999999; font-size:9pt; font-face: arial; font-decoration:bold;} <!-- Not what you think it is -->
a.three:visited {color:#999999; font-size:9pt; font-face: arial;}
a.three:hover {color:white; background-color:#f51c1d;  font-size:9pt; font-face: arial;}
a.three:active {color:999999;  font-size:9pt; font-face: arial;}
</style>
sunfighter is offline   Reply With Quote
Reply

Bookmarks

Tags
css, html, internet explorer

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 03:10 PM.


Advertisement
Log in to turn off these ads.