Nifty Corners, working on Mozilla but not in IE

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"
Locked
Thomas_H

Nifty Corners, working on Mozilla but not in IE

Post by Thomas_H »

Site running on CMS MS 0.13 "Canary"

I'm having trouble getting Nifty Corners working with the CSS menu, Horizontal 1 col.
When displaying the page in Mozilla it looks the way i want it to, but in IE the menu display vertical.

Link:  http://www.emmsport.no/cms_bygg/


Code:  niftyLayout.js

Code: Select all

/*nifty corners layout*/

window.onload=function(){
Nifty("div#primary-nav li a","small transparent top");
Nifty("div#footer","bottom");
}
 

Anyone who can help me?

Regards

Thomas H
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Nifty Corners, working on Mozilla but not in IE

Post by Dr.CSS »

This has notthing to do with nifty corners, the menu still has rounded corners...

I have no way of testing it on that page but you may want to delete or comment out the #menuwrapper { overflow: hidden;  and see if that helps.
Russ
Power Poster
Power Poster
Posts: 813
Joined: Fri Nov 25, 2005 5:02 pm

Re: Nifty Corners, working on Mozilla but not in IE

Post by Russ »

Always try and get your page to validate as HTML/XHTML first. Trying to solve CSS/formatting problems without this is pointless and frustrating.  If you are using JavaScript to format the menu in IE, (because it is not a very web standards browser,) then this may be causing your problems. Look at loading order and how Nifty corners is to be used with other JavaScript.

Hope this helps
Russ
Locked

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