| | |
|
|
|
Houston We Have a Problem! |
| message from coco9004 on 23 Jul 2004 |
My web page cannot be aligned to the center when I use the redirected domaine
name http://www.godsgateways.com to www.scctechnologies.com/godsgateways/ I
cannot see the silver background at the right side of my window Internet
Explorer Why? If I acces directly without to pass by godsgateways.com
redirected domain name then he work. But why other web site I published work
very well like this method and not this template?
I seriously have problem only when I use the template of Dreamweaver MX 2004.
Here is the code of my web page:
<!-- TemplateBeginEditable name="doctitle" -->
<title>Godsgateways.com - Welcome - Information for Mt-Shasta - Ascendant
Masters - Spirituality Information - Lemurians - Gabriel Archangel - UFO Alien
Angels Stories - Prophet Immortality Alchemist Vortex </title>
<!-- TemplateEndEditable -->
<script>
<!--
var time = 3000;
var numofitems = 7;
//menu constructor
function menu(allitems,thisitem,startstate){
callname= "gl"+thisitem;
divname="subglobal"+thisitem;
this.numberofmenuitems = 7;
this.caller = document.getElementById(callname);
this.thediv = document.getElementById(divname);
this.thediv.style.visibility = startstate;
}
//menu methods
function ehandler(event,theobj){
for (var i=1; i<= theobj.numberofmenuitems; i++){
var shutdiv =eval( "menuitem"+i+".thediv");
shutdiv.style.visibility="hidden";
}
theobj.thediv.style.visibility="visible";
}
function closesubnav(event){
if ((event.clientY <48)||(event.clientY > 107)){
for (var i=1; i<= numofitems; i++){
var shutdiv =eval('menuitem'+i+'.thediv');
shutdiv.style.visibility='hidden';
}
// -->
</script>
<style type="text/css">
<!--
.Style3 {color: #FF0000}
.Style4 {
font-size: large;
font-style: italic;
}
.Style5 {
color: #0000FF;
font-weight: bold;
|
| Michael Wright replied to coco9004 on 23 Jul 2004 |
Originally posted by: coco9004
My web page cannot be aligned to the center when I use the redirected domaine
name http://www.godsgateways.com to www.scctechnologies.com/godsgateways/ I
cannot see the silver background at the right side of my window Internet
Explorer Why? If I acces directly without to pass by godsgateways.com
redirected domain name then he work. But why other web site I published work
very well like this method and not this template?
I seriously have problem only when I use the template of Dreamweaver MX 2004.
Here is the code of my web page:
<!-- TemplateBeginEditable name="doctitle" -->
<title>Godsgateways.com - Welcome - Information for Mt-Shasta - Ascendant
Masters - Spirituality Information - Lemurians - Gabriel Archangel - UFO Alien
Angels Stories - Prophet Immortality Alchemist Vortex </title>
<!-- TemplateEndEditable -->
<script>
<!--
var time = 3000;
var numofitems = 7;
//menu constructor
function menu(allitems,thisitem,startstate){
callname= "gl"+thisitem;
divname="subglobal"+thisitem;
this.numberofmenuitems = 7;
this.caller = document.getElementById(callname);
this.thediv = document.getElementById(divname);
this.thediv.style.visibility = startstate;
}
//menu methods
function ehandler(event,theobj){
for (var i=1; i<= theobj.numberofmenuitems; i++){
var shutdiv =eval( "menuitem"+i+".thediv");
shutdiv.style.visibility="hidden";
}
theobj.thediv.style.visibility="visible";
}
function closesubnav(event){
if ((event.clientY <48)||(event.clientY > 107)){
for (var i=1; i<= numofitems; i++){
var shutdiv =eval('menuitem'+i+'.thediv');
shutdiv.style.visibility='hidden';
}
// -->
</script>
<style type="text/css">
<!--
.Style3 {color: #FF0000}
.Style4 {
font-size: large;
font-style: italic;
}
.Style5 {
color: #0000FF;
font-weight: bold;
|
|
Archived message: Houston We Have a Problem! (Macromedia Dreamweaver)