Forum Replies Created
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
September 30, 2014 at 10:45 pm in reply to: How can I do a button like this one with Enfold theme #327674
Actualy I can’t give you a link because my website is local.
When I put a [Code Bloc] with this code :
<!DOCTYPE html> <html> <head> <title>Réparations smartphones et tablettes de la marque Apple</title> <style type="text/css"> .button{ width:120px; height:120px; border:1px solid #C0C0C0; border-radius:3px; text-align:center; } p{ margin-top:40%; } img { margin-top:30%; margin-left:auto; max-width: 50%; height: auto; } a:link{ text-decoration:none; } .button:hover{ border:1px solid #2b73d1; } } </style > </head> <body> <a href=""><div class="button"> <img src="http://upload.wikimedia.org/wikipedia/de/d/df/Apple-Apple.svg"> Apple </div></a> </body> </html>
The result is this one : http://hpics.li/6285f6a
And normaly the code do that : http://jsfiddle.net/5v4zrxu2/
-
This reply was modified 10 years, 9 months ago by
CustomiPhone.
September 29, 2014 at 8:45 pm in reply to: How can I do a button like this one with Enfold theme #326799Hi Josue,
Thanks for your answer. I just tried the Icon element and unfortunately that doesn’t work for me.
Effectively will be the more simple way to do that is to creating a button in HTML a you suggest to me. But the problem is when I write the code that I give you on examples, this doesn’t work… :-(
Can you help me ?
September 28, 2014 at 6:59 pm in reply to: How can I do a button like this one with Enfold theme #326205It’s something like that :
– http://jsfiddle.net/3kxpq4w0/1/
– http://jsfiddle.net/mn42LtLm/-
This reply was modified 10 years, 9 months ago by
CustomiPhone.
-
This reply was modified 10 years, 9 months ago by
-
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)