Options

Hover

bherbelbherbel Registered Users Posts: 32 Big grins
edited October 28, 2013 in SmugMug Customization
I have CSS that I thought would make the links in my header (http://www.brianherbelphotography.com/) grey when the cursor hovers there, but it does not seem to be working?

This is the code im using:
/* Set the buttons to transition grey on mouse hover */
.sm-user-ui .sm-button-skin-accent:hover {
background-color: grey;
border-color: grey;
}

Also, I would like to make my email address in the caption here: http://www.brianherbelphotography.com/Other/About-MeGuestbook
to hover red like it used to?

<html>
<div class="myText">
<p>I am an archaeologist by day and a musician in an old time string band at night. My work often takes me far from home and I have found that one way to engage the places I visit is through photography. Mostly I am drawn to rural abandonment as a focus for my photography, but I also find landscapes, food, and cityscapes interesting subjects. I try to use the flash sparingly if at all and virtually all images you see here are not post-processed, but rather are presented as shot. <p>
<p>Thank you for visiting my site, please browse these galleries as you like. Information for purchasing a photo is within each gallery in the "buy" pulldown. Feel free to contact me for different print sizes, framed prints, matted or signed prints, or for any photographic services that I may be able to provide.</span></a></p>
<p>You can contact me at <a href="mailto:bherbelphoto@gmail.com"><span class="myEmail">bherbelphoto@gmail.com</span></a></p>
</div> <!-- closes myText div -->
<div class="spacer"></div>
</html>

Comments

Sign In or Register to comment.