Friday 15 May 2015

CSS: Fading image caption -


I have a picture when you rotate it, a fading caption will appear

here Jfiddle

I want to look it like this:

I want to look it like this but

I think what to do with this part, but I'm not sure how to format it right. Any advice / help would be appreciated thanks!

  figcaption {status: full; Top: 35%; Width: 80%; Height: 50%; Left: 10%; Font-size: 14px; White color; Background-color: # 9F8F53; Opacity: 0; -WebKit-Infection: ambiguity.5S Ease-In-Out; -Mozy-infected: ambiguity.5S easy-in-out; -O-infections: ambiguity .5s ease-in-out; Transition: Opacity .5s Easy-In-Out; }  

Try this one

  figure { Position: relative; Display area; Margin: 5px 0 10px 0; Width: 350px; } Digit (position: absolute; top: 30%; width: 80%; height: 40%; left: 10%; font-size: 20px; font-family: "aerial, helvicika, sense-serif"; align text : Center; white; background-color: # 000; ambiguity: 0; -webkit-infection: ambiguity .5s easy-in-out; -Mozy-transition: ambiguity .5s ease-in-out; -o- Infections: Ambiguity.5S Easy-In-Out; Infection: Opacity .5s Easy-In-Out;} Figures: Hover FigureBank {Obscure : 0.5;} .product-name a {color: #fff;} .product-name a: hover {color: #fff} .product-name, .desc_grid, .price {padding: 0px; margin: 0px;} }  

You will need to play with some margins, text fonts and sizes in order to get an accurate match.


No comments:

Post a Comment