almostartist.com
I was trying to get my images to have a nice border and hover border like this site
http://ldfieldjournal.wordpress.com/
I checked out the CSS and added what I thought would work, it kinda did but on my site now when you hover there is a shift of images and text on the page
i get confused with the block/inline layout issues, possibly this has something to do with that?
this is what I added
</p>
<p>.wp-caption {<br />
background:#EEEEEE;<br />
max-width:100%;<br />
padding:9px;<br />
}</p>
<p>.wp-caption img {<br />
display:block;<br />
max-width:100%;<br />
border:none;<br />
margin:auto;<br />
}</p>
<p>.wp-caption a:focus img,.wp-caption a:active img,.wp-caption a:hover img {<br />
background:#FFFFFF;<br />
border:1px solid #DDDDDD;<br />
padding:6px;<br />
}<br />
thanks!
The blog I need help with is almostartist.wordpress.com.