- CSS site design suggestions/critique please.
- Posted by Yitz on December 3rd, 2004
Hi - I am working on my first all-CSS site.
http://pushingtheenvelope.ca/launch3/
The client wants nothing on the home page because he wants the randomized
images to be prominent.
I set up the home and about page so far. As you can see, all I have is a
simple white box.
Does anyone have any suggestions? I feel that it's a bit plain and needs
something more.
Thank you,
Yitz
- Posted by jake on December 4th, 2004
In message <F80sd.27174$kI6.1513909@news20.bellglobal.com>, Yitz
<thanks@for.nothing> writes
Yes.
(a) Clear up the outstanding validation errors
(b) Test your site with different font sizes (having specified them in
'%') and make sure your design is flexible enough to handle them.
IE6
===
http://www.gododdin.demon.co.uk/ng/pu/PU01X.JPG (81k)
(c) Test your site in a number of browsers, with various browser
settings e.g. Javacript switched off.
Opera
======
http://www.gododdin.demon.co.uk/ng/pu/PU02X.JPG (66k)
Opera with no JS
===============
http://www.gododdin.demon.co.uk/ng/pu/PU03X.JPG (61k)
HPR talking browser
==================
http://www.gododdin.demon.co.uk/ng/pu/PU04X.JPG (72K)
Then worry about the final touches.
(The keyword is 'testing'.)
--
Jake
- Posted by Davide Montellanico on December 4th, 2004
Hi Yitz
you haven't used a valid DOCTYPE!
I like the images but they takes too much time to download and with a 56K
dial-up connection they risk to remain unnoticed, especially during the
navigation.
IMO you can improve the layout by using another colour for your scheme.
There is very few contrast between graphic elements *eg. the borders in your
boxes* links and header text, because they are all orange.
The layout needs more tension. all the element are centered aligned, the
only exceptions are the logo and the menu.
Anyway all looks toward the center. No tension equals very few visual
interest.
Of course, these are just my opinions :-)
cheers
--
Davide
"Yitz" <thanks@for.nothing> ha scritto nel messaggio
news:F80sd.27174$kI6.1513909@news20.bellglobal.com ...
- Posted by Richard BUDD on December 4th, 2004
i would say the same about the background images. i looked at the total site
then read some news post. and saw a comment about the imagery. it has just
loaded for me after reading all this stuff.
i like the layout and design...good stuff.
Buddy
www.LionheartGraphics.co.uk
"Davide Montellanico" <latinsoul@my-deja.com> wrote in message
news:yLisd.456711$35.19761588@news4.tin.it...
- Posted by mark | r on December 4th, 2004
"Yitz" <thanks@for.nothing> wrote in message
news:F80sd.27174$kI6.1513909@news20.bellglobal.com ...
if this is so advise him that to do this will cripple his sites ability to
achieve even a simple search engine presence (content is king and THE thing
search engines look for - not META info)
put it on a pastel background it will pep up the white
- Posted by Yitz on December 5th, 2004
Thanks Jake
- I really appreciate that work that you did for me. I will try to see what
I can do.
Yitz
"jake" <jake@gododdin.demon.co.uk> wrote in message
news:Me3JVKcfFasBFwfW@gododdin.demon.co.uk...
- Posted by Yitz on December 5th, 2004
What's a doctype?
"Davide Montellanico" <latinsoul@my-deja.com> wrote in message
news:yLisd.456711$35.19761588@news4.tin.it...
- Posted by Alan Apperson on December 5th, 2004
See the really good article by Jefrey Zeldman
Per HTML and XHTML standards, a DOCTYPE (short for "document type
declaration") informs the validator which version of (X)HTML you're using,
and must appear at the very top of every web page. DOCTYPEs are a key
component of compliant web pages: your markup and CSS won't validate without
them.
http://www.alistapart.com/articles/doctype/
"Yitz" <thanks@for.nothing> wrote in message
news:YsAsd.34$l%5.3166@news20.bellglobal.com...
- Posted by Davide Montellanico on December 5th, 2004
A Document Type Declaration informs modern browsers which standard to use
for page rendering too.
If you omit the DOCTYPE or if it's an invalid one, modern browsers will work
in 'quirk' mode and they will render your pages as you have coded them using
html version 3.2 .
HTH
cheers
--
Davide
"Alan Apperson" <alanapperson@triad.rr.com> ha scritto nel messaggio
news:FqBsd.27961$Mu3.1780725@twister.southeast.rr. com...