Questions tagged as 'html'

2
answers

What is the output tag for?

I'd like to know what the <output> tag is for. I saw this example here on the internet: <form onsubmit="return false" oninput="o.value = a.valueAsNumber + b.valueAsNumber"> <input name="a" type="number" step="an...
asked by 10.07.2018 / 21:35
3
answers

How to fix the position of an element inside a div with scroll (com css)

Is it possible to fix an element (div, img, p) in a div with scroll and with position:relative and using css only? * Currently I reposition the div using the $('elemento').scroll() function and calculating the scroolTo...
asked by 16.05.2014 / 22:35
3
answers

Navigation without refresh! [duplicate]

I'm developing a site that has div where I have a script that lists results of a SQL query. They are images, in this case. The site was developed in only one page, so when I click on portfolio, it only takes me to div #portifolio...
asked by 05.02.2014 / 21:25
1
answer

Multiple select rendering different for each browser

I have the following code: <select multiple="multiple" id="carros" size="1" name="carros"> <option value="volvo">Volvo</option> <option value="saab">Saab</option> <option value="opel">Opel</op...
asked by 20.02.2014 / 21:28
2
answers

Change div height according to screen size and adapt when adjusting

Hello, I'm trying to adjust the height of my divs as the div that has the largest text, when the page loads, works normal, but when I change the screen dimensions, it does not work. HTML <div class="info"> <p cla...
asked by 19.06.2016 / 02:49
1
answer

How to pass variables between PHP pages via JavaScript?

I was doing a search in PT and EN on how to pass variables from one page to another via JavaScript, although I found a lot of information I kept on with the question of how best to do it. I have some fields of a table (paginated) with filter,...
asked by 08.04.2014 / 17:11
2
answers

How to make a fixed and retractable baseboard similar to the Earth Portal Economy page?

I have the idea of building a fixed footer on the page similar to the portal Terra de Economia. Such functionality will allow me to expose a chat in this space. I like the Earth solution because it is possible to retract the object and still...
asked by 19.03.2014 / 13:51
2
answers

How to retrieve values from fields loaded with jQuery

Hello, I recently encountered a problem loading div contents dynamically using jQuery, but it turns out that when I load content into this div, I can not retrieve the values that are sent from it. The content loaded in the div is a form, whic...
asked by 26.03.2014 / 12:17
1
answer

Problem with clickable area of links in a diagonal layout

I have the following problem: I have ul and in each li there is a link with display block and height and width defined. I called the three links of #a1 , #a2 and #a3 (actually, the styles are applied with...
asked by 22.01.2015 / 15:06
1
answer

Replacement of special characters by ASCII codes

I'm setting up a site built in charset and when I move to UTF-8 the special characters appear on the screen with that diamond and a question mark, so in addition to charset I need to change the characters by ASCII codes. Ex: á - &aacut...
asked by 16.12.2014 / 18:10