Questions tagged as 'css3'

1
answer

Changing the page footer size with @media print

I'm creating a system that would be for financial management, and within that system I thought of generating reports as well, but I did not realize generating the pdf by php, because it was very heavy and took a while, so I had the idea send rep...
asked by 30.05.2018 / 18:03
1
answer

multiple images with wysiwyg editor

I'm using a wysiwyg editor to generate text content for dynamic pages of a blog I'm doing. How would you be able to add multiple images in the text, positioning them in a particular place of text? Is it possible to do this using wysiwyg ed...
asked by 29.05.2018 / 20:05
0
answers

Using "target" navigation anchors and the history in the browser getting full!

I'm using Anchors in a slideshow application on their back and forward arrows, but with each click on the arrows anchored with links from the positions and images defined in my directory, it stores a content in the browser's history, and ends up...
asked by 22.05.2018 / 16:19
3
answers

How to remove the "whitespace-only text node" from the DOM that appears in the HTML

It seems that HTML by default puts damn " whitespace-only text node " between inline elements with this I get a "margin" between elements that I can not remove from DOM I know there are solutions like putting display:flex in the...
asked by 28.03.2018 / 15:31
0
answers

Responsive design does not work

I'm creating a portal in a didactic way, and now in the responsive part I can not align it. It's all broken, and one big problem is the footer that has "position: absolute" and without that definition it does not occupy the entire screen....
asked by 17.05.2018 / 16:18
0
answers

Error at the end of the Slide Show loop

Hello, I'm trying to illustrate the dynamics of a slide show. And for that, I decided to try to develop one myself. Reading some explanations here from the forum could move forward. But I came across some difficulties. My slide, when it arriv...
asked by 03.05.2018 / 19:52
0
answers

Change height of parent by height of child

I would like to do this in CSS: $("div.slider").height($("div.slider div.slide").height()) Is it possible? The goal is to create a slide where the height of the div container is always, at runtime, the same height as the slide div I t...
asked by 03.05.2018 / 20:11
1
answer

html and css, selector of links through anchors, with arrows next and prev

Could anyone give me a hint how to make a selector of links through anchors, with arrows to move forward and backward, similar to the image there ?? because I only know how to use anchors through slides or with target display: block and none. I...
asked by 09.05.2018 / 16:18
2
answers

How do I customize the color of Bootstrap Navbar?

Note the following code; <nav class="navbar" id="navbar"> <div class="container-fluid"> <div class="navbar-header"> <button type="button" class="navbar-toggle co...
asked by 09.05.2018 / 18:33
1
answer

DIV that starts at the end of another div and goes to the end of the parent div

I have the following structure: <div class="pai"> <div class="t1"> itens </div> <div class="t2"> itens2 </div> </div> css .pai{ height:100%; } .t1{ height:20%; } .t2{ he...
asked by 28.04.2018 / 18:00