|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
http://www.pavilion.org.uk/ --- recently launced CSS site
any chance someone could have a look at the CSS here and give spme tips etc, kinda new to css but picking it up quite quick
Cheers |
|
#2
|
||||
|
||||
|
more people are likely to check it out if they can just click a link
cus we are all lazyhttp://www.pavilion.org.uk/ |
|
#3
|
||||
|
||||
|
as for the site, i do like it very much. Clean, easy to use and looks professional. Keep up the good work !!
|
|
#4
|
||||
|
||||
|
cheers mate.. and thx for the link
|
|
#5
|
||||
|
||||
|
Quote:
no probs. |
|
#6
|
||||
|
||||
|
FYI - your xhtml does not validate: validator.w3.org
also, your css has errors: jigsaw.w3.org/css-validator here is your WebSiteOptimization speed report: Web Page Speed Report (this is only for the home page). It has some suggestions for improvements at the bottom of the page. from a design perspective (and my personal opinion), I think it looks great! Clean, easy to find stuff, good color scheme. Keep up the good work!
__________________
ShepherdWeb :: Charging Rhino Wizard I know of no more encouraging fact than the unquestionable ability of man to elevate his life by conscious endeavor. {Henry David Thoreau} § shepherdweb.com § fariswheel productions § reagan administration |
|
#7
|
||||
|
||||
|
Quote:
thanks for that web page speed tool, looks rather nifty.And useful! |
|
#8
|
||||
|
||||
|
Quote:
sure, and no problem! It's one of my favorite tools, I use it all the time! |
|
#9
|
||||
|
||||
|
Quote:
|
|
#10
|
||||
|
||||
|
Quote:
cool, good luck! |
|
#11
|
||||
|
||||
|
Quote:
VERY Sexey Keep it up.However, on top of those XHTML/CSS validation problems, your code hasn't been marked up in a very semantic manner. Consider using non-presentational classnames and other elements besides <div> So, for a nav list, you'd use: Code:
<ul id="Nav"> <li><a href="#">Foo</a></li> <li><a href="#">Bar</a></li> </ul> Rather than: Code:
<div id="Sidelinks"> <a href="#">Foo</a> <a href="#">Bar</a> </div> HTH |
|
#12
|
||||
|
||||
|
Cheers Mate, yes i use the above example now think you told meit in a other thread, but it dont harm to be told again cheers
|
![]() |
| Viewing: ASP Free Forums > Web Design > Site Reviews > http://www.pavilion.org.uk/ --- recently launced CSS site |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |