Schrijver
| Game under development Merins' World
|
Mafcase msx freak Berichten: 153 | Geplaatst: 08 Juli 2006, 08:14   |
|
|
webmouse msx lover Berichten: 121 | Geplaatst: 08 Juli 2006, 09:02   |
Thanks  I'm working on the script, I had to find a windows user to test it with IE. |
|
webmouse msx lover Berichten: 121 | Geplaatst: 08 Juli 2006, 10:08   |
IE doesn't like this function:
function showLarge(id, imgwidth, imgheight) {
document.getElementById("imglarge").style.visibility = 'visible';
document.getElementById("imglarge").style.top = (_y-300)+'px';
document.getElementById("imglarge").style.left = _x+'px';
document.getElementById("imglarge").innerHTML='<p class="text"><img src="images/'+id+'.jpg" width="'+imgwidth+'" height="'+imgheight+'" border="0" alt=""><br><a href="javascript:;" onclick="hideLarge();">Click to hide</a></p>';
}
I always have problems to code work arounds for bugs in IE (javascipt DOM and CSS suck big time in IE). |
|
AuroraMSX
 msx master Berichten: 1214 | Geplaatst: 11 Juli 2006, 13:21   |
I havent played around much with JavaScript, yet, but the main IE hack I use in CSS is this one:
.someClass {
/* Set all CSS for Mozilla stuff here */
}
* html .someClass {
/* Insert IE specific work arounds here */
}
'* html' selects branches in the DOM tree, where the html element is a child of an arbitrary other element. Since html is the root of the DOM tree, this selector should select nothing.
IE, of course, just disregards the fact that html is the root. and evaluates the given styles anyway. This trick and knowing the differences between the IE box model and the W3C box model usually get most of my web stuff working
|
|
webmouse msx lover Berichten: 121 | Geplaatst: 11 Juli 2006, 18:05   |
I know there are many ways to work around the IE model, css, javascript etc., I'm a webdeveloper .NET .
My problem is I don't want to code stuff 2 times. I hope IE 7 is more W3C complient.
If we keep supporting IE there never will be a standard.
|
|
mars2000you msx master Berichten: 1723 | Geplaatst: 11 Juli 2006, 18:34   |
All Win users should indeed move to Firefox !  |
|
AuroraMSX
 msx master Berichten: 1214 | Geplaatst: 12 Juli 2006, 14:01   |
Quote:
| I'm a webdeveloper .NET .
|
Ah, well, in that case you're most probably more aware of IE specific shit that I am
Quote:
| My problem is I don't want to code stuff 2 times. I hope IE 7 is more W3C complient.
|
As far as I've heard, it should be. But a lot of people will still be using IE 5.x for a long time
|
|
webmouse msx lover Berichten: 121 | Geplaatst: 16 Juli 2006, 10:10   |
I have changed the pop-up script. It works with Firefox, Opera and IE.
|
|
Patsie msx freak Berichten: 186 | Geplaatst: 16 Juli 2006, 10:24   |
That's nice, but we're really more interested in the progress of the game 
Are you making good progress, is there going to be a beta, more screenshots? |
|
webmouse msx lover Berichten: 121 | Geplaatst: 16 Juli 2006, 11:16   |
Be patient, more screenshots are coming...
|
|
Xan0ri msx lover Berichten: 117 | Geplaatst: 20 Juli 2006, 14:27   |
This game looks great!
I'm really waiting for it to be finished.
Keep up the good work!
|
|
Xan0ri msx lover Berichten: 117 | Geplaatst: 04 Oktober 2006, 13:54   |
Hey, found this outdated post...
Makes me wonder what is the current situation of this game..?
Anyone knows?
|
|
webmouse msx lover Berichten: 121 | Geplaatst: 10 Oktober 2006, 07:53   |
The game is half way.... but on hold for 1-2 months, I have other things on my mind now, divorce...
I will finish the game when the home situation is calmed down.
|
|
manuel msx guru Berichten: 3274 | Geplaatst: 10 Oktober 2006, 13:09   |
|
|
webmouse msx lover Berichten: 121 | Geplaatst: 10 Oktober 2006, 17:29   |
I'm ok manuel. I just need some time to adjust.
|
|
|
|
|