Posts by D3rson • 121 points
9 posts
-
0
votes0
answers437
viewsQ: Bootstrap Tab Responsive
I have some tabs and want to leave responsive. I found an example in codepen, using version 3.3 of Bootstrap. In the project I’m fixing, they used the 4.0.0-alpha-6. NOTE: DISPLAY WITH SCREEN LESS…
-
1
votes2
answers414
viewsQ: CSS Menu on Diagonal
I am developing a layout of a mobile application, which will be developed in IONIC, the client sent us an example, how I would like it to be the menu of the application, as you can see in the link…
-
0
votes1
answer312
viewsQ: Search in jQuery displaying the nearest TR as header!
I GOT THE ANSWER ON THE AMERICAN STACK: https://stackoverflow.com/a/46654887/588842 I got the following HTML and JS: FOLLOW EXTERNAL FIDDLE LINK: https://jsfiddle.net/qpouvped/…
-
0
votes2
answers210
viewsA: SASS - Colour group for re-use
I got!! For those who want, is the code below. It may be that there is some other way to do, but this I did, already served for me! $cor-regioes: #FFCC00; $cor-esporte: #CC0000; $cor-vida: #CCBBCC;…
-
1
votes2
answers210
viewsQ: SASS - Colour group for re-use
I’m starting at SASS, and I’m having a little problem that I’m having trouble solving. I have a group of colors, which will be used in several sessions of my site. Basically, I have a structure like…
-
0
votes1
answer58
viewsQ: Error Wordpress - Curl library
A site arrived here in the company to update the posts etc, however, every page I create, I can not access it after the publication. I am shown these errors: Error connecting to…
-
0
votes0
answers33
viewsQ: Call Share Bar after the image is loaded with 'lazyload'
I am using the plugin (jQuery.Lazy();) to load my images. LINK: http://jquery.eisbehr.de/lazy/ She owns this callback: // called after an element was successfully handled afterLoad:…
-
-1
votes1
answer1283
viewsQ: Align items right inside a flexbox
I am using bootstrap 4 and this css class, to align my items vertically: .vertical-align { display: flex; flex-direction: row; } .vertical-align > [class^="col-"], .vertical-align > [class*="…
-
0
votes1
answer49
viewsQ: DIV misalignment when inserted text inside
I’m doing some frames with the help of CSS Triangle to get to the point I need. But when I insert the text inside the BOX, it is misaligning. My intention is that the text aligns inside the BOX as…