Questions tagged as 'html'

2
answers

Switch between hiding / displaying divs from links

I'm trying to adapt this script , which I found in this excellent #, so that when the link is clicked, divs will alternate. On the page there are several divs, and each one will appear when you click the respective link, and this d...
asked by 27.05.2015 / 04:58
1
answer

Interacting with the linux system

Is there any function or way of getting javascript / angularjs to communicate with linux? For example: <!doctype html> <html ng-app="myApp"> <head> <link rel="stylesheet" type="text/css" href="lib/bootstrap/...
asked by 26.05.2015 / 19:24
1
answer

How to put 2 inputs side by side?

How can I put 2 input aligned side by side? <li><inputtype="text" /><input type="checkbox" /> </li>     
asked by 30.12.2014 / 01:22
1
answer

How to change the menu position using the scrollTo function?

I am making a website and created a menu with anchor that has the effect of scroll with Javascript. So that's fine, the only problem is that I need to when Javascript takes action the content always stays under the menu, but I did not find whe...
asked by 28.01.2015 / 22:44
1
answer

How to mount columns from ul?

I have this code and would like every 4 results to be inserted a <ul></ul> to make columns of 25% wide and get exactly 4 columns. How can I do it? <ul> <li> <?php echo $i; ?>x <strong>...
asked by 28.01.2015 / 15:59
2
answers

How to add a div (complete) to asp: Panel using jquery?

Hello. I have the following scenario. I want to use CollapsiblePanelExtender from AjaxControlToolkit to make a collapsed panel. However, the content that this panel will display will be dynamic and will be inside a div. My div alread...
asked by 29.12.2014 / 14:59
1
answer

Error loading multiple swf in html

I've created a report in ASP.NET and HTML which loads swf files into a for . The problem is when the for is large and it needs to load several .swf files in the same report the flash simply does not run and gets marked with an exclamat...
asked by 19.12.2014 / 15:30
1
answer

how to prevent an element from being reloaded when accessing other pages of the same site?

How to keep a fixed and unchanged element even by changing pages on a website. Type, a music player, just like the sites link link However, other than ajax, if that's possible?     
asked by 21.12.2014 / 05:07
1
answer

Dynamic Form Using Bootstrap Tabs

I have a form where the header and item data will be posted. I know how to use the Bootstrap Tab, but in the items I would like to call another page so it is easy to launch the items and not refresh in the entire window. <ul class="nav nav-...
asked by 19.09.2014 / 18:00
4
answers

How to center a div with variable length and absolute position?

I have a question that is consuming me a lot of time, following: I need to center the counter of the image below, but it needs to be at the bottom of the screen (with position:absolute ) and div of it has variable size. Ifmydi...
asked by 04.04.2015 / 19:23