Quote:
Originally Posted by dsboyce8624
I suppose you could put the fields anywhere you like.
Open your site and do a veiw source. Search the source for panic.
Is everything there correct?
Look for the CSS entry first. Then look at the URL for the script, the destination URL for the button and the image file.
You may want to edit the code to show a full URL if they are not correct.
|
here is what I get when I view source, from the end of the CSS, where the location is defined, to right after the end of the panic button:
Code:
/* ***** Panic Button Location***** */
.panicbutton {
position: fixed;
position: expression("absolute");
right: 10px;
bottom: 10px;
-->
</style>
<!-- / CSS Stylesheet -->
<script type="text/javascript">
<!--
var SESSIONURL = "";
var IMGDIR_MISC = "images/misc";
// -->
</script>
<script type="text/javascript" src="clientscript/vbulletin_global.js"></script>
<script type="text/javascript" src="clientscript/vbulletin_menu.js"></script>
</head>
<body onload="editInit();">
<!-- PANIC BUTTON -->
<!-- END PANIC BUTTON -->
<!-- logo -->
<a name="top"></a><CENTER>
<table border="1" width="100%" cellpadding="0" cellspacing="0" align="center">
<tr>
It doesn't seem to be pulling the javascript in from the script. Here is a screen shot of the file uploaded to my ftp: