Ok what about a .png image, can I have it highlight and show another image while highlighted?
Like this?
http://jsfiddle.net/SO_AMK/cgMxe/4/
http://jsfiddle.net/SO_AMK/cgMxe/4/
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
<div id="img1"><a href="download"
onMouseover="myimage.src='accents/eagle.png'"
onMouseout="myimage.src='accents/eagle2.png'">
<img src="accents/eagle2.png" width="400" height="315" alt="" border="0"></a></div>
<div id="header"><img src="logo1.png" width="272" height="237" alt="" border="0"></div>
onMouseover="myimage.src='accents/eagle.png'"
onMouseout="myimage.src='accents/eagle2.png'">
<img src="accents/eagle2.png" width="400" height="315" alt="" border="0"></a></div>
<div id="header"><img src="logo1.png" width="272" height="237" alt="" border="0"></div>
It isn't showing the first image

I must be the most unluckiest sucker on this planet because I can't get any of those codes to work either

UnclePlusMax wrote:
I must be the most unluckiest sucker on this planet because I can't get any of those codes to work either
I must be the most unluckiest sucker on this planet because I can't get any of those codes to work either

And here I was, thinking that you were one of the luckiest 'suckers' on the planet, receiving this seemingly endless stream of personalized advice from Inger, Eric and paintbrush...
Most people have to pay a lot of money for that kind of consulting attention!

Per
www.mingas.com
www.mingas.com
Try this, Matt;
CSS:
Use the full url to the images.
HTML:
In the css you can change the positioning, left and top to what suits you best.
And in the html change the url to whatever you need.
CSS:
.eaglebox {
position: absolute;
left: 25px;
top: 25px;
}
.eaglebox a {
background: url('http://www.torchmod.com/accents/eagle.png') no-repeat;
background-position:left bottom;
padding: 300px 200px;
}
.eaglebox a:hover
{
background: url('http://www.torchmod.com/accents/eagle2.png') no-repeat;
background-position:left bottom;
padding: 300px 200px;
}
position: absolute;
left: 25px;
top: 25px;
}
.eaglebox a {
background: url('http://www.torchmod.com/accents/eagle.png') no-repeat;
background-position:left bottom;
padding: 300px 200px;
}
.eaglebox a:hover
{
background: url('http://www.torchmod.com/accents/eagle2.png') no-repeat;
background-position:left bottom;
padding: 300px 200px;
}
Use the full url to the images.
HTML:
<div class="eaglebox">
<a href="http://www.coffeecup.com">(leave this space empty!)</a>
</div>
<a href="http://www.coffeecup.com">(leave this space empty!)</a>
</div>
In the css you can change the positioning, left and top to what suits you best.
And in the html change the url to whatever you need.
Ha en riktig god dag!
Inger, Norway
My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com
Inger, Norway
My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com
Thank you so much Inger, I was going through javascript, some form of css, and html code only, and couldn't find the right match. I knew it had to be in classes just didn't know what to write because I already had a menu code that took up that
."menubox"a .{} class.
now I know I have some resizing to do and other things. Once again you have come to my rescue, thank you! 
I see you have resized the bird. The dark blue colour is hardly visible against the page background. Why not use the same orange as in the logo for eagle.png? The eagle2 is ok.
Ha en riktig god dag!
Inger, Norway
My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com
Inger, Norway
My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com
Ok sure, I can do that, i'll start working on it in a little while I think that orange will ignite it.
Inger what do you think should go on the right side of torchmod.com, I have the code there, but haven't placed any buttons. I went with twitter at first, but it would overlap on my laptop so I took it off.
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.