Questions tagged as 'css'

2
answers

Show button when checking checkbox

I need to mark the checkbox submit button. But as I have more than a checkbox when clicking on the second to mark the button, I would like it to continue to appear until it has no checked. How can I fit my code below for my need...
asked by 25.10.2018 / 18:56
1
answer

How to increase the distance to display icon that expands menu

I'm in an MVC 4 project, using bootstrap, and I want to know if I have to tweak the configuration so that the button that expands the menu appears on some larger screens. Thus: link There is some distance where that menu button appears,...
asked by 25.04.2014 / 20:11
1
answer

Div set when it arrives at the top

Well, I do not even know how to ask and name what this functionality is, something similar to the Airbnb site when the right side card reaches the top of the page it stays fixed by moving only the contents of the middle of the page. How do...
asked by 12.09.2018 / 13:38
3
answers

View message and hide in a few seconds

How do I show a notification when entering the site and disappear after a few seconds with JQuery? I tried something but I could not. JSFIDDLE: link Code: <!DOCTYPE html> <html> <head> <meta http-equiv=...
asked by 29.01.2016 / 00:15
2
answers

How to modify CSS dynamically using PHP

I need to modify some CSS styles according to a condition in PHP, so I looked it up, and from what I saw it is necessary to include a header in the CSS file and change the file .css to .php , or create a file htacess (but where? whe...
asked by 20.05.2015 / 22:34
2
answers

When and why to use: hover and onMouserOver and onMouseOut?

I'm studying about hover , onMouseOver and onMouseOut . Suppose in this situation I want to change the background of an image when I pass the mouse on it. What is the correct way to program? Is using CSS (: hover ) or through JavaScript...
asked by 18.10.2017 / 17:46
3
answers

How to draw a Ribbon (gift tag or label) on a div?

How do I draw this green ribbon in the upper right corner of the center div? Icouldnotfindawaytodoit,couldanyonehelpmewiththis?AftertheanswerIcaneditthequestiontomakeitlesscenteredformycase. .box{ background-color:red; } .box p{ tex...
asked by 30.08.2018 / 22:51
2
answers

Stylize Required

Instead of appearing in that text box, I would like only the edges of my input to be red when the user does not fill them. is there any way to do this?     
asked by 04.08.2018 / 14:57
2
answers

Change the color of a cell according to the value

I have a page with a table that shows information on the amount of items planned to be performed and the number of items actually made at the end of each month. Iwasaskedif,inthemonth,moreitemsaremadethanexpected,thecellthatshowsthequantityi...
asked by 09.07.2018 / 15:00
2
answers

Referencing CSS in jsp through $ pagecontext.request.contextpath in tomcat8 does not work

I'm using tomcat 8. My css and js files do not load into jsp through the $ pagecontext.request.contextpath in tomcat8. I can only load the css if I put the absolute path from the webapp directory. Ex (pages / css / style.css). The project str...
asked by 24.07.2015 / 02:06