Questions tagged as 'html'

1
answer

Repeating background gradient problem

How can I make a gradient background repeat out of the defined position for the layout? Consider the following image: Ineededtorepeatthegreenwaterandtheorangecolor,whicharealsogradients.EDIT:Example: link     
asked by 08.05.2014 / 19:56
1
answer

Original site does not accept CSS that in localhost is working

I use GIT for versioning the project in development. I have a form made with Contact Form 7 and to change its default, I changed some classes with css . In the local version it worked. However, when committing to the server, CSS is not acce...
asked by 07.05.2014 / 14:08
2
answers

Hide youtube link

I'm developing a video course system. I wonder if there is any way to get a YouTube video, and put it on the site in a way that the user can not (difficult) to view the YouTube link, so that they can not share it with others. Thanks!     
asked by 26.05.2014 / 14:05
1
answer

Get checkbox values

I need to get more than one checkbox value, if I have more than one value, for example: <input type="checkbox" name="combustivel[]" value="Marco"> <input type="checkbox" name="combustivel[]" value="Empres contratada"> <input typ...
asked by 27.11.2014 / 13:21
1
answer

How to simulate a browser?

More specifically, I'm going to stream music with MP3Skull , which has no API. So far, what I was able to do was to use an HTML Parser and go div by div looking for the common id of all songs. However, the number of results is limited. In an or...
asked by 01.12.2014 / 10:34
1
answer

Change div background on visited

I want to change the background of div , when the person is visiting that link. I tried to use visited but it is not working. HTML <div class="e divFloatLeaft"> <h:link styleClass="menu" value="Página Pr...
asked by 27.11.2014 / 13:19
0
answers

How to open an article in a new page with a size that does not occupy 100%? [closed]

My article is appearing in a call on the index page, I would like it to open on a new page but with a width that is not 100%. <article id="tres" class="caixa caixa2 sombra"> <img src="noticia01.jpg" alt="" ti...
asked by 12.12.2018 / 23:40
1
answer

Boostrap overwriting CSS. How to avoid?

I got a CSS ready template from the internet to choose a payment method from my site. Below is the link for it. link However, when I import the header and footer, (I am using PHP for this) using Bootstrap, the payment page is unconfigure...
asked by 08.12.2018 / 14:22
0
answers

Scrollspy does not work

Scrollspy is not working, I would like to change the class of each navbar item when the user goes through a specific section, I have made all the recommended imports in the documentation and it still does not work Additional information: Boot...
asked by 07.12.2018 / 11:42
1
answer

How to create fade-in effect in div?

I have a div that receives data from the MySQL database and lists the images. I put a lightbox to make the visualization of the images more interesting and a fade-in effect so that whenever you change the menu category * refresh * to be...
asked by 10.02.2014 / 19:51