| Author |
Message |
Dynasty_Warrior |
|
Post subject: Visualization problem
Posted: Aug 29, 2007 - 10:33 PM
|
|
Joined: Aug 29, 2007
Posts: 5
Status: Offline
|
|
A friend of mine downloaded a theme, once applied to the site, it makes a strange visualization effect, entering the site with IE. The left menù bar, appears shifted to the center of the screen, and to the left of the bar, there are black vertical lines.
What could be the problem?
I'll post here the site link:
www.gilnarplanet.org/public |
|
|
| |
|
|
|
 |
mars |
|
Post subject: RE: Visualization problem
Posted: Aug 29, 2007 - 10:40 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
One of the things you have in the center is adding extra HTML tags to the source, FireFox works around it but Internet exploder is rendering it
If you look at the source you will see them
Code:
<head>
</head>
<body>
<script>
function openpopup3(){
var popurl="blocks/copyrightInfoUtenti_Avanzato.php"
winpops=window.open(popurl,"","width=400,height=410,")
}
</script>
</body>
</html>
|
|
|
| |
|
|
|
 |
Dynasty_Warrior |
|
Post subject: RE: Visualization problem
Posted: Aug 30, 2007 - 01:14 PM
|
|
Joined: Aug 29, 2007
Posts: 5
Status: Offline
|
|
I have to rip off that code? Or i have to add it?
And where i have to modify the code? |
|
|
| |
|
|
|
 |
mars |
|
Post subject: RE: Visualization problem
Posted: Aug 30, 2007 - 02:56 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
| Not sure which of your addins is doing it but you have to remove the extra html tags it is creating. |
|
|
| |
|
|
|
 |
Dynasty_Warrior |
|
Post subject: RE: Visualization problem
Posted: Aug 31, 2007 - 11:19 PM
|
|
Joined: Aug 29, 2007
Posts: 5
Status: Offline
|
|
| The problem hasn't been solved removing that code. What should we do? |
|
|
| |
|
|
|
 |
mars |
|
Post subject: RE: Visualization problem
Posted: Sep 01, 2007 - 02:39 AM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
| I'll look into it some more. |
|
|
| |
|
|
|
 |
Dynasty_Warrior |
|
Post subject:
Posted: Sep 01, 2007 - 02:34 PM
|
|
Joined: Aug 29, 2007
Posts: 5
Status: Offline
|
|
|
|
|
 |
mars |
|
Post subject:
Posted: Sep 01, 2007 - 03:29 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
Can you disable the scrolling area in the middle as a test?
I show a bunch of html errors for that area and want to see if that is the cause. |
|
|
| |
|
|
|
 |
Dynasty_Warrior |
|
Post subject:
Posted: Sep 02, 2007 - 12:22 AM
|
|
Joined: Aug 29, 2007
Posts: 5
Status: Offline
|
|
| Problem has been solved. Thanks ^_^ |
|
|
| |
|
|
|
 |
|
|