English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

On firefox it works perfect. Does anyone know how to fix my problem?




Welcome







>Center of the Plate









2007-07-06 03:32:46 · 3 answers · asked by magician286 2 in Computers & Internet Programming & Design

3 answers

Asides: decrease load times by coding css as
margin: 0; padding: 0;
...and moving address colors to css area a la...
a { color: #ccc; }
a:visited { color: #ccc; }
a:active { color: #ff3; }

...and as the fellow above said, use
...to make sure the item gets executed upon page load!

2007-07-06 05:59:24 · answer #1 · answered by fjpoblam 7 · 0 0

On I.E 6.0 and above the default security settings allow JavaScript in online documents, but not in local files. So you'll always get that when you're testing your script locally, but once you get it on your server it should work fine.

2007-07-06 12:07:06 · answer #2 · answered by rod 6 · 0 0

Hey be sure your using "window.onload" or a function that loads in when the page is loaded and not "onClick"

Thanks,
Greg Winn
http://winn.ws

2007-07-06 10:40:14 · answer #3 · answered by Greg W 2 · 1 0

fedest.com, questions and answers