Questions tagged as 'html'

2
answers

Get full monitor width using CSS3

Is there any way to get the%% of a monitor's total% using CSS or CSS3? I know that in JS there is width that associates a width with the size of the monitor with a variable. Now I need to know if there is a CSS in this way to get the t...
asked by 02.07.2014 / 15:58
2
answers

Bxslider plugin does not show thumbnail

I'm using the Bxslider plugin to make a car with thumbnails, but I've tried everything and the thumbnails do not appear in any way. The images come from the bank, but even exchanged the images for a simple text does not appear. The html * php co...
asked by 18.06.2014 / 19:55
1
answer

Taking a single value for PHP

$ch = curl_init('site'); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/6.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3"); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);...
asked by 18.12.2014 / 22:11
1
answer

Align left and decrease distance between controls with bootstrap

See the following image: Noticethatthefirstlabel(CNPJ)isalongwayfromthemarginandmostimportanttome.ThedistancebetweenthelabelandthecontrolistoolargeandthedistancebetweentheOSlabelandtheinputcontroloftheCNPJislargeaswell.HowdoIsolvethisquestion...
asked by 07.07.2014 / 14:44
1
answer

Autocomplete through java doc in sublime

I do not know if I can express myself correctly, but come on. In Java, when we discussed the code, we used the default /** * @author Nome do Autor; * @method Nome do Método; */ From this, in an IDE as the sublime, we can enjoy the auto com...
asked by 03.07.2014 / 01:24
1
answer

How to detect that the swf was loaded

I wonder if it is possible to detect when swf is loaded: Follow the code below: <object id="teste" name="teste" type="application/x-shockwave-flash" data="120x600.swf" width="550" height="400" onload="alert('carregado')"> <para...
asked by 01.09.2014 / 17:58
1
answer

Pulling content from a WordPress feed using JavaScript

I found a interesting script that can help me a lot in the organization content. The script below is used to pull content from a website through the blog feed. In this case, it's meant for use with Google's Blogspot feeds. The script cre...
asked by 26.08.2014 / 00:21
2
answers

Bootstrap Grid for Form

How can I make a line break in a grid using bootstrap Well, mine is getting right columns instead of falling, even though the sum of the 12 column divs. I think I'm confusing and misunderstanding their grid system. <fieldset>...
asked by 13.03.2015 / 18:46
1
answer

Change image size and box with%, not working

I have a layout, where I have a div with an image, and a class with a box above that image, the same size of that image, and I apply a transition on top of this box to reveal it when I position the mouse over it, and a link...
asked by 13.02.2015 / 19:17
2
answers

Bilingual site with JS

I needed to put a bilingual website and I found this script below, which by the way helped a lot, but it always shows the two versions "BR" "ENG" before "hiding" one of them. Even altering the order of events he continues to show both languages....
asked by 19.02.2015 / 19:14