PDA

View Full Version : Ungh -- html brain freeze


Kelraz Bladesinger
10-31-2005, 03:12 PM
I'm sure the answer is fairly obvious, but I'm in a rush and that doesn't help. Anyone see why my rollovers aren't working on http://viewpointvideo.com/New/demo.html

The sidebar ones work, just not the little nav-bar inside of it.

Sanchek
10-31-2005, 03:38 PM
What exactly is supposed to be rolling over where that isn't?

Kelraz Bladesinger
10-31-2005, 04:12 PM
the "demo reel intro", "cal ripken", etc. should show the corresponding images in the place the "Viewpoint communications" image is.

Sanchek
10-31-2005, 04:17 PM
If you look at the source, the javascript functions onMouseOver are a little screwy on that block. There's too many arguments and the strings on the last one are open on the front side.

For example:

onMouseOver="MM_swapImage('01','','images/01_over.jpg','01intro','',images/01intro.jpg',1)">

Should probably be:

onMouseOver="MM_swapImage('01','','images/01_over.jpg',1)">

Kelraz Bladesinger
10-31-2005, 06:10 PM
I had to cheat and use firefox. Don't tell anyone :(

Tranzure
11-04-2005, 06:23 AM
I like the page, but I'm getting a nice fat little error when I view it with IE6.

http://i3.photobucket.com/albums/y97/Tranzure/Error.jpg

I could be wrong here as my DHTML isn't all that strong, but...

I'm seein' an extra apostrophe at the end of line 36. Made it red so you'd know which one I was talking about.


<BODY bgcolor="#666666" topmargin="0" bottommargin="0" marginheight="0" leftmargin="0" rightmargin="0" marginwidth="0" onLoad="MM_preloadImages('images/home_over.jpg','images/about_over.jpg','images/demo_over.jpg','images/services_over.jpg','images/crew_over.jpg','images/equipment_over.jpg','images/studio_over.jpg','images/transmission_over.jpg','images/contact_over.jpg','reel_r1_c1_f2.gif','reel_r2_c1_ f2.gif','../images/02ripken.jpg','reel_r2_c3_f2.gif','reel_r3_c1_f2.g if','../images/03espn.jpg','reel_r4_c1_f2.gif','../images/04art.jpg','reel_r5_c1_f2.gif','../images/05dole.jpg','reel_r6_c1_f2.gif','../images/06rumsfeld.jpg','reel_r7_c1_f2.gif','../images/07jordan.jpg','reel_r8_c1_f2.gif','../images/08ozzy.jpg','reel_r10_c1_f2.gif','../images/09mccain.jpg','reel_r11_c1_f2.gif','../images/10misc.jpg'')">

mirdorr
11-04-2005, 11:06 AM
Speaking of the web....

Has anyone here ever set up a chat server? Are there servers that will run a persistent chat room accessible via the web (port 80) so that firewalls won't pose a problem?

I've tested 1 that is simply a web interface to IRC. Bleh. Did an add-on to the Simple Machines forum I run and it works OK, though it wants to install a java applet on your machine. I then discovered it doesn't work through all firewalls.