StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #9  
Old 12-03-2009, 11:13 PM
webtvitaly's Avatar
webtvitaly webtvitaly is offline
Registered User
Genesis Member
Pro Plus Member
 
Join Date: Jan 2009
Location: Detroit & Roma
Posts: 89
Default

Jprood - sorry about that man! had a long day of work today, and got an even longer night ahead of me, but tonight atleast i got my good old buddy agentpress with me… ok for the hover class check out this block of CSS - since the images are on the homepage and subsequently link to the their respective posts, the block of CSS you gotta insert it in is in the hyperlink section which is the second "category" of CSS, check out mine;

Code:
/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #9C0000;
	text-decoration: underline;
	}
	
a:hover {
	color: #9C0000;
	text-decoration: none;
	}
	
a img {
	border: 1px solid black;
        padding: 3px;
	}
	
a img:hover {
	border: 3px solid #ADADAD;
        padding: 1px;
	}

a:focus, a:hover, a:active {
	outline: none;
	}
The class of CSS for the hover is obviously the class " a img:hover " - but to have a striking difference between the image prior to hovering, make sure you mess around with the padding(s) of the " a img " and " a img:hover "… check it out and let me if you got any questions and show me how it comes out too
__________________
http://motorcitymobility.com
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 09:01 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.