Hello,
I've followed the upgrade procedure to the letter and everything seems to be working OK, except tht the default template looks strange. Have a look at www.lalamia.gr to see what I mean...
Any ideas how to fix that?
Hello,
I've followed the upgrade procedure to the letter and everything seems to be working OK, except tht the default template looks strange. Have a look at www.lalamia.gr to see what I mean...
Any ideas how to fix that? |
What is your browser? It does look normal and good in firefox 3x, but messed up in internet explorer 6x. If you are using the standard default tmpl_uni. I might consider backing up the folder and re-uploading, this providing you don't have any modifications that would mess things up worse. Go figure how one browser looks great and the other not. DialMe.com - Your One and Only Source For Boonex Dolphin Tutorials and Resources |
Fix what? Looks good in FF2,
question[0] has no properties
var newtext = document.createTextNode( ' ' + question[0].firstChild.data + ' '...
profile_poll.js (line 254)
function list_question( cont ) { var cont = document.getElementById( cont ); var newdiv = document.createElement( "div" ); newdiv.id = "dpol_caption_text_" + ID; newdiv.style.position = "absolute"; newdiv.style.whiteSpace = "nowrap"; newdiv.onmouseover = function() { scroll_start(this,'horizontal'); }; newdiv.onmouseout = function() { scroll_stop(); }; var newtext = document.createTextNode( ' ' + question[0].firstChild.data + ' ' ); |
Hi guys and thanks for your replies... I am using IE 7.0
It does look OK on FF and Chrome... |
Hmmm, I've just realized that the Pages Builder in the Admin Area doesnt work properly.
I've clicked, eg on Home Page, and it's stuck on "Loading..."
That happens on all web browsers. |
IE and builders don`t like each other :) - better FF in builders |