Posts by user3059287 • 81 points
3 posts
-
1
votes3
answers19347
viewsA: How to align text to the right in a list
This way, the order of the menu items will reverse. I propose a small change to your proposal (applying "lu" instead of "li") .top-bar . contact-Details ul { display: block; float: right;…
cssanswered user3059287 81 -
1
votes1
answer263
viewsQ: Chrome Extension: How to force a script to start only when the previous one is finished?
I have an extnsão that makes the change of colors in the images of the web pages. When the extension is activated (via an icon in Toolbar), the images in all tabs open pages are recolored. When the…
-
6
votes1
answer188
viewsQ: Chrome.tabs.onUpdated.addListener with delay
I made an extension for Google Chrome that’s working. The goal is to change the color of the images' pixels on all web pages. To do this on the pages loaded in the tabs already open, I use the…