Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Make Home Icon Menu behave like Windows 8 tiles

Home / Forums / Virtue Theme / Make Home Icon Menu behave like Windows 8 tiles

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
December 6, 2013 at 4:18 pm

Hi,

do you know a solution how to make the Icon Home Menu behave like Windows 8 tiles?

Like this ?

If I am correct, the adopten code needs to look like this

.iconmenu:hover {
-webkit-transform: scale(0.97) perspective(400px) rotateY(0deg) rotateX(0deg);
-moz-transform: scale(0.97) perspective(400px) rotateY(0deg) rotateX(0deg);
-ms-transform: scale(0.97) perspective(400px) rotateY(0deg) rotateX(0deg);
transform: scale(0.97) perspective(400px) rotateY(0deg) rotateX(0deg);
border-width: 3px;
border-style:solid;
}

any idea why this does not work?

If it is more complicated, I am totally happy to this to someone to code, just asking if you have aquick solution 🙂

Thx

Dan

  • The forum ‘Virtue Theme’ is closed to new topics and replies.