Posts: 481
Location: Gold Coast - Brisbane QLD, Australia
|
Pull out a calculator and slice up the images yourself. Ya, imageready and firewroks writes terribly bloated code.
Personally, I export a flat tiff file to fireworks > slice and dice > export slices with no html > construct the webpage using as little code as possible (the calculator is for calculating element dimensions to contain images).
Your header image should only be a single image to reduce the number of connections required to download the page media. Your navigation menu doesn't need to be images. A text menu will suffice for the top horizontal navbar and with a CSS border like the footer, you woudn't notice the difference.
Try and stay away from all image navigation menus. Search engines will use the anchor text in your links to get an idea of page topic relevancy.
|