Re: 4.01 Compliance Help
In article <1168548612.401 979.110310@p59g 2000hsd.googleg roups.com>,
aljamala@gmail. com wrote:
>
I tried, I dont know if this will help at all, its geocities so its
really limited, but free!
>
>
Ah, but did you try actually feeding that URL into a validator and
looking at the results? Like this:
<http://validator.w3.org/check?uri=ht...es.com%2Faal_j
amal%2Fhometest .html>
"Result: Failed validation, 22 errors"
(I didn't look at the CSS, but W3C has a validator for that, too.)
Why does it matter if the size is different? How many of your users
will be looking at your page in different browsers simultaneously,
making comparisons between the page appearance?
I didn't look through your code (too much javascript for me) but...
In general, discrepancies between browsers - particularly FF and IE
- are likely to occur because (1) they have different defaults for
fonts, font sizes, etc. and (2) they have different methods of handling
errors (such as the 22 errors referred to above). Try looking at and
fixing your errors, then see if the problem persists.
In article <1168548612.401 979.110310@p59g 2000hsd.googleg roups.com>,
aljamala@gmail. com wrote:
John Hosking wrote:
Your coding (nesting) is still badly mangled. A real validator would
have told you that. Looking at it by hand takes time, which is why
reasonable people won't do it for you (I did, yes, but don't go by
that...). Psot the code on a server, feed the URL to a validator, fix
what you can, then, if you *still* need help, come back by with the URL.
have told you that. Looking at it by hand takes time, which is why
reasonable people won't do it for you (I did, yes, but don't go by
that...). Psot the code on a server, feed the URL to a validator, fix
what you can, then, if you *still* need help, come back by with the URL.
I tried, I dont know if this will help at all, its geocities so its
really limited, but free!
>
>
looking at the results? Like this:
<http://validator.w3.org/check?uri=ht...es.com%2Faal_j
amal%2Fhometest .html>
"Result: Failed validation, 22 errors"
(I didn't look at the CSS, but W3C has a validator for that, too.)
View this page in IE and Firefox and you will notice a difference in
the size of that silver bar containing "dealer portfolio"...do es anyone
know why that might happen? thats basically my question, on different
the size of that silver bar containing "dealer portfolio"...do es anyone
know why that might happen? thats basically my question, on different
will be looking at your page in different browsers simultaneously,
making comparisons between the page appearance?
browsers, it is getting rendered differently. If the link doesn't
help, then I apologize and you can disregard my message. It's just
that this is making my head spin especially since it is the last thing
I need to fix and its pesky.
help, then I apologize and you can disregard my message. It's just
that this is making my head spin especially since it is the last thing
I need to fix and its pesky.
In general, discrepancies between browsers - particularly FF and IE
- are likely to occur because (1) they have different defaults for
fonts, font sizes, etc. and (2) they have different methods of handling
errors (such as the 22 errors referred to above). Try looking at and
fixing your errors, then see if the problem persists.
Comment