Questions tagged as 'html'

1
answer

I can not change the background color

I'm developing a web application and I would like that when I hover over the menu, the menu item with the icon and the left and right side of the menu will remain white, but it only stays one part. Application Link to app as error     
asked by 23.01.2018 / 04:36
1
answer

Pin thead when scrolling the table

I have table below I would like to scroll it and set thead to scroll down. HTMLcodesofar:<divclass="row"> <div class="TableCSS"> <table> <thead> &l...
asked by 23.01.2018 / 14:58
1
answer

How to align UL items on the same line?

The slider in this link: link was with the indicators (items of the UL) aligned, but when I will configure to stay dynamic with wordpress, adding the template tags, they misaligned, staying one above the other. <?php...
asked by 28.12.2017 / 01:28
1
answer

Slide show overlapping menu

I have a problem with my slide shoqw it is overlapping the menu. follow the code: link     
asked by 27.12.2017 / 14:08
1
answer

Bootstrap Modal integer and centered on the page

I put Modal Bootstrap in my template as a test to display messages on the screen but it appears cut in the corner of the screen. How to adjust and center the Modal on the screen without being cut? Here is the code: <asp:TemplateField Header...
asked by 25.12.2017 / 15:34
3
answers

How to remove the html / css underscore

HowdoItakethisunderliningofdarkblueorchangethecolor?thehtmlcode:<sectionclass="esp"> <div class="facebook"> <img src="images/facebook.png" alt="facebook"> <a href="facebook.co...
asked by 24.12.2017 / 23:45
1
answer

Change background image without fade

Good afternoon, in a site I'm creating this image has a "div". I'mtryingtomakesomebuildingwindowsflicker,tohaveacooleffect,ananimationinthebuildings.Forthis,IdidinCSS:#divprediocima{background-image:url("../img/prediocima.png"); width: 972px...
asked by 25.11.2017 / 21:16
1
answer

How to select a radio through another?

Let's say that I have 3 inputs of type 'radio' (A, B, C) and I have two other 'radio' (X, Z) disabled and can only be auto-selected if the radio B or C is clicked, and if I click the radio A < strong>, the radios (X, Z) should come back a...
asked by 26.11.2017 / 21:36
2
answers

Add original width / height in image tags [closed]

Is there any way to pass CSS code to HTML tag? Example, I have the tag below: <img src="../img/cS-1.jpg" alt="Smiley face"> All css code that I put for that image aparacer inside the img tag when I go in the browser and inspect elemen...
asked by 27.11.2017 / 19:20
1
answer

Capturing Attributes from an Image with JavaScript or JQuery via Url

I have an image that will be rendered in a Div, but I need to capture the Height of it since I need to deal with it before putting it in the div (size). I do not have the image on the screen, so I can not make a document.GetElement ..     
asked by 28.11.2017 / 16:23