CSS Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsWeb DesignCSS Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old July 18th, 2012, 09:32 AM
timsharpe timsharpe is offline
Contributing User
Dev Shed Novice (500 - 999 posts)
 
Join Date: Apr 2001
Posts: 909 timsharpe User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 5 Days 5 h 34 m 32 sec
Reputation Power: 0
CSS Not working in Internet Explorer

Hello my css on my site works fine in Firefox but in IE everything is mixed up can someone look at www.knowbrockville.com and tell me what's wrong in IE?

Thanks
Tim
__________________
Daily Deals from Kingston to Brockville and Cornwall Ontario. www.seawaydeals.com

Reply With Quote
  #2  
Old December 10th, 2012, 02:40 PM
jonathansampson jonathansampson is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2012
Location: Atlanta, GA
Posts: 14 jonathansampson User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 h 22 m 47 sec
Reputation Power: 0
Hey Tim,

Are you still experiencing issues with the CSS on your site and Internet Explorer? If so, would you mind sharing what issues specifically you're having - I checked the site out and it looked just fine in IE10 (well, it looks the same as it does in Chrome).

There are a few things that I would encourage as general tips to having a better cross-browser experience:
  1. Use a standards doctype: <!DOCTYPE html> will cause your page to appear in Standards-Mode in all major browsers. This prevents it from being rendered in quirks mode, which only exists for backward compatability.
  2. Validate your markup: Use a validation service online to ensure that your HTML is properly authored, and thus will be properly interpreted by each browser when it's parsed to construct the DOM tree. If different browsers interpret your HTML differently, this could result in unexpected differences in styling.
  3. Use progressive-enhancement: Don't rely on experimental modern features of CSS. Instead, build your page to use a baseline of features when it comes to design. From there, progressively enhance the design with newer effects. This way, when older browsers come across your page they aren't entirely broken, but rather fall back to supporting only the more primitive feature-set.

Would love to help in any way possible; let me know how things are going.

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignCSS Help > CSS Not working in Internet Explorer

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap