Review please

ronaldroe

Super Moderator
Staff member
I don't think it looks bad. The menu background color looks a little funny. Maybe a lighter shade of tan?

It loads pretty slowly. The tables with the inline styles, as well as the CSS in the header might be part of that. If you can, try to get away from the tables altogether. Add the CSS to the stylesheet "table.css", and be sure to optimize your images. Consolidate your javascript if you can, and load it as the last thing before the closing html tag. That should have the page loading pretty fast.
 

notarypublic

New Member
Welcome to the forum! :)

Certainly won't be brutal, but here are a few things I saw that you could think to change.

The banner is one pixel shorter than the table below it.. and the Cyprus Mediterranean Properties words float around a bit when the gif cycles through images.

The Property Portfolio page's navigation bar is different, I think I prefer it - is there any way to incorporate it into the rest of the site?

Using an image map for your image thumbnails is probably slowing things down as well. Try <a href="address"><img src = "image.gif"></a> with a border set to 0 instead.

Best of Luck!
 
Top