Questions tagged as 'css'

1
answer

How to adjust the image inside the border?

How do I adjust this image inside the border in HTML 5. HTML <figure class="foto-legenda"> <img src="_imagens/coz21web.jpg" width="830"> <figcaption> <h3>Marcenaria Anderlopes</h3> <p>Reali...
asked by 27.04.2018 / 03:49
2
answers

Hover in navigation with html and css

Well folks, it's the following, I've been following this for some time. I'm trying to make a box around the links in hover , this box will have a shadow and rounded corners, can someone help me? Thanks in advance .main-nav {...
asked by 25.04.2018 / 16:07
2
answers

How to put columns of a table all with the same size?

                  Temperature                  Precipitation                  Wind                  Atmospheric Pressure                                                                                Monday                         Tuesday...
asked by 03.11.2017 / 19:24
0
answers

Selection area with the mouse?

I'm developing the following code to create an element selection area using the mouse. var draggingMouse = false; var leftMouseDrag, topMouseDrag; $(document).on("mousedown mouseup", "#cloud_main_page", function(e){ if (e.type == "mou...
asked by 26.05.2018 / 19:38
3
answers

Doubt of how to increase input size according to div size using bootstrap

I'm having difficulty increasing the size of my inputs using the bootstrap classes, I'd like to leave them depending on the sizes of my div for example, in a row with 12 columns I create the div with col-md-12 and leave the input of the size of...
asked by 24.10.2017 / 19:13
0
answers

Organization of tables in css

* I have a problem in my code that I am trying to solve for hours now, I'll leave an image to explain better, I want to leave it aligned along with the other bars. <!--*****ContactAreaEnd*****--><sectionclass="contact_us_area section_p...
asked by 28.05.2018 / 17:06
1
answer

Paging without php and mysql

I'm trying to make a simple paging, just click the "2" button for example and it happens. I tried to use this, but I could not: link Could anyone help me with this? From indicating a tutorial on Youtube, article, book, personal help, any...
asked by 12.11.2017 / 23:51
0
answers

How do I put CSS correctly in an SVG rendered in the view via the use tag?

I'm using AngularJS to load an element, but it does not grab the CSS. A View: <svg version="1.1" id="body_1" data-name="body-1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewB...
asked by 08.12.2017 / 14:40
1
answer

Image with CSS - image manipulation and title

I want to put an image behind the title at the top of the page, putting the title right and centered, and a paragraph on the left containing a few words, but I have a problem: I can not put the image behind the title without using the positio...
asked by 20.09.2017 / 12:42
1
answer

CSS - How to reference another Combobox?

Dear, I have 2 cascading autocomplete combobox for State and City. When I change the size in CSS, it changes the size of the 2 combobox and I need to change only 1. I use the JQuery-UI sample code and the following CSS: .custom-combobox-inpu...
asked by 12.12.2017 / 16:32