D f . n e t |version2|

how is it now guys? ive implemented the 3d buttons now, and new renders as well.

Very nice, much better than what you had before. =)

The splash page looks a bit plain with just the enter text there, I think it would look awesome if you threw one of your 3D models on there and create a splash page. =)

By the way, I love the bubblegum crisis model you did, that’s my favorite. =)

coo. thanx! ill make a splash tonight :wink: check back here in a few :slight_smile:

Looks great man - very nice.

The only problem I see is the buttons are hard to pick up at first, I didnt know where to click right away.

you are very talented with the 3-d work that’s for sure!

just put the new splash up. whatcha think?

Much better, I like it. =)

Oh, one more thing, it would be nice if you indicated the enter button. :slight_smile:

I saw it before the new splash, but after the changes to the nav
and I like it a lot! MUCH BETTER. :wink:

Your new splash is excellent, but I get a script error - Line 26
repeatedly, and I can’t even get to the enter button. I assume
it’s the circle, but when I go near it with the mouse, it errors every
time.

Fix it cuz I want go in and see!!!

/unflux
:goatee:

looks great, how about CSS to control font size? minor and a pet peeve of mine, but it looks great!

well, I figured out to go to index2.html and got in. :beam:

anyway, i see a big problem with your thumbnail images. It looks
like you’re using the full size pics to represent itself as a thumb.
This is really bad, and pixellates the image a lot. You should
really resize and crop the image to an actual smaller size rather
than using html to do that for you. The page would load faster
as well.

/unflux
:goatee:

where? the only place i am using resized large images is on the index2.htm page. All the other thumbs are sized 110x74. and they are that actual size. Also, did you guys get an error on the splash page. For some reason, its not wanting to work. Is there a site that generates mouseover code? I have this mouseover, but for soem reason, it ALWAYS errors. I have moueovers on the rest of the pages, but they work. It seems to only error on the splash page. Any ideas?

Nice looking splash page! Very cool.
My JavaScript debugger is not so happy though. It keeps telling me that you have a typo in your script on line 13, 19 and 26.
Anyway, keep up the good work! I really like those 3D characters.

ive looked at the code and looked at teh code and cannot figure out what the problem is. anyone know anymore info on this error?

It’s something about CSInit not being defined.
Line 19 (or 20) is about CSScriptInit…

Hope this can help. It could be just minor things…

hehe… same here. i can’t access the site. tooooo many errors. but i’d really like to see it.

*Originally posted by slice56 *
**did you guys get an error on the splash page. For some reason, its not wanting to work. **

well, yes. I posted it in my original message above.

Get to the site directly at index2.html.

For the thumbs, ok. I didn’t go through and check every image,
but even still I think you should use real thumbs instead of the
full pics. That’s that just me though… :wink:

For the mouseovers, I usually just let dreamweaver write that
code for me. Here’s what it looks like, maybe you can use it for
yours. Put this is in your head tag:

<script language="JavaScript" type="text/JavaScript">
<!--
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a*)&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a*.indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a*;}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms*[n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers*.document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a*))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>

in the body tage, put this to preload the image:

onLoad="MM_preloadImages('on.gif')"

and for the image itself:

<a href="http://www.somesite.com" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image1','','on.gif',1)"><img name="Image1" border="0" src="off.gif"></a>

Hope that helps. =)

/unflux
:goatee:

ty UNFLUX! ill use that code and put up the new index.html page tonight/tomorrow. goodnight all!

can’t wait to see it! let us know if you run into probs…

/unflux
:goatee:

thats not the code golive uses unfortunately. anyon eout there use golive 6? :wink:

the editor you use has nothing to do with it because it’s simple
javascript essentially. You can use it in any editor, whether it’s
Notepad, GoLive, FrontPage, Dreamweaver, HomeSite…whatever.

/unflux
:goatee:

check it now. i think i fixed it! er…unflux…fixed it :wink: