only in ie6

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
andyg
Forum Members
Forum Members
Posts: 23
Joined: Fri Mar 30, 2007 7:07 pm

only in ie6

Post 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.
kateb
Forum Members
Forum Members
Posts: 13
Joined: Sun Jul 13, 2008 2:58 pm

Re: only in ie6

Post by kateb »

Does your CSS include a height attribute for those links? If so, try removing it, and your problem should be solved :-)
andyg
Forum Members
Forum Members
Posts: 23
Joined: Fri Mar 30, 2007 7:07 pm

Re: only in ie6

Post by andyg »

Thanks have menu as it should be but the third column has dropped below the centre ONLY IN IE6
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: only in ie6

Post 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...
User avatar
CWebguy
Forum Members
Forum Members
Posts: 139
Joined: Thu Jul 24, 2008 3:31 am

Re: only in ie6

Post by CWebguy »

Mark is right.  Default templates use JS to set widths.  Take these out.

lance
CMSMS Made
nico63
Forum Members
Forum Members
Posts: 36
Joined: Wed Mar 07, 2007 1:00 am
Location: Paris

Re: only in ie6

Post by nico63 »

I had the same problem and it was resolved by removing the height attribute
Thanks kateb   :)
Post Reply

Return to “Layout and Design (CSS & HTML)”