-
AuthorPosts
-
September 27, 2008 at 9:47 pm #133816
Hi,
I would like to know the CSS-code to change the top logo when the mouse passes it in the Kulanite template. Take a look at C4D.dk.
I have tried a:hover. But nothing works.
Please help me.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
September 29, 2008 at 8:11 am #273008Hi
css for top logo :template.css (line 646)
h1.logo a {
background:transparent url(../images/logo.png) no-repeat scroll 0 0;
display:block;
height:67px;
left:12px;
position:absolute;
top:12px;
width:145px;
}
if you want to change when hover
you can add into template.css like this:
h1.logo a:hover {
--> add your css here}
September 29, 2008 at 8:14 pm #273127<em>@nguoiabcd 82921 wrote:</em><blockquote>Hi
css for top logo :template.css (line 646)h1.logo a {
background:transparent url(../images/logo.png) no-repeat scroll 0 0;
display:block;
height:67px;
left:12px;
position:absolute;
top:12px;
width:145px;
}if you want to change when hover
you can add into template.css like this:
h1.logo a:hover {
--> add your css here}
</blockquote>
Thank you, but it does not work (tried it twice by now)When I hover the mouse the logo just goes blank. Look at C4D.dk
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
September 30, 2008 at 1:53 am #273186you must add css in
h1.logo a:hover {
}
like as background, ….
it will no blankSeptember 30, 2008 at 7:14 am #273217<em>@nguoiabcd 83129 wrote:</em><blockquote>you must add css in
h1.logo a:hover {
}
like as background, ….
it will no blank</blockquote>
I have tried, it doesn’t work. :confused:Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
September 30, 2008 at 8:00 am #273231HI
Please check your site
i added like this:
h1.logo a:hover, h1.logo a:active, h1.logo a:focus {
background:transparent url(../images/logo_blur.png) no-repeat scroll 0 0;
display:block;
height:67px;
left:12px;
position:absolute;
top:12px;
width:145px;
}1 user says Thank You to Sherlock for this useful post
-
AuthorPosts
This topic contains 8 replies, has 2 voices, and was last updated by moveteam 16 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum