Questions tagged as 'css'

2
answers

Button "hamburger" does not work

Can anyone tell me why the button is not working? It was for him to show by clicking on it, but for some reason nothing is happening. :( Using the "collapse navbar-collapse" class I was able to do what I wanted, the menu, to stay hidden, but at...
asked by 30.05.2017 / 18:16
1
answer

How to prevent content from a div rotating along with the rotate effect of css?

Good morning, everyone. I put the rotate effect on a div, but the inner content also spun together. How do I get it normal with standard alignment and the div continue with the rotate? example: .minha-div{-webkit-transform:scale(1.5)...
asked by 19.03.2018 / 16:53
1
answer

Separate text in two columns

I have a div that will contain two columns. As the image below: IsthereanyCSStechniquetodothis?NotCSS3,becauseIwantittoworkinallbrowsers.Ofcourse,Icouldcreatetwodivsthereandputfloat:leftbutitwillbeacontentonly,whentheuseristypingintheleftcolumna...
asked by 07.08.2014 / 19:06
2
answers

Place Iframe with 100% height [duplicate]

How can I make an iframe take up 100% of its screen size? Mainly the question of height .. I tried style='height:100%' but did not get it. I need to put it and try as much as possible to make the iframe seem to be part of the wind...
asked by 06.06.2017 / 23:33
2
answers

Border of different colors

I want my text to be bordered as follows: Top: black Side: Gray Here is an example of how you would like it to be: FollowthepictureasfarasIcan.HowdoImakethetopborderbecomeblackandincreasethedistancesfromthesidesofthetext?Here'stheHTML...
asked by 06.07.2017 / 07:21
3
answers

What are these two points at the beginning of a URL in CSS? [duplicate]

I created a css sheet, linked to the html to format it, after many attempts the code only accepted the formatting after I left it like this: h1 { background-image: url(../img/sobre-background.jpg); } However, I do not understand the 2...
asked by 29.01.2018 / 23:33
2
answers

Button to open / close content

Hello, I'm new here and also with programming ... I have several divs with different contents and are hidden, I would like that when I click on a button continue reading it closes and displays the contents of a certain div and other divs is hidd...
asked by 13.11.2017 / 04:38
1
answer

problems with Tooltip in jQuery and css

Galera montei um sisteminha de Tooltip bem simples usando jQuery e css. They are presenting the standard Tooltip when you hover over it. This happens only in IE, Safari and old Chrome. look at the error photo: Cananyonehelpme?Followthecode...
asked by 14.09.2016 / 21:30
1
answer

is there any error in this code that I did, "leaving the page up"

The code itself, that's right, but when I put it in one, it looks like the content stays up, leaving the next components up I need to find out the error: .thumb { width:33%; height:auto; text-align:center; float:left; } @med...
asked by 17.09.2016 / 21:24
1
answer

Enable and Disable a [Closed]

Personal. I'm developing a form with some mandatory inputs / fields, and below the fields, there is a button whose target / action given to it is only released if the fields are filled out. I would like to do the following thing: If the in...
asked by 19.09.2016 / 00:39