Page 1 of 1

only in ie6

Posted: Thu Jan 15, 2009 6:56 pm
by andyg
We have built this simple site for our radio station
http://www.hospitalradioplymouth.org.uk

It seems to display fine in every browser except IE 6 where the menu turns vertical Why?
I not sure  how to correct this.

should we be using a different menu template, this is the basic cms made simple one which was pre install.

Re: only in ie6

Posted: Sat Feb 07, 2009 5:49 pm
by kateb
Does your CSS include a height attribute for those links? If so, try removing it, and your problem should be solved :-)

Re: only in ie6

Posted: Fri Feb 13, 2009 7:24 pm
by andyg
Thanks have menu as it should be but the third column has dropped below the centre ONLY IN IE6

Re: only in ie6

Posted: Fri Feb 13, 2009 9:55 pm
by Dr.CSS
Your problem is because the default template are made to be flexible, min-width max-width, and IE doesn't understand this so it has a JS type call in the ...

If you are going to be having a fixed width you need to remove the min/max script for IE, and just set the width in the CSS as you have...

Re: only in ie6

Posted: Sun Feb 15, 2009 4:01 pm
by CWebguy
Mark is right.  Default templates use JS to set widths.  Take these out.

lance

Re: only in ie6

Posted: Wed Feb 18, 2009 2:43 pm
by nico63
I had the same problem and it was resolved by removing the height attribute
Thanks kateb   :)