Game Development Community

Our final website

by Brian Kirchgessner · 04/18/2006 (8:43 am) · 5 comments

Ok our Website is finally up for good, and don't worry no more posts about it.

Everyone can sign up for our forums,

**Mozilla users**
If you use firefox the site will not resize for you we are trying to figure this out, and hopefully get it fixed ASAP.
& some IE

Monk Spaz Productions
Our Forums

--Helix v0.01 is in the works still we should have a demo out by the end of next month. :)

--Dogfight:WOR we are making major changes to the characters and the whole idea in general, thanks to a computer crash we lost everything that we had before.
But no worries

Thanks bye

#1
04/18/2006 (9:21 am)
Yea, in Firefox the site is a thumbnail and in Internet Explorer it is all stretched out vertically.
#2
04/18/2006 (9:22 am)
"**Mac users**
If you use firefox the site will not resize for you we are trying to figure this out, and hopefully get it fixed ASAP."

It's not just MAC users. I'm in XP, using Firefox and all I see is a small thumbnail in the top-center of the screen.
#3
04/18/2006 (9:22 am)
uh, you may wish to add some conditional comments for difrent browsers

IE is the issue, not firefox.

You need to add conditional comments with the

<!--[if IE]>
You are using IE (IE5+ and above).    <--- imbed stuff for IE size here.
<![endif]-->

<![if !IE]>
You are NOT using IE.    <-- Imbed stuff for everyone elese here.
<![endif]>
#4
04/18/2006 (10:15 am)
Wow never knew about that. we are having an update to the site probably sometime next week. Both my brother and I are in college and homeworks a pig so we wont have time this week.

Thanks for the info & code btw. We'll get that fixed.
#5
04/18/2006 (10:54 am)
The fix for Firefox resizing the flash is simple. Add this to your stylesheet:
html, body { width: 100%; height: 100%; }