Questions tagged as 'html'

1
answer

Manipulating CSS Gradient

I have a gradient to do, with a split of 5 colors and in the interval of each one, it has to be exactly divided. Here's what I need to do: WhatIwasabletodowithCSS: .area{ width: 100%; padding: 10px 0; position: relative; } .ar...
asked by 27.08.2018 / 21:32
1
answer

Take to PHP the coteudo of a div

I'm not able to take the contents of a div to PHP with Jquery. What would be the problem for me? My code Html <form role="form" name="form1" id="form1" method="post" action="" enctype="multipart/form-data"> <input type="h...
asked by 23.11.2018 / 15:02
1
answer

Show all contents of span independent of size [duplicate]

I have a problem when it comes to showing text on my screen: I have a span tag with id="obsEmenda" that gets a varchar from the server: <span class="progress-description">OBSERVA&Ccedil;&Atilde;O: <strong><span id="...
asked by 03.10.2018 / 20:56
2
answers

Image Gallery Error

Edit: link I'm having a little problem, when I upload my files to the server the images look like this, however when this location works normally, The error is only corrected if I refresh the page, if you do not refresh the images, stay...
asked by 28.09.2018 / 20:31
1
answer

Background image in diagonal div clip-path

I was able to do this with solid color background .slide { width: 100%; height: 101px; background-color: #fff; background-size: cover; clip-path: polygon(50% 100%, 100% 0%, 0% 0%); } .slide_bg{ background-color: #f5f5f5;...
asked by 10.07.2018 / 16:16
1
answer

How to specify an address that is outside a set of 'div'

I made a 'hover' menu but I want to change the color of the gray bar of the menu by pressing the cursor on the 'Search and News' buttons but I do not know how to specify the .navbar address (gray menu) by applying the 'hover' effect on it, even...
asked by 15.07.2018 / 01:34
2
answers

How to refresh the page without forwarding information to the database in php

I'm working on a simple messaging system, and it's up until it works, however whenever a refresh is given on the page the information from the last insert is forwarded to the database. And if nothing has been filled, and given refresh it simply...
asked by 29.06.2018 / 21:15
1
answer

create menu instead of select to change form

I have several forms within the same page this way: <section class="hide-section" id="produto_1"> <form class="form-validate" id="feedback_form"> <div class="campo"> <fieldset> <h1>...
asked by 02.07.2018 / 10:57
1
answer

Place link within the button [closed]

I'm sorry for the question, it's a very simple question, but I do not know how to solve it. The tag creates the button but when I click the button it simply does nothing. It does not lead me to the link, it continues on the same page. &...
asked by 13.12.2018 / 12:51
2
answers

Text-align right, table

I'm having a bit annoying problem with my td I want to position the letters next to the image ..., same as the right one but it does not follow the text-align: right; .pvsp { width: 335px; float: right; background: #252525...
asked by 11.12.2018 / 05:09