Ok, so this this tweak may not be the most simple one to execute but it is worth it once you've properly included the CSS into your Advanced (appearance) section.  This trick is using CSS3 transformation property to animate your logo on a 3D plane, making it change when you hover over it.

You can see it live on Land Surveyors United.

What does it accomplish: Making your network unique so that it burns a hole into the brains of your visitors.  They will never forget your network.

Step 1:  Find this in your appearance>>advanced section:
                                               #xg_masthead p#xg_sitename {

Step 2: Now duplicate that entire section directly under it, but add the hover state to the top line like so:                                          #xg_masthead p#xg_sitename:hover {

The CSS I used:
#xg_masthead p#xg_sitename:hover {
  font-size:44px;
  font-weight:bold;
  padding: 30px 0 0 9px;
  line-height:1em;
-moz-transform: scale(1.0) rotate(360deg) translate(1px, 1px) skew(5deg, -5deg);
-webkit-transform: scale(1.0) rotate(360deg) translate(1px, 1px) skew(5deg, -5deg);
transform: scale(1.0) rotate(360deg) translate(1px, 1px) skew(5deg, -5deg);
}

You can see it live on Land Surveyors United.

LSU Logo Before Hovering


LSU Logo After Hovering


The transformation possibilities are endless with what you can do with CSS3. For best Practices, i've found that a logo that is either square or round works best, as logos which span the entire network header tend to look stupid on hover state.

I have to thank Neighbor Design for this tip.

What do you think?

Tags: 3D, CSS, CSS3, advanced, animation, hack, hover, logo, network, state, More…tip, trick, tweak

Views: 271

Reply to This

Replies to This Discussion

guess this was a little before its time

actually im gonna give this whirl later on tonight!

cool man..

I had trouble implementing this. Here's what I did

1) I found this line in my advanced css section: #xg_masthead p#xg_sitename { and pasted the line your wrote with the hover action included right beneath that with this: 

#xg_masthead p#xg_sitename:hover {
  font-size:44px;
  font-weight:bold;
  padding: 30px 0 0 9px;
  line-height:1em;
-moz-transform: scale(1.0) rotate(360deg) translate(1px, 1px) skew(5deg, -5deg);
-webkit-transform: scale(1.0) rotate(360deg) translate(1px, 1px) skew(5deg, -5deg);
transform: scale(1.0) rotate(360deg) translate(1px, 1px) skew(5deg, -5deg);
underneath it. Nothing happened on hover? Am I doing something wrong here?

RSS

Latest Activity

Paul Corona replied to Suzie Nielsen's discussion 'Watching Cultivating videos- have questions!'
"So many folks were asking the same questions that I thought actually showing them the basics of the…"
2 minutes ago
Chris replied to JFarrow's discussion 'Ning Emails Going to Spam?'
"Nope, had all the answers: "it's not a bug", "it is a bug and has been…"
55 minutes ago
Larry Matthews replied to Larry Matthews's discussion 'Photos'
"www.dismyhood.com I need to enlarge images on mouseover, on the activity feeds. There is a feed for…"
1 hour ago
Fabio replied to Phil McCluskey's discussion 'Site Manager Updates for Ning 3.0 Networks'
"F A N T A S T I C !!!!! well done guys"
1 hour ago

NC for Hire
Jen replied to Jen's discussion 'Jen's Running List - Updated 4/6/2013' in the group The Sandbox
"Hi Allison, I have a Client who needs the Search feature. Any updates? I don't see any Search…"
1 hour ago

NC for Hire
SweetPotato replied to Phil McCluskey's discussion 'Site Manager Updates for Ning 3.0 Networks'
"not consistently for all browsers, think SE tried it with mixed results. SP"
2 hours ago
Riccardo Rossini replied to Phil McCluskey's discussion 'Site Manager Updates for Ning 3.0 Networks'
"Sp, can I style also the scroll bar of the browser?"
2 hours ago
Dustin Craig replied to John Bizley's discussion 'Show Your Ning 3.0 Sites'
"Appreciate the tip! I probably won't add this to my current site, but it might be a nice touch…"
3 hours ago

© 2013   Created by Ning.

Badges  |  Report an Issue  |  Terms of Service