Questions tagged as 'html'

1
answer

Google Maps Conflict

Well, on a page I call Bootstrap 3 modes, each modal has a div with a map inside, each map when clicked creates a marker, and passes its address to a specific input text, each call with map function is in a .js file, when calling only one file,...
asked by 13.07.2015 / 17:19
2
answers

Lightbox does not cover full screen

When I open the image in lightbox, and I scroll down the page, it looks like this: Cananyonehelpme?Mycodeisasfollows:html:<divclass="mtlsr-images-for-lightbox"> <ul> <li> <a href="images/1.jpg">...
asked by 13.07.2015 / 16:30
1
answer

Difficulty putting checkbox in treeview with or without bootstrap

This is my treeview: @*Daqui para baixo, tudo se relaciona com a treeview*@ <div class="well" style="width:100%; padding: 8px 0;"> <div style="overflow-y: scroll; overflow-x: hidden; height: 300px;"> <ul...
asked by 04.09.2014 / 15:42
3
answers

Image with 100% width

I have the following CSS declarations applied to an element: .minhaClass { float:left; width:100%; height:560px; background:url(../imagens/corpo/imagen.jpg) repeat-x top center; } This will happen on a website with top, body and foo...
asked by 31.01.2014 / 16:56
0
answers

Autocomplete in a cell of a table

I'm having trouble adapting this autocomplete example to my table. I want to put autocomplete in the designation cell. What happens is this: HTML TABLE <table class="table table-striped table-bordered" id="vendaTabela" width="100%" &...
asked by 03.03.2015 / 17:14
1
answer

How to step parameter in html to load in android webview

I need to pass parameters in the "image" and "embed" tag to load in a webView, but the parameters must be in the Android assets folder int height = PKViewSize.getHeightOfDisplay(context); int width = PKViewSize.getWidthOfDisplay(context); St...
asked by 30.07.2014 / 21:22
6
answers

How to vertically center the content of an element?

I'm trying to vertically center the content of an element that has position: absolute . I've been able to make the content position half-way down the container , however, halfway up the space is "left over." How can I solve this jus...
asked by 12.12.2013 / 01:06
2
answers

C #: Return value of a href

How do I get the address / URL of a tag < a href="js:redir(2)"> Through an HTML source? NOTE: I tried to use the mshtml assembly, but it did not work either!     
asked by 16.07.2014 / 14:58
1
answer

Swap image with mouse over bitmap field

In HTML page with image map with a menu of options, I want to change part of the image to another of the size of the field defined for this option, when passing the mouse , something like onfocus or onmouseover . How do I, in this...
asked by 09.07.2014 / 19:37
1
answer

How to make a div that expands and shows hidden content?

I want to make a block that expands down giving party information and events, but I'm having a lot of trouble, because I do not know how to make 2 div s activate mouse over at the same time. / p> this is my html code: <div id="ev...
asked by 30.09.2014 / 19:17