Questions tagged as 'css'

1
answer

Image breaks the title

I have an image and underneath it I have a title, next to it I have three blocks. Here is the image: ButwhenIaddjustonetitleline,itbreaks,theimageendsupgoingdown. I wanted to leave the image all the same with a line or with two lines, they...
asked by 02.09.2014 / 03:21
1
answer

CSS wallpaper

I have this code, and I do not understand why it does not work, what I wanted was to have two backgrounds one in the top center another bottom center. but it only works down and that's not supposed to be down. Any suggestion? Thanks body { m...
asked by 26.03.2014 / 16:37
1
answer

Display block with Onclick

Hello, I do not know much about javascript and needed help, I would like to make a menu that when clicked would change the display of a display div: none to display: block. My menu <div id="back"> <ul...
asked by 26.09.2014 / 22:38
1
answer

Defining a border in a background

Consider the following html code: link In the fiddle was defined a div with an image located in the upper right corner. It occurs that I'd like to add a border between the image and the border of the div (simulating a 10px padding in the di...
asked by 27.09.2014 / 22:20
1
answer

Bootstrap modal does not load Google Maps v3 correctly

Ihavethefollowingproblem,whenloadingGoogleMapsv3inaModalwiththeBootstrapFrameworkthemapisnotdisplayedproperly.Followthecode:<!DOCTYPEhtml><html><head><metacharset="UTF-8"> <link href="css/bootstrap.css" rel="st...
asked by 24.09.2014 / 22:47
1
answer

How to use ellipsis with Bootstrap menu?

I created a horizontal menu with Bootstrap, following this example , but I have a problem when it is viewed on a device with very low resolution (most smartphones , except perhaps the largest): the title goes down to the bottom line and the bu...
asked by 15.03.2015 / 20:48
1
answer

Selector or Script to assign different content to elements with the same class

We can assign a title (attribute title ) to a markup element in HTML that has this class, like this: $(".title-texto").attr("title", $(".title-texto").text()); Example of HTML markup with only one element with class: {<ul class="...
asked by 05.03.2014 / 11:54
1
answer

input search on iphone

I have the following marking: <form class="area-search" action=""> <input name="search" type="search" placeholder="O QUE ESTA PROCURANDO?"> <button>Buscar</button> </form> In iphone / ipad i...
asked by 12.08.2014 / 16:33
1
answer

How to make the table header repeat on all pages

I'm trying to print using CSS and I have a table with thead and tfoot, I'm trying to do this by printing all the table header pages, however the result is the same, it shows only the first page and the others does not work . If I can put the hea...
asked by 06.02.2014 / 01:22
1
answer

Is it possible to detect the scroll action only with CSS animation?

Is it possible to detect the scroll action only with CSS animation, without the use of javascript? I found an example on this link link but I could not identify how it was done with CSS only. Could someone give me a brief explanation of how th...
asked by 14.12.2018 / 18:31