Quake III Logo

The artists and authors forum! NOTE: © original author - do not use w/out consent!

Moderators: MetalBeast, Capm

Post Reply
User avatar
mistercool2
DBB Ace
DBB Ace
Posts: 119
Joined: Wed Nov 14, 2007 3:07 pm
Location: Ft Pierce, Florida
Contact:

Quake III Logo

Post by mistercool2 »

Quake III Arena Morphed Logo
Image
User avatar
Testiculese
DBB Material Defender
DBB Material Defender
Posts: 4689
Joined: Sun Nov 11, 2001 3:01 am

Post by Testiculese »

Either it doesn't work, or it doesn't work in Firefox.

Did you add the face? That looks like a good job.
User avatar
mistercool2
DBB Ace
DBB Ace
Posts: 119
Joined: Wed Nov 14, 2007 3:07 pm
Location: Ft Pierce, Florida
Contact:

Re:

Post by mistercool2 »

Testiculese wrote:Either it doesn't work, or it doesn't work in Firefox.

Did you add the face? That looks like a good job.
Thanks

It works in IE 6&7 for sure - don't know about Firefox. Do you have javascript enabled?

It's actually a fairly simple fade-in 2 layer javascript that replaces the 1st image with the 2nd.

1st image - original logo
Image
2nd image -
Image
I made the 2nd image by combining(cloning) the original with a skeleton mask I found on line.
User avatar
Duper
DBB Master
DBB Master
Posts: 9214
Joined: Thu Nov 22, 2001 3:01 am
Location: Beaverton, Oregon USA

Post by Duper »

the layers don't seem to line up. They overlap by a 1/3 or so. And Yeah, I needed to use IE also.
User avatar
mistercool2
DBB Ace
DBB Ace
Posts: 119
Joined: Wed Nov 14, 2007 3:07 pm
Location: Ft Pierce, Florida
Contact:

Re:

Post by mistercool2 »

Duper wrote:the layers don't seem to line up. They overlap by a 1/3 or so. And Yeah, I needed to use IE also.
My screen resolution is 800x600 (till I buy a new monitor :cry: ) and my guess is the javascript doesn't compensate for different settings. Even at 800x600 sometimes the alignment is off by 1 or 2 pixels, other times it's perfect - haven't figured out how to fix that.

I don't know much about Firefox but I understand some versions had a few javascript bugs.
User avatar
Dakatsu
DBB Admiral
DBB Admiral
Posts: 1575
Joined: Mon Feb 20, 2006 12:22 am
Location: St. Petersburg, Florida

Post by Dakatsu »

Yeah, it is unaligned by 1/2 on mine.
User avatar
Wishmaster
DBB Ace
DBB Ace
Posts: 133
Joined: Mon Jun 18, 2007 9:48 pm
Location: In the mines

Post by Wishmaster »

It's an IE-only effect, but you can make it work for Firefox.

In your JavaScript, where you have:

Code: Select all

if(document.all)
Add an else statement that'll set b.style.opacity to (a / 100)

As for the overlap problems, just move your

Code: Select all

<img src=\"quake2.jpg\" width=\"560\" height=\"400\" border=\"0\">
inside this empty tag I found in your document:

Code: Select all

<div id=\"Layer2\"...></div>
User avatar
mistercool2
DBB Ace
DBB Ace
Posts: 119
Joined: Wed Nov 14, 2007 3:07 pm
Location: Ft Pierce, Florida
Contact:

Re:

Post by mistercool2 »

Wishmaster wrote:It's an IE-only effect, but you can make it work for Firefox.

In your JavaScript, where you have:

Code: Select all

if(document.all)
Add an else statement that'll set b.style.opacity to (a / 100)
I really appreciate your help, but I don't have a clue about writing javascript. I just find one I like, paste it in my page and try to make it work the way I want. By the time I got it fixed, Firefox 3 will be out. :D
As for the overlap problems, just move your

Code: Select all

<img src="quake2.jpg" width="560" height="400" 

border="0">
inside this empty tag I found in your document:

Code: Select all

<div id="Layer2"...></div>
I tried that and the 2nd image won't load, but I had a <center> tag below the code you're talking about and it should have been above it. That seems to have corrected the problem on my computer. I'm probably the last person on the planet with a 800x600 screen resolution, and if that's the issue, I'm not gonna worry about it.

Thanks again.

Image
Post Reply