![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| ||||||||
| ||||||||
|
|
Joe exCSSive <joe (AT) example (DOT) invalid> wrote: where does the page I've put together at: http://www.sundialontario.com/testmockup.htm rank within your scheme of "Holy Crap...that's God-awful !" Again, what I mean is, if I have to deliver soon, have I got something that would at least get a passable grade ? 1) Look at it with a Gecko browser. |
|
2) There's a missing graphic |
|
3) It falls apart to quickly when zoomed 5) The menu isn't properly centered 13) It causes a horizontal scrollbar for a < 770px wide viewport 14) Reduced size Verdana causes problems (Google for the why) |
|
4) Most of the menu code seems to have been copied from my example, but without the graphic. This makes much of the code superfluous. |
|
6) Useless meta tags 8) "Company Logo" makes no sense as alt content 12) The "Wonderful Company" text is hard to read |
|
7) CSS should be externalized I have an external style sheet. I only included those portions |
|
9) The page lacks structure, it has no h1 heading In the final version, the logo & address will be h1 |
|
10) It doesn't validate http://validator.w3.org/check?uri=ht...testmockup.htm 11) No character encoding specified Oops...I'm on it ! |
#12
| |||
| |||
|
|
1) Look at it with a Gecko browser. I've just installed Mozilla. Thanks ! |
|
8) "Company Logo" makes no sense as alt content 12) The "Wonderful Company" text is hard to read For the sake of this example, names have been changed to protect the innocent" |
|
9) The page lacks structure, it has no h1 heading In the final version, the logo & address will be h1 |
#13
| |||
| |||
|
|
Given your claim that you test in FF, how come you missed the fact that the menu is corrupted when viewed with a Gecko browser? |
|
8) "Company Logo" makes no sense as alt content 12) The "Wonderful Company" text is hard to read For the sake of this example, names have been changed to protect the innocent" That doesn't change either of the above two points. If the text in the graphic says "foobar", then the appropriate alt content should probably also be "foobar". |
|
9) The page lacks structure, it has no h1 heading In the final version, the logo & address will be h1 The address should not be marked up with h1. |
#14
| |||
| |||
|
|
Given your claim that you test in FF, how come you missed the fact that the menu is corrupted when viewed with a Gecko browser? Again, I must be missing something. This is what I see when I view it in FireFox: http://www.sundialontario.com/images/capturepage.jpg I don't see any corruption. What "corruption" are you referring to ? |
|
When I publish the website, the company (let's call it XYZ) logo (graphic) will be included and will be a quality graphic. The alt text will be "XYZ Company Logo". |
#15
| |||
| |||
|
|
I get this with FF 0.9.2 and Mozilla 1.5, could be a bug that has since been fixed though. |
#16
| |||
| |||
|
|
I get this with FF 0.9.2 and Mozilla 1.5, could be a bug that has since been fixed though. Is there really a point in testing any Firefox (Firebird, Phnix) version prior to 1.0? |
#17
| |||
| |||
|
|
Joe exCSSive <joe (AT) example (DOT) invalid> wrote: Given your claim that you test in FF, how come you missed the fact that the menu is corrupted when viewed with a Gecko browser? Again, I must be missing something. This is what I see when I view it in FireFox: http://www.sundialontario.com/images/capturepage.jpg I don't see any corruption. What "corruption" are you referring to ? http://homepage.ntlworld.com/spartan...ialontario.png I get this with FF 0.9.2 and Mozilla 1.5, could be a bug that has since been fixed though. |
|
When I publish the website, the company (let's call it XYZ) logo (graphic) will be included and will be a quality graphic. The alt text will be "XYZ Company Logo". "XYZ" is better. |
#18
| |||
| |||
|
|
Joe exCSSive <joe (AT) example (DOT) invalid> wrote: Given your claim that you test in FF, how come you missed the fact that the menu is corrupted when viewed with a Gecko browser? Again, I must be missing something. This is what I see when I view it in FireFox: http://www.sundialontario.com/images/capturepage.jpg I don't see any corruption. What "corruption" are you referring to ? http://homepage.ntlworld.com/spartan...ialontario.png I get this with FF 0.9.2 and Mozilla 1.5, could be a bug that has since been fixed though. |
|
When I publish the website, the company (let's call it XYZ) logo (graphic) will be included and will be a quality graphic. The alt text will be "XYZ Company Logo". "XYZ" is better. |
#19
| |||
| |||
|
#20
| |||
| |||
|
|
A small point, and not germane to the fascinating discussion so far: you have body{margin:5% auto;} which sets the vertical margins as well as the horizontal, horizontal being the axis that <percentage> talks about. That accounts for the "swimming" effect you see when you resize the window (as it was, that is; the present layout, with its eternal horizontal scroll bar, masks the effect). I've been much happier when I've set vertical margins to some fixed value, a <length>, like 3em or 40px. Then I don't get seasick. -- fredo |
![]() |
| Thread Tools | |
| Display Modes | |
| |