Click to See Complete Forum and Search --> : Clearview-cctv.co.uk V2
Tim158
08-25-2004, 08:07 AM
Hello,
Please review this site. This is the first proper company website I've ever made and it has been worked on for about 8 weeks.
Advice and Critisism are all welcome.
http://www.clearview-cctv.co.uk
Many thanks,
Tim Ballard
Booooze
08-25-2004, 08:39 AM
this is where your tables crew you over. im pretty sure you designed it in ie, cuz there are several problems in firefox, which means there are probably problems in netscape. The colors are somewhat ok, and it seems like you have all information needed, but your javascript and tables are going to cause problems. your tables are all out of shape and your javascript could cause probelms if the user has disabled it, but thats not to likely. You used styles in you tables and stuff, y not just use divs and syles and ditch the tables all together? cause your tables are showing differently in different browsers, such as putting your links bar to high and covering some text, and messing up some of the bars all together. alot of this could have been made much easier in css:p..like always..
Tim158
08-25-2004, 10:37 AM
Your right, for this layout I don't know why I designed the site using tables. I've made tableless sites before (my personal site is one of them). Still, not all is lost, thanks to the power of PHP I'll have the site CSSified in no time.
"like always"???
CSS is not yet perfect though - try creating a web page that uses various 'columns' for content (of varying width - i.e. based on resolution) and navigation. You will soon see the problems that CSS has with this kind of layout.
Thanks - point well made
Tim
Booooze
08-25-2004, 11:15 AM
thats true, but depends, you might be better off using tables, depending on how many colums you have etc. but would tables be able to handle it any better?