Hello Guest, please login or register.
Did you miss your activation email?
Login with username, password and session length.

Pages: [1]   Go Down

Author Topic: [website] My site won't work in IE!  (Read 1464 times)

0 Members and 1 Guest are viewing this topic.
[website] My site won't work in IE!
« on: February 12, 2008, 09:44:35 pm »
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Gender: Male
  • Posts: 1645
I know how much IE sucks, but I need my new site work in IE because there will be tons of people using IE viewing my site.

URL: http://draxor.org/new/index.php

The javascript with the navigation fade effect probably ruined the page for IE. The script is in /script.js and the css in /style.css if you need them.

Someone has an idea how I can fix this for IE?

Thanks.

PS: If you have comments/ideas/suggestions for the design, feel free to post it too.
Logged
  • Virtual Security
Re: [website] My site won't work in IE!
« Reply #1 on: February 12, 2008, 09:46:11 pm »
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Gender: Male
  • Posts: 5213
Its not working for me and I'm using firefox O_o
Logged

mit

Re: [website] My site won't work in IE!
« Reply #2 on: February 13, 2008, 05:49:18 pm »
  • QBASIC programmer since age 4. Take that, world.
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Posts: 1079
It works for me in firefox. I dunno, I've never liked the opacity functions because of how hard it is to get them to work in all browsers. This is a simple way to set opacity in both firefox and IE:
Code: [Select]
function setOpacity(value, imgObj) {
  if (window.sidebar) { imgObj.style.MozOpacity=(value/100); }
  if (document.all)   { imgObj.filters.alpha.opacity=value;  }
}

I'll have a look at your site later and see what I can do.
Logged
Programmer / Spriter / Level designer / Game Director / Web Designer / Music Sequencer for
Random Highscore table:

Play the Kousou Arcade today!
  • Kousou Games
Re: [website] My site won't work in IE!
« Reply #3 on: February 13, 2008, 10:38:13 pm »
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Gender: Male
  • Posts: 1645
It works for me in firefox. I dunno, I've never liked the opacity functions because of how hard it is to get them to work in all browsers. This is a simple way to set opacity in both firefox and IE:
Code: [Select]
function setOpacity(value, imgObj) {
  if (window.sidebar) { imgObj.style.MozOpacity=(value/100); }
  if (document.all)   { imgObj.filters.alpha.opacity=value;  }
}

I'll have a look at your site later and see what I can do.
It's very weird, because http://draxor.org/virtualsecurity/ 's page work on IE. But the buttons doesn't function 100%. But at least the page works, and it doesn't at the new page. And besides it's the same piece of code.

I hope you can find a way out to help me. Thanks already.
Logged
  • Virtual Security
Re: [website] My site won't work in IE!
« Reply #4 on: February 25, 2008, 12:01:27 am »
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Gender: Male
  • Posts: 1645
This is getting anoying, I can't fix it for IE. What do you suggest mit? Perhaps a forum where I could ask advanced people for help?
Logged
  • Virtual Security
Re: [website] My site won't work in IE!
« Reply #5 on: February 29, 2008, 05:33:38 pm »
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Posts: 531
This is getting anoying, I can't fix it for IE. What do you suggest mit? Perhaps a forum where I could ask advanced people for help?
www.programming-designs.com
My friend runs that site. He should know how to fix this. Sorry I can't help more, but I've never encountered that problem, and I'm still tired.
Logged
So give me you're code and add mine:
Code: 4296-2644-3642

Sorry guys.  I just don't have the time anymore for the CP.  Working two jobs and just having a couple hours to play my Wii and continue learning programming just is not leaving me free time to focus on the CP.  I feel that it's my obligation to step aside as Level Director.  It's just a time issue.  Since I am also a global mod that also takes some of my focus from the CP.  So, it's nothing against anybody or what not, I'm just out of time anymore it seems.  Sorry again.
wtf, i remember posts that used to have content explaining reasons rather than ways to get rises out of users with a youtube video and no reason as to why!


How to post maturely:
epic intolerance, I caught aids from the stupidity in your post

why not issue everyone 5 opinion tokens for each year, if they voice their opinion without presenting a token- they can be legally murdered
Make sure every post you make is mature like these two (and there's many more). You just can't beat ZFGC's friendliness and maturity!
Pages: [1]   Go Up

 


Contact Us | Legal | Advertise Here
2013 © ZFGC, All Rights Reserved



Page created in 0.018 seconds with 45 queries.