User Profile
Collapse
-
Actually, I tested it in IE, Firefox and Safari and it DOES work in those browsers. It doesn't work in Chrome though! Anyone know why!? -
Javascript works locally but not on the server
I have a simple rotating banner javascript on the site I'm developing. It works perfectly locally but once I upload it to the server it doesn't. Is there something wrong with my code? Why would it work locally and not live? Here's the relevant code:
<head>
<script language="Javas cript" type="text/javascript">
adImages = new Array("images/AMSite18.png"," images/AMSite19.png"," images/AMSite09b.png")... -
Excellent! It fixed my issues with firefox! Thanks a ton!!! Now on to debugging IE, the bane of my existence.Leave a comment:
-
You're right! It's not ignoring the negative margin. It treats it very differently thought. When I increase the negative margin on the banner element and refresh the preview in Firefox, for whatever reason, it affects all the following elements and messes up their alignment. I'll try the absolute positioning like you suggested. Thanks JKing.Leave a comment:
-
it's uploaded to a sub domain of my business site:
http://mrrise.huntergraphics.org/...Leave a comment:
-
Thanks for your response. I have validated the code and the problem persists still. Any other ideas?Leave a comment:
-
Firefox ignores my "margin-top:-30px;" Help!
I'm in the process of debugging my cross browser discrepancies for a website. It shows up perfect in Chrome and Safari, looks horrible in IE but only has ONE error in Firefox. I thought it would be simple to fix, but of course not! Here's the problem:
The navbar should overlap the scrolling banner, but Firefox seems to ignore my negative top margin code. I've tried so many approaches to fix this I've lost count! Here's the code:
...
No activity results to display
Show More
Leave a comment: