| rhinoian |
|
Community Liason

Joined: 25 Nov 2004 Posts: 631 Location: Manchester
|
Posted: Wed Jan 26, 2005 5:28 pm Post subject: Irony |
| |
Just slogging through a re-write on my site to make it XHTML, CSS and accessibility (WAI - AAA) validated and have finally done it. I've just got to finish the last pages and I can go live.
I went to the W3C website to get the validation logos and discovered that the XHTML isn't valid for the accessibility logo. Ironic .... They are only missing a / to close the image tag but you would have thought that they would get it right. |
|
| Back to top |
|
| NetHosted - Andrew |
|
NetHosted Staff

Joined: 22 Mar 2004 Posts: 5684
|
Posted: Wed Jan 26, 2005 5:31 pm Post subject: Re: Irony |
| |
| rhinoian wrote: | | I went to the W3C website to get the validation logos and discovered that the XHTML isn't valid for the accessibility logo. Ironic .... They are only missing a / to close the image tag but you would have thought that they would get it right. |
ROFL! Funny stuff -
Andrew _________________ | Andrew Bassett
| Managing Director, NetHosted Ltd.
| Resellers, take a look at overselling !
| Members, tell us what you think of NetHosted! |
|
| Back to top |
|
| carlos.poon |
|
NetHosted Customer

Joined: 20 Sep 2004 Posts: 88 Location: London, UK
|
Posted: Wed Jan 26, 2005 6:48 pm Post subject: cm or % |
| |
rhinoian,
Just looked at your site quckly, You might consider changing a line in your css from:
| Code: | /*Design left navigation Bar */
div.navbar {
font-family : "Arial", sans-serif;
background-color : transparent;
color : #ffffff;
line-height : 125%;
text-align : left;
font-size : smaller;
font-variant : small-caps;
height : 100cm;
} |
to (last line change):
I know you didn't ask to any help, but it bothered me when i looked at your site that the page seemed to have lots of blank space at the bottom.
Regards,
Carlos |
|
| Back to top |
|
| NetHosted - Mark |
|
NetHosted Staff

Joined: 21 Dec 2004 Posts: 217
|
Posted: Wed Jan 26, 2005 8:38 pm Post subject: |
| |
another quickie note, if you you want height: 100% to mean 100% of the page and not the viewport use XHTML 1.0 Transitional, Try it with a XHTML1.1 Strict doctype and then with 1.0 Transitional and see what I mean  _________________ | Mark
| Customer Service & Sales, NetHosted Ltd
| Resellers, take a look at overselling !
| Members, tell us what you think of NetHosted! |
|
| Back to top |
|
| rhinoian |
|
Community Liason

Joined: 25 Nov 2004 Posts: 631 Location: Manchester
|
Posted: Thu Jan 27, 2005 9:11 am Post subject: Re: cm or % |
| |
| carlos.poon wrote: |
height : 100%;
|
Carlos, Thanks for the help, the white space is one of the reasons for my redesign but you are looking at my old design. I have been putting off a redesign for a while to correct the CSS & HTML and finally plucked up the courage. The newsite should be red, not blue. The new site (not all the linked pages have been added yet) has corrected CSS and I am using height=100% already. I have even added a print style sheet. Still working through a few bugs with Opera and IE before I go live.
Mark, I tried the Strict / Transistional change but couldn't see a difference with the height element (my table went all to pot though!). What did you mean?
Ian |
|
| Back to top |
|
| NetHosted - Mark |
|
NetHosted Staff

Joined: 21 Dec 2004 Posts: 217
|
Posted: Thu Jan 27, 2005 10:10 pm Post subject: |
| |
Firefox and Opera when you use height: 100%; and XHTML 1.1 Strict will stretch the object to the size of the view port. so if your page is longer than the viewable area, the content will be truncated, or overlflowed incorrectly.
XHTML 1.0 Transtional turns off this behaviour _________________ | Mark
| Customer Service & Sales, NetHosted Ltd
| Resellers, take a look at overselling !
| Members, tell us what you think of NetHosted! |
|
| Back to top |
|
| rhinoian |
|
Community Liason

Joined: 25 Nov 2004 Posts: 631 Location: Manchester
|
Posted: Fri Jan 28, 2005 9:23 am Post subject: |
| |
Mark - I changed the doctype to strict (fortunately it validated OK) and then viewed a long page in Firefox, Opera, IE & Netscape and it seemed OK. Maybe there is a seperate glitch that affects the height:100%, something to do with the difference between absolute, static and relative positioning?? I use absolute positioning for my layout.
ian |
|
| Back to top |
|
| NetHosted - Mark |
|
NetHosted Staff

Joined: 21 Dec 2004 Posts: 217
|
Posted: Fri Jan 28, 2005 9:12 pm Post subject: |
| |
Hmmm its possible as I use mainly relative positioning. _________________ | Mark
| Customer Service & Sales, NetHosted Ltd
| Resellers, take a look at overselling !
| Members, tell us what you think of NetHosted! |
|
| Back to top |
|
User Permissions |
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
| |