Questions tagged as 'css'

2
answers

The html table width does not increase as requested for Outlook subscription

I need to make a signature in html and css for outlook and need to have a width of at most 320px for setting on cell phones, I did this way but the width I ask does not stay, someone can help me, I never used a table so I can have done something...
asked by 26.04.2017 / 13:53
2
answers

Leave submenu in container width

How to leave the dropdown within the width of the container? See the link: link So it's the script default: pasteboard.co/12NtG7PEO.png But I'd like it to look like this: pasteboard.co/12QapxzIV.png that the submenu does not have the fu...
asked by 25.04.2017 / 22:54
1
answer

Hiding part of a URL website stored in a PHP variable

I need to hide part of the URL through a PHP script. The URL can have unlimited levels, subdomains and characters, whose TLD can have one or more levels, for example: It can be health.blog.web.com.br or just site.net...
asked by 26.04.2017 / 20:58
1
answer

Jquery slideUp / slideUp effect does not work

Good afternoon everyone, I'm creating a gallery on a website but it has an effect on slideDown when clicking the image that descends a div that has a larger photo and a description. When I click on another photo it closes the div on slideUp....
asked by 26.04.2017 / 17:16
1
answer

email signature does not work on mobile

I signed e-mail in html and css, I put it in outlook, until then okay, but on the cell phone it spaces, does anyone know what it is? It follows the images on the computer, on the cell phone, and the code <table border="0" cellspacing...
asked by 26.04.2017 / 16:47
1
answer

Make the width of ul equal to the width of an image that is inside a li

I have an ul, inside it has 3 li, inside one of these li has an image, I would like to know if it has a method via css to make the width of ul is equal to width of the image. (without changing the width of the image) I want to do this because th...
asked by 11.05.2017 / 18:24
1
answer

'phonegap / cordova' is not recognized as internal command

'phonegap / cordova' is not recognized as an internal or external command, an operable program or a batch file. I was having this error and was breaking my head, I will share it to anyone who is having problems with the phonegap command at th...
asked by 03.05.2017 / 02:21
0
answers

Css with ID does not work inside h: form

I put ID on a button inside a form but its CSS is not working CSS: #Conf{ width: 30%; } #OutNU{ margin-right: 15%; width: 30%; } HTML: <p:panel id="ForgPasswd" style="width: 400px; margin: 0 auto;"> <f:facet...
asked by 03.05.2017 / 00:12
1
answer

Problem with animation timing with SVG

I'm trying to make an SVG animation using very simple CSS, where stars appear within themselves infinitely. The only problem is that after the first loop one of the paths starts to go over the others, which is not the goal. I tried to look and I...
asked by 23.04.2017 / 23:23
2
answers

activate the borders when the checkbox is active

I'm trying to activate the borders of a box when the checkbox is selected but it is not working. .radio input[type="radio"]:checked+.border { border: 3px solid #f70024 !important; } <div class="col-md-3 border"> <div class...
asked by 21.04.2017 / 16:24