Questions tagged as 'html'

1
answer

PhantomJs ignoring style no header

I am capturing the position of some elements in the DOM of an html but the PhantomJs is ignoring the padding applied via css. After doing the page.evaluate I capture the top / left: var res = page.evaluate(function () {...
asked by 29.12.2016 / 15:28
4
answers

Include another HTML file in an HTML file

Scenario: I'm setting up a layout, which will be used by third parties and I do not know what language will be used. I have two divs, one will be the left menu and the other the content. They are separated by a Splitter , my questions are:...
asked by 11.04.2014 / 21:33
0
answers

Page that reads feed with title, image and snippet

I need to create a page in php, with site feed that displays the latest posts with name, image and a snippet. I was able to do the code, but it displays the complete publication; * I would like to know, where am I going wrong, and how could I co...
asked by 13.12.2016 / 02:30
0
answers

Problem with the Slider is back to the previous and later slider

When I click on the button to go to the next slider it goes back one and when I click on the previous one it goes to the next. function resetPos() { $('.slider ul li').removeClass('transition'); $('.slider ul li').removeClass('left r...
asked by 20.01.2017 / 20:31
1
answer

Send External Login Data to Controller

I need to login through Facebook, I have the login page, which renders a @Html.Partial _LoginExternal Follow the code of the two: @using EuVotoAf.Models @model LoginViewModel @{ ViewBag.Title = "Log in"; } <div id="loginbox"...
asked by 25.01.2017 / 13:46
3
answers

How to insert an image in my doc html so that it serves as background image (background)

Best regards. I would like to know how to insert an image into my html document so that it serves as background on my site. The image is found on my PC's desktop under the name "backg.jpg". Thanks.     
asked by 26.01.2017 / 09:10
0
answers

Horizontal Spinner with CSS

I'm trying to create a horizontal spinner from a simple image with CSS only ( without counting the trigger in JS, of course). But so far I have not been successful. The effect I would like would be just like the spin (Earth) or, in a more...
asked by 20.12.2016 / 14:47
1
answer

Stretch a div element throughout the table extension

I have a table with many columns that pop out of the screen. Above this table I have a div with a h2 . I'm not getting div to expand beyond the screen to cover the full width of the table. Example, to better demonstrate the s...
asked by 07.12.2016 / 16:55
1
answer

jQuery counting automatically the ID's

So, I've got a scheme here like the FAQ that the site administrator who registers the Faqs. Each new registered question generates two new divs: <div>Pergunta1</div> <div>Resposta1</div> So I use a Jquery to do the t...
asked by 08.01.2017 / 16:50
1
answer

Function js is executed several times

Hello, I'm developing a football betting app which features a table with quotes values of different game modes for each registered game. For each match I have a table with the following code: <div id="partida_1" class="panel-heading-margin"...
asked by 08.01.2017 / 16:12