Questions tagged as 'css'

0
answers

why html content is hidden

Hello everyone I would like to know the solution of a problem I have with the main behind the drop-down menu. If I put the menu in relative it appears to me in the following way: This is my CSS code: @import url('https://fonts.goog...
asked by 16.10.2017 / 02:34
1
answer

how to align the div above?

My problem is that I have not managed to align the div in this way: but it's only shown like this: Styles and HTML are these: .marco{ border: 1px solid #333; } .visual{ width: 100%; text-alig...
asked by 11.10.2017 / 17:52
0
answers

Problems with grid-layout

I'm starting the design of a page using grid-layout. And I face two problems. The first is that I do not know how to make the footer stick to the end of the page. I only achieve it when the div that handles the content is full of information. If...
asked by 23.10.2017 / 16:21
2
answers

Modify image position with css

If someone can help me I have a page.html with an image inside a div the div is class="avatar" . In the css I have .avatar { width: 100%; margin: 13%; width: 65px; border-radius: 50px 50% 50% 50%; height: 65px; ba...
asked by 10.10.2017 / 18:01
1
answer

problems with overlap elements

I have a web page with a <select> of about 20 items and under it I have 6 or 7 <textbox> . The fact is that, by default, the browser shows all <option> of <select> possible depending on the s...
asked by 20.10.2017 / 08:18
0
answers

CSS - Resize white background image

I am trying to carry out the "Build a Tribute Page" challenge on the Free Code Camp. However, I run into a problem in css. I want the size of the white box of an image to be smaller than what I see. But I do not know exactly what to modify....
asked by 12.10.2017 / 05:54
0
answers

White space on a video cover (it only happens in safari, not google chrome)

I have this problem on a website, but it only happens when I open it on safari: there is a white space above and below a video that I put as cover. Here goes the code: HTML <div> <video autoplay loop poster="images/inicio.png"...
asked by 08.10.2017 / 21:03
1
answer

different sections created in html are placed next to each other in an undesired way, when using bootstrap

Now try using clear: both; to eliminate floating positioning in case there is and also I put display: block to each section and even so it puts them side by side instead of below the other. My code is as follows @charset "UTF-8"; body {...
asked by 04.10.2017 / 19:24
0
answers

Problems with flip card in IE 11

Hello everyone (or another time), I have asked for a favor that I have done with pleasure, but favors are always paid dearly. I have been asked to add a flip card so that when people go to TEAM on the web, they will see the team and when they ho...
asked by 16.10.2017 / 16:59
1
answer

Define the boundary of the arega for a dredgeable object in 'swingdrag'

I have this example of jQuery UI plugin - swingdrag. link This plugin has several functions, but it does not have the function to set the limits of the object that is dragged. For example: - I have a Main div (500x500px) and inside I...
asked by 08.10.2017 / 18:45