Hi All,
The answer to my question is probably quite simple, but here goes...
I want to launch different windows with different widths and heights but USING THE SAME FUNCTION in the head of the document. Here's what I have so far...
Inside the <head>:
function newWindow(url, newWidth...
Thanks theEclipse, it worked great. But you mentioned my problem is with older browsers not recognizing style sheets - is there any other way of doing cell rollovers atop an image bg? (Without using Fireworks or Imageready...)
Thanks,
~Mike
Hi All,
I'm making a navigation table, and when a user rolls over a cell, it turns red and when they roll off, it turns transparent again (so they can see the image underneath).
My code works fine, except in old versions of netscape, it doesn't recognize c.style.backgroundColor=''; as...
I know that I can use a transparent gif and some image swapping to acheive this, but I'd really like to use cell colors to conserve bandwidth.
So far, I have this:
<SCRIPT language=JavaScript>
<!--
function over(c)
{
c.style.backgroundColor='#990000';
}
function out(c)
{...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.