View Single Post
  #7 (permalink)  
Old Apr 25th, 2008, 20:15
shalom_m shalom_m is offline
Up'n'Coming Member
Join Date: Apr 2008
Location: Or-Yehuda, Israel
Age: 60
Posts: 92
Thanks: 0
Thanked 0 Times in 0 Posts
Re: please help me understand! CSS Menu in IE GONE WRONG!

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:
  1. Do you want me to attempt it?
  2. 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?
  3. 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)

Last edited by shalom_m; Apr 26th, 2008 at 01:58.
Reply With Quote