When I have the URL rewriting working, I can't seem to get niftycubes working.
If you go to AdminFuel
The left hand sidebar has divs that haven't been rounded. I don't know what is happening. I have this is the header:
In the Niftycube.js file, this is used:Code:<script type="text/javascript" src="http://www.adminfuel.com/niftycube.js"></script> <script type="text/javascript"> window.onload=function(){ Nifty("div#box_portal","big fixed height transparent"); Nifty("div#content_portal","big fixed height transparent"); Nifty("div#box2_portal","big fixed height transparent"); Nifty("div#content2_portal,div#content3_portal","big fixed height transparent"); Nifty("div#box_navi,div#side_nav","big fixed height transparent"); Nifty("div#box_search,div#side_search","big fixed height transparent"); Nifty("div#side_poll","big fixed height transparent"); Nifty("div#side_threads","big fixed height transparent"); } </script>
And add CSS to the head and this gets the curves of the cube done. But it won't add this line to the head. Why?Code:function AddCss(){ niftyCss=true; var l=CreateEl("link"); l.setAttribute("type","text/css"); l.setAttribute("rel","stylesheet"); l.setAttribute("href","http://www.adminfuel.com/niftyCorners.css"); l.setAttribute("media","screen"); document.getElementsByTagName("head")[0].appendChild(l); }



LinkBack URL
About LinkBacks





Reply With Quote
