Questions tagged as 'css'

1
answer

Assign values to the attributes (css) of an image for a canvas

I have an object that has a method that creates a img element within a canvas, the problem is that I could not give it " style ", I was working with a div in instead of a canvas and had no problems. I load the image well, just with...
asked by 19.07.2018 / 17:45
2
answers

how do I make the recently published comments go down

I have a comment box but the comments just published puts them first, and I want them to go last. from bottom to top "al réves" type chat messages. <main class="centered-bottom" id="main" role="main" tabindex="-1"> from there to below...
asked by 08.07.2018 / 05:26
1
answer

as I do so that the image also takes me to the post

I am using blogger and the title of the post obviously takes me to the post when I clicked, but the image does not, and I want it to do it too, this is the code: title code of the post: <b:includable id='postTitle' var='post'> <a...
asked by 04.07.2018 / 08:44
2
answers

When sending the form, indicate whether or not the input contains the word "EXCELLENT" HTML5

I'm trying to make sure that when the user submits the form, it indicates whether a textarea has the word "excellent" or not in it. My code: <!DOCTYPE html> <html lang="es" dir="ltr"> <head> <meta charset="utf-8"...
asked by 10.07.2018 / 20:21
2
answers

I can not call an image from CSS

Why can not I call an image from the css when I have the css file inside a folder? (I tried putting it in a folder to order). I'm trying to call an image that I have in an IMG folder but it will not let me, but when I have the "messy" css fil...
asked by 28.06.2018 / 03:31
1
answer

How can I hide the contents of a li without it being displayed by pressing inspect in a browser?

I hide a <li style="display:none"> but clicking on inspect in a browser allows me to see its contents. I want that content not to be displayed when I click on inspect.     
asked by 14.06.2018 / 16:23
1
answer

Primefaces p: textEditor does not show well after display none

I am using JSF 2.2 with Primefaces 6.2. My problem is that the container that has a p:textEditor of primefaces has the property display: none; at the beginning, when the change with JavaScript to inline shows me a pair of...
asked by 12.06.2018 / 14:49
1
answer

How to make a select tag show two arrows [closed]

Hi, I have a select tag which shows me city men, however I want the select tagtq to show me two arrows something like this: How can I do that in the css?     
asked by 12.06.2018 / 19:18
2
answers

how do I make my messages show from bottom to top

I'm creating a chat but the only problem I need is to put the effect that characterizes a chat and is that the messages go from bottom to top. I have it like this: recently published no.2 no.3 - send message - but I want i...
asked by 01.07.2018 / 06:05
1
answer

input checkbox disappears

I removed the effect that the browser does when entering or selecting an input, but now I have problems with the checkbox type, it disappears when I select it, I have tried several things but I can not get it to stay. I appreciate the help...
asked by 30.06.2018 / 21:12