Page 1 of 1

Nifty Corners, working on Mozilla but not in IE

Posted: Wed Oct 18, 2006 8:29 am
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

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

Posted: Thu Oct 19, 2006 3:04 am
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.

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

Posted: Thu Oct 19, 2006 7:17 am
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