Alex Hoyau

Results 420 comments of Alex Hoyau

Cool :) On Mon, Mar 10, 2014 at 7:44 PM, PolHenri [email protected] wrote: > Excellent > J'ai testé ça sur des containers contenant des bloc textes > Impressionnant ! >...

un espace On Mon, Mar 10, 2014 at 7:51 PM, PolHenri [email protected] wrote: > Et dans le bloc ou on colle les classes, le séparateur c'est une virgule ? >...

# usage de hover.css dans Silex. ## objectifs Afin d'utiliser les ressources disponibles dans ce projet http://ianlunn.co.uk/articles/hover-css-tutorial-introduction/ Et utiliser les effets hover ci-dessous dans Silex http://ianlunn.github.io/Hover/ ## mode d'emploi ###...

Hello In Silex v3 I encounter this bug too and I have a use case for which it is a real issue unfortunately We have a menu using a checkbox...

@andcmatias why not make a PR?

I did not think a lot about it but the UI could be a button in the elements properties When clicked it would open mantra (iframe? Or `new Mantra()`?) passing...

This is useful info thx I suppose there is an easy way to set the current animation? What is the data source like? The json maybe? I'll try to make...

Looks nice! A few points which you could make better - the logo could be bigger (use css `letter-spacing` maybe?) - the logo is underlined on roll over (use css...

Yes you can use the same code as in your example You will want to add the css class `votre_menu_ou_votre_image_ou_votre_element` to a container containing your menu. And replace `#votre_menu_ou_votre_image_ou_votre_element` by...

No I did not try but this should work You see in the CSS box, that there is `position: inherit;` and this may take precedence over your `position: fixed;` Try...