Page 1 of 1

firefox and IE

Posted: Fri Mar 16, 2007 5:06 pm
by hrubos
How to solve if with the same code, but in mozila(fire fox) interface has mistake, but internet explorer doesn't have???

Posted: Fri Mar 16, 2007 5:37 pm
by feyd
Write better code.

edit: okay, that was a bit harsh, sorry.

But seriously, what can you expect anyone to say without providing more information? Isn't that what we usually ask in your threads anyways?

Posted: Sat Mar 17, 2007 12:09 am
by Kieran Huggins
8O BEST. POST. EVER. :rofl:

Posted: Sat Mar 17, 2007 12:25 am
by hrubos
feyd wrote:Write better code.

edit: okay, that was a bit harsh, sorry.

But seriously, what can you expect anyone to say without providing more information? Isn't that what we usually ask in your threads anyways?
I'm sorry if I have done some thing wrong!!!

if code doesn't run in firefox, only because of bad code???

Posted: Sat Mar 17, 2007 12:28 am
by feyd
Writing a page geared toward IE will often net you a page that doesn't work, or looks very weird in other, more standards-compliant browsers.

We can't help you much at all unless you post more information.

Posted: Sat Mar 17, 2007 4:23 am
by matthijs
As a rule, develop your webpages in a modern browser (Firefox, opera, safari) first using web standards. Then, check in the older and buggy browsers like internet explorer. If needed, apply a patch, workaround or hack to compensate for any layout problem you find.

Posted: Sat Mar 17, 2007 1:59 pm
by hrubos
while I repaired, I realized that maybe problem in this :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

what do you think ?

Posted: Sat Mar 17, 2007 2:03 pm
by feyd
That would put Firefox in compliance-mode.

Posted: Sat Mar 17, 2007 2:35 pm
by nickvd
Post a link to an example...

How the heck can anyone expect us to solve a problem we can't even see...

Posted: Sun Mar 18, 2007 1:36 pm
by hrubos
for the code html, do you know what is tool for debugging?
I think maybe I have error in code html
Now I need it.

My code, now I still not upload to server because I don't chose a server for my web.

Posted: Sun Mar 18, 2007 3:09 pm
by jayshields
Just psot your HTML in some syntax tags so we can see it. Then we will be able to point you in the right direction. You should've done this in your first post.

Posted: Mon Mar 19, 2007 4:06 am
by hrubos
Thank you very much your advice.

and I realized that : if I use src to get style css, so in firefox myweb doesn't run, in IE oki.

tak tag :

Code: Select all

<html>
                <head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
                <title>My web</title><link href="../template/css/ha.css" rel="stylesheet" type="text/css" media="all" />
                <link rel="shortcut icon" href="../template/img/favicon.ico" type="image/x-icon" />
               </head>
now I call css

Code: Select all

<td width="583" height="52" ><div align="center" class="style2">Informa&#269;ní sytem koleje VŠB-TUO </div></td>

Posted: Mon Mar 19, 2007 1:19 pm
by nickvd
:roll:

...


Please post the ENTIRE PAGE.

Bring the hood of your car to a mechanic and ask if he can fix the problem with the engine...