The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Logo hover?

4 posters

Go down

Solved Logo hover?

Post by rblatch June 25th 2010, 6:08 pm

How can I make my logo have an hover effect?

Here is the code I am trying

Code:

    #pun-logo {
            margin-top: -50px;
            margin-left: -0px;
            float: left;
        }

    #pun-logo a: hover{
            margin-top: -50px;
            margin-left: -0px;
            float: left;
            background-image url('http://img62.imageshack.us/img62/9974/tryhover.png');
        }


Thanks,
Rob
rblatch
rblatch
Active Poster

Male Posts : 1042
Reputation : 2
Language : HTML & CSS (Learning)
Location : Graphics Central

Back to top Go down

Solved Re: Logo hover?

Post by Cool-processor June 25th 2010, 6:41 pm

What exactly do you want?Onother image to appear while hovering?What exactly?
Cool-processor
Cool-processor
Forumember

Male Posts : 724
Reputation : -55
Language : HTML | CSS/3 | JQuery
Location : To my own coding world

http://www.creative-labz.com

Back to top Go down

Solved Re: Logo hover?

Post by rblatch June 26th 2010, 4:59 pm

Just a glow around the logo when you hover over it. But the glow is an image
rblatch
rblatch
Active Poster

Male Posts : 1042
Reputation : 2
Language : HTML & CSS (Learning)
Location : Graphics Central

Back to top Go down

Solved Re: Logo hover?

Post by rblatch June 28th 2010, 10:46 am

Bump
rblatch
rblatch
Active Poster

Male Posts : 1042
Reputation : 2
Language : HTML & CSS (Learning)
Location : Graphics Central

Back to top Go down

Solved Re: Logo hover?

Post by crysis992 June 28th 2010, 11:52 pm

the a is the problem =)

try this:
Code:
   
#pun-logo:hover{
            margin-top: -50px;
            margin-left: -0px;
            float: left;
            background-image url('http://img62.imageshack.us/img62/9974/tryhover.png');
        }
avatar
crysis992
Forumember

Posts : 67
Reputation : 0
Language : German

Back to top Go down

Solved Re: Logo hover?

Post by ankillien June 29th 2010, 7:23 am

Hello,

Do you want this for graphic central?
Here is the code...

Code:
.forum_logo:hover img{
background : url(IMAGE URL HERE) repeat;
}
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Logo hover?

Post by rblatch June 29th 2010, 3:21 pm

No, it is for a new fourm I am working on Ani Smile

It does not matter because I have found an alternertive, you helping me with it on AW actually Razz

> Solved
rblatch
rblatch
Active Poster

Male Posts : 1042
Reputation : 2
Language : HTML & CSS (Learning)
Location : Graphics Central

Back to top Go down

Solved Re: Logo hover?

Post by ankillien June 29th 2010, 3:24 pm

Solved > Locked
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum