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

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




Website differences in IE & Mozilla

 
Reply to this topicStart new topic

Website differences in IE & Mozilla

dadaji
17 Jul, 2008 - 03:13 PM
Post #1

New D.I.C Head
*

Joined: 22 Jun, 2008
Posts: 5

Hi all,
I am building a website but the problem is that it looks good on IE but it does not look at all the same in Mozilla Firefox. How do I fix it. I am using dreamweaver to build it and the site is online, its url is www.butchsauctions.com

Any help will be appreciated.

Thank you.
User is offlineProfile CardPM
+Quote Post

no2pencil
RE: Website Differences In IE & Mozilla
17 Jul, 2008 - 04:03 PM
Post #2

My fridge be runnin OH NOEZ!
Group Icon

Joined: 10 May, 2007
Posts: 6,435



Thanked: 64 times
Dream Kudos: 2425
Expert In: Goofing Off

My Contributions
QUOTE(dadaji @ 17 Jul, 2008 - 07:13 PM) *

How do I fix it.


There is no easy answer to this question. It would be a lot easier to point out discepancies with a URL so that we can see the errors for ourself. The only way to fix it is to learn the coding standards for the browsers. As time goes on, you'll find other browsers that have their own little quirks as well. This is one of the items that make web design difficult.

User is offlineProfile CardPM
+Quote Post

Sandi
RE: Website Differences In IE & Mozilla
17 Jul, 2008 - 05:04 PM
Post #3

New D.I.C Head
*

Joined: 18 Nov, 2007
Posts: 15


My Contributions
QUOTE
Any help will be appreciated.


The best way is to lean up front how IE and FF handle code differently. That way rather than just being helped with answers for one problem you will be armed for the future against browser incompatibilities.

The best help that I know of is Position Is Everything by John and Holly Bergevin. Especially Internet Explorer vs. the Standards

User is offlineProfile CardPM
+Quote Post

BenignDesign
RE: Website Differences In IE & Mozilla
17 Jul, 2008 - 07:41 PM
Post #4

Bubble wrapped for your safety.
Group Icon

Joined: 28 Sep, 2007
Posts: 950



Thanked: 2 times
Dream Kudos: 150
My Contributions
I've never used Dreamweaver myself, so I am clueless as to exactly how it works and what it spits out in the end, but in hand coding, which I do every day of my life, I use a nifty little trick to attain cross-browser compatibility:

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



What it means is you have 2 separate stylesheets - one for IE and one for everything else. The code does a browser check and uses one file (style_ie.css) if the viewer is using IE and the other file (style.css) if the viewer is using any other browser. This can be further complicated by different versions of IE, but I'll refrain from that mess unless needed. biggrin.gif
User is offlineProfile CardPM
+Quote Post

chitetskoy
RE: Website Differences In IE & Mozilla
25 Jul, 2008 - 07:58 PM
Post #5

New D.I.C Head
*

Joined: 25 Jul, 2008
Posts: 2

Hi, I'm Chitetskoy, student, living in Manila, Philippines.

I studied your source code, and I found some problems.

You must NEVER use local-file-system-type absolute file path in your site (like file:///C|/foo/bar.gif). When using this approach, the browser will attempt to look for a file in the CLIENT's computer instead of the server's.

Use Relative paths instead on creating websites, that is much more recommended.

Maybe after fixing these bugs we might take a look agan on the problems regarding to your site (which you say is somewhat a "browser incompatibility" problem).
User is offlineProfile CardPM
+Quote Post

Ändrew
RE: Website Differences In IE & Mozilla
26 Jul, 2008 - 05:49 PM
Post #6

D.I.C Head
**

Joined: 21 Apr, 2008
Posts: 57


My Contributions
Number 1 you need to not use those file paths like said in post above and try to stick to the stricted web standard.
User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic
Time is now: 12/1/08 04:59PM

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