Questions tagged as 'css'

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
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
2
answers

Center image within LI

I'd like to centralize the images vertically, within li . I tried using vertical-align: middle , and I did not succeed. .marcas { margin: 30px auto 0; padding: 60px 0; height: 185px; background: #e6e7e8; } .marcas .bx-vie...
asked by 30.11.2017 / 17:38
1
answer

Specific Confirmation Mode

<buttontype="button" class="btn btn-danger alert-confirm m-b-10" onclick="_gaq.push(['_trackEvent', 'example', 'try', 'alert-confirm'])"><i class="fa fa-trash fa-lg"></i></button> What I want is that by clicking on th...
asked by 17.12.2017 / 17:20