| | |
|
|
|
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;
|
| Murray *TMM* replied to coco9004 on 23 Jul 2004 |
You cannot have a link to a stylesheet between </head> and <body> -
</head><link href="/emx_nav_right.css" rel="stylesheet" type="text/css">
The two pages are identical, except that one is a little wider than the
other. I'm not sure why....
|
| Gary White replied to Murray *TMM* on 23 Jul 2004 |
They're both the same page. The wider one is displayed in a frame to
mask the URL.
Gary
|
| Murray *TMM* replied to Gary White on 23 Jul 2004 |
Ahh - got it. Yep - that's the problem.
|
|
Archived message: Houston We Have a Problem! (Macromedia Dreamweaver Web Design)