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.
only in ie6
Re: only in ie6
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
Thanks have menu as it should be but the third column has dropped below the centre ONLY IN IE6
Re: only in ie6
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...
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
Mark is right. Default templates use JS to set widths. Take these out.
lance
lance
CMSMS Made
Re: only in ie6
I had the same problem and it was resolved by removing the height attribute
Thanks kateb :)
Thanks kateb :)