PDA

View Full Version : Please Review


tidycastle
7-17-04, 10:39 PM
Hi

Please give me your opinion

Thanks

http://www.tidycastle.com/new

B&T
7-17-04, 11:17 PM
Generally, a nice site. Some suggestions:

Get rid of the IE image toolbar on your pages with this:
<meta http-equiv="imagetoolbar" content="no">

Having the scrollbar way over to the right when viewing at 1024X768 is not intuitive. Using frames as you are, you could fix this by having the center be a frameset with a fixed width within a larger frameset with a left and right blank page frame. Then the scrollbar would be with the frame in any resolution.

The checkboxes in the pricing section seem backwards to me. I would have the box right in front of the text, not at the right margin. It also is hard to associate the way you have it.

(jj)
7-18-04, 01:20 AM
You may want to change this:

<img src="images\image_name.jpg"> to <img src="images/image_name.jpg">

using a forward slash "/" instead of a backward slash "\" as IE and some versions of Opera are the only browsers that will render a path using a back slash. In Netscape and Mozilla, all that I see is a blank blue and white page with a menu at the top. None of your images are displayed in Netscape/Mozilla.