Welcome to Dream.In.Code
Getting Help is Easy!

Join 136,853 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,593 people online right now. Registration is fast and FREE... Join Now!




Cross browser CSS

 
Reply to this topicStart new topic

Cross browser CSS

GorillaCheif
14 Jul, 2008 - 12:09 PM
Post #1

D.I.C Head
**

Joined: 23 Apr, 2006
Posts: 62


My Contributions
I've hunted down every site Google initially comes up with. What I can't find, is a comprehensive site that explains (and gives examples of) the differences between CSS for IE and the other browsers. I find dozens of individual examples, but nothing that really relates to the whole spectrum.
I'm finding some of these sites I've been having a hand in developing for our programs look and function fantastic in FF, Opera and Safari, but look like elephant dung (that's a big piece of ^%$@) in IE.
Mostly because our "developers" are jr. high and middle school students and our "staff" doesn't have a clue about the differences. We've abandon IE7 and are starting to look forward to IE8.

Anyway, any help here would be much appreciated.
User is offlineProfile CardPM
+Quote Post

BenignDesign
RE: Cross Browser CSS
14 Jul, 2008 - 12:12 PM
Post #2

Bubble wrapped for your safety.
Group Icon

Joined: 28 Sep, 2007
Posts: 964



Thanked: 2 times
Dream Kudos: 150
My Contributions
In my development, I use conditional coding for cross-browser compatibility.

CODE


<head>
<link rel="stylesheet" type="text/css" href="style.css" />
<!--[ifIE]>
     <link rel="stylesheet" type="text/css" href="style_ie.css" />
<![endif]-->
</head>



It's a second stylesheet with IE specific information. It takes some getting used to and it take a little extra time in initial development, but it will save a lot of headaches in the long run.
User is online!Profile CardPM
+Quote Post

mocker
RE: Cross Browser CSS
14 Jul, 2008 - 02:34 PM
Post #3

D.I.C Regular
Group Icon

Joined: 14 Oct, 2007
Posts: 259



Thanked: 15 times
Dream Kudos: 25
My Contributions
I use w3schools for most of my css reference ( http://www.w3schools.com/css )

For each group of css commands it gives you some notes regarding browser compliance, and a grid that shows what browsers support each command.
User is offlineProfile CardPM
+Quote Post

Sandi
RE: Cross Browser CSS
17 Jul, 2008 - 05:14 PM
Post #4

New D.I.C Head
*

Joined: 18 Nov, 2007
Posts: 15


My Contributions
Internet Explorer vs. the Standards at my favorite site for cross browser problems Position Is Everything.

User is offlineProfile CardPM
+Quote Post

Pitter
RE: Cross Browser CSS
10 Aug, 2008 - 10:48 PM
Post #5

New D.I.C Head
*

Joined: 10 Aug, 2008
Posts: 1

Hi..............
I suggested that Please find out this site below
http://www.css-faq.com/ and take help.
Thank you
Pitter
User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic
Time is now: 12/3/08 06:35PM

Live Help!

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month