Questions tagged as 'css'

2
answers

I need to create a form via css so that the user knows that they have selected a [duplicate]

My company has a template in WP granted by another in which we do not have access to FTP, only editions of CSS. But clicking on the select page does nothing. I tried to add a color change to the button, but it only changes while it is pressed,...
asked by 13.09.2018 / 15:05
2
answers

Combo box JQuery z-index

I'm using the combo combo box. But I'm having an error that causes the combo to be behind the content from below. I am from yesterday looking for stories and forums to solve this problem. I already used the z-index, display and position. I'm a...
asked by 13.09.2018 / 16:47
1
answer

How to make image respect page content

I was able to align my image with this topic Align text after image , but the image is on top of some other content on the page, how could I fix it? My div: <div width="10%" class="areaImagem"> <?php $id = $PDO->...
asked by 05.09.2018 / 15:08
1
answer

Extend the image out of the container on the left side

I have a container, which has a block divided in half. On the left side I need to make the image leave the container. It would be this model: Withthisstructure: <div class="blog_section"> <div class="container"> <div...
asked by 04.09.2018 / 15:32
0
answers

Tooltip when mouseover on map

I'm trying to make a tooltip appear when hovering over a part of an image, but it's not working, I've tried two ways: The first one was to put title in the map of the image, it appears the tooltip, however I can not edit the text, like increase...
asked by 06.09.2018 / 14:52
1
answer

Write Information from a FORM on the Same Page

I would like a very brief help, I am making a form to send a resume with HTML + PHP, I would like to know how the following would be done to add a course. (1st we add a course), (2nd we put course information) and then I want it to be recorded a...
asked by 04.09.2018 / 21:09
0
answers

How to allow CSS scroll

All right? I need a help in css, I want to scroll but I can not there every time I increase the value of the footer height it covers the background where it was actually to get the 2 elements and the scroll bar is displayed, follows the code,...
asked by 09.09.2018 / 14:12
0
answers

Section - CSS does not work

I'm having a problem with the section of my code. It's all unformatted, I cleared the browser's cache to see if it worked and it still does not get the CSS. .newsletter { width: 100%; float: left; text-align: center; padding: 3...
asked by 15.09.2018 / 22:37
0
answers

Navigability button does not work on Angular

Look closely at the image below; Thistestjustabovewasdoneina HTML file with CSS, and is working perfectly, but I did the same test on an Angular project with the same code and did not work correctly, what happens is that the menu with the (...
asked by 31.08.2018 / 15:21
1
answer

End of overflow away from table

I have a table with style="overflow: auto; , but the scroll is down there, almost 1 finger away from the table. <div style="overflow: scroll; height: 240px; width: 1000px;"> <table border="1" class="table table-bordered...
asked by 30.08.2018 / 19:54