I had a look at the site and at the code.
The
HTML code is in a bit of a mess, I assume due to cutting and pasting without too much thinking.
The suggestion by dab42pat should solve part but not all the problems.
It should be easy enough to rewrite the lot.
3 questions:
- Do you want me to attempt it?
- On the left hand side you have a menu that links to exactly the same paces as the drop-down. Do you want/need both?
- Will you allow me some artistic license (like centering and borders), or do you want the page to look exactly as is?
Let me know.
Your main problem with IE is not in the
CSS but in the
HTML
Quote:
|
<td width="100%"><img src="Merrion Computers_files/merrion-computer.jpg" width="100%"></td>
|
FF looks at 100% and interprets it to be 100% of the screen
IE looks at 100% and interprets it to be 100% of the graphic (if the graphic is larger than the boundaries - in our case 3600x540 pixels)