Questions tagged as 'html'

1
answer

HTML / CSS Responsiveness

I'm setting a code, and I can not in any way, make the prev and next buttons on the car show up on the mobile! I already adjusted by the medium queries, but nothing solves! The code is extensive to put here, so who can take a look, it is publ...
asked by 28.12.2017 / 11:30
1
answer

Jquery how to select a specific element by index

I would like to know how to select a specific element by the position of the index, since I can walk through the structure with the next and prev functions, but I'm not finding a way to select an element directly by its position. I'm using Jquer...
asked by 03.07.2014 / 16:27
0
answers

Have the identifier in a table row

Hello, I'm developing a web application that contains a list with multiple elements. My idea is that after clicking on one of the elements, it opens a new page with the details of the element clicked. For this, at the moment, I have to put so...
asked by 04.10.2017 / 10:21
2
answers

How to load html page with the scroll bar of a DIV at the end?

I have a div with a fixed size and it contains many large texts inside it. I would like that whenever the page that contains it was loaded, it was "focused" (ie the focus of the page went straight to that div) and automatically the scroll...
asked by 11.10.2017 / 22:48
1
answer

CORS related problem [closed]

In recent days I had a problem with the contact form on my site, the error in question is CORS. Well, so far so good, is a problem that surely many of you must have passed. The problem in question is that until sometime ago it was working perfec...
asked by 12.10.2017 / 19:05
1
answer

Upload pages without refresh by clicking the menu option

Good evening guys! I'm doing a school system, it will have access levels, menu for each access. I want to do the following, when I click on some option from the side menu, where it is written "BLANK" in the middle part, I want to appear the corr...
asked by 09.10.2017 / 01:19
1
answer

Change div CSS with click

I'm trying to create a portfolio, the idea of it is that by clicking on Banner, the Logos disappears and if you click on Logos again, it reappears and Banner adds. In case, clicking one of the buttons would disappear, adding the class display_n...
asked by 19.10.2017 / 12:57
1
answer

Responsive Menu

Talk, how can I hide my menu when it comes to resolution 990? the menu adds the toggle button appears but when I click on it the menu does not appear. .header_topo { display: -webkit-box; display: -webkit-flex; display: -ms-flexbo...
asked by 02.09.2017 / 19:50
1
answer

Adaptive border according to text size

Whatisthecorrectwaytodothisborderbelowthetext?I'mcurrentlydoingitthisway,butifthetextistoolargeandbreakforbottomlinetheborderdoesnotfitthesizeandbreaktoo,howdoIadaptittothelinebreakthatmayhavedependingonthesizeofthetext? .blog_post_list {...
asked by 31.10.2017 / 22:55
0
answers

How to use ng-repeat inside the ui-carousel library?

The carousel works, but I'm not able to do ng-repeat within the policy, how could I solve this? In the controller I have the collection: $scope.steps = [ {id:1, text: 'nnoonon 1', current:1, collection:[]}, {id:2, text: 'nnoonon 2',...
asked by 02.10.2017 / 21:36