How can you get the header to change?
-
On some blogs, when I hover over the header, the header image changes. like in mike92’s blog.
-
It’s usually better, when you give an example, to give us a direct link to it. That way we can check the code for you. I’d guess that he’s using an animated Gif for a header, and you can do a search of the forum for “animated header” and you’ll get some threads that talk about it.
-
-
-
Thanks. I’m always too lazy to go rooting through 1.4 million blogs. Too many times I’ve been told “oh, not that one; I meant THIS one.” And for all I know, mike’s got eight hundred blogs, some Club penguiners seem to.
I’m rooting through the code as we speak. I’m no code genius, though, so hopefully someone else will stop in and let us know where it is…I can’t find a gif in the header at all. It does look nice, though.
-
-
-
I can’t answer that until I’ve figured out where that image is in the code. Don’t buy the CSS upgrade ever unless you already know CSS and want to do more than just change the header, though. Not worth it.
-
-
-
When you hover over an image and it changes, that is called a rollover or mouseover. The following site will actually create the code for you after you fill in all the information:
http://www.opotiki.com/downloads/rolloverauto.htm
The code will look something like this:
<A HREF="../page1.htm" OnMouseOver="image1.src='1on.gif'" OnMouseOut="image1.src='1off.gif'"><IMG SRC="1off.gif" NAME="image1" BORDER="0" HEIGHT="150" WIDTH="150" ALT="Picture Title or whatever"></A> -
Thanks. I didn’t even realize it was a mouseover.
And yes, you’ll need the CSS upgrade, but check the thread where I listed resources and DO NOT BUY IT until you’ve done all your practicing for free with the Preview.
- The topic ‘How can you get the header to change?’ is closed to new replies.