Questions tagged as 'html'

1
answer

How to make element minimized or hidden in site?

What is the name so I can search as it does, of those items in html that appear minimized on the page. for example: In an html site in your home on the right side near the window bar has a cropped image that when you click on it it slides to...
asked by 08.11.2017 / 19:15
1
answer

Is it possible to apply style to an XML structure?

A while ago I did this question , and these days I thought if I could not use XML for structures, for example with a table, make the following two codes have the same behavior when interpreted by the browser: XML: <root> <ro...
asked by 09.11.2017 / 13:35
3
answers

Event onclik button in dynamic html table StringBuilder

Good afternoon personal forum, I'm trying to add a button in a dynamic html table to redirect to another page passing parameter by url. But I'm not getting via javascript. I am using ASP.NET C # WebForms. I have the following function to write v...
asked by 20.09.2017 / 20:49
2
answers

Fixed menu problem with bootstrap

I have a problem in the menu of the site I'm creating, I took a style from a menu of Boostrap , where it was fixed, I made some changes to the CSS menu (nothing more ). But when I go down the page the menu does not come together, ie it is not f...
asked by 07.11.2017 / 17:31
1
answer

Image is cut by decreasing page width

I'm developing a web application in jsp and servlet and put an image in a column of bootstrap <div class="col-11"></div> so I put the image in the center of the screen using margin-left .But by decreasing the width of t...
asked by 07.10.2017 / 00:56
2
answers

If it does not fit on the div, show: more X results

I need to solve the following problem: I have a div that displays a list of names that are loaded according to a query condition. This list of names varies a lot, sometimes it appears 5, sometimes 30 names appear. I need to limit the di...
asked by 20.12.2017 / 16:05
2
answers

Force update of an element in HTML / Javascript / ASP.NET

Greetings, friends of Stack Overflow. I have a question that involves updating the data entered by the user. On the site I'm working on, the user has access to a text editor to change the labels on certain photos. When editing the text and su...
asked by 18.12.2017 / 17:47
1
answer

change content color according to values in table

Someone can help me thank you I get values in the format ex: 5/7 is the result of the score that the user registers and can view on the same screen, if I had only the number I believe that JS would take this in an int and it would be easy for...
asked by 18.12.2017 / 21:30
2
answers

Div does not show image

I'm learning how to create websites now and I'm having trouble inserting image into css. When I use the; img src="image.jpg" tag, in the .html file the image appears, however if I put it in the .css file and step to div, it has no sign of it....
asked by 24.12.2017 / 22:48
2
answers

Condition to appear link does not work

I have the following logic that depending on what the user type, will return a link, however it does not work. <nav id="menu"> <ul> <li><a href="index.php">Minimo Nulo</a></li> <li><a href="...
asked by 20.12.2017 / 15:53