Questions tagged as 'css'

3
answers

CSS, center separator between left and right [closed]

I have a div, welcome-inputs and within it another two left and right left must be on the left side of welcome-inputs and right on the right side of welcome-inputs . Both have width = 100p...
asked by 16.12.2014 / 17:42
2
answers

How to change the color of a single link?

How to change the color of a unique link? I have tried to go to "Modify - Page properties - Links", however the settings that are placed there go to ALL the links, and it is not what I want on my site.     
asked by 29.04.2014 / 00:53
4
answers

margin: auto; how to apply in this case

I'm having problems while trying to center divs that are located inside a div, and their "children" are in float, but I wanted to center them using the margin: auto; how can I do it? Follow my little script <div class="p_sects"> &...
asked by 11.12.2014 / 23:43
1
answer

Width of a td is not the last size

Good afternoon, I have a question here in assembling the form using and assorted. I have the following table: <table> <tr> <td>Nome:</td> <td>Senha:</td> </tr> <tr> <td>Código</...
asked by 13.10.2014 / 22:42
2
answers

Problem with jQuery on display

I'm having a problem, I'm testing JSFIDDLE link when the user clicks on the photo - needs to change image, this is already in the test, but the user when clicking the image below, the top is back to what was ... Thank you
asked by 28.09.2018 / 15:56
3
answers

How to make custom confirm alert?

Good afternoon I'm looking to make a custom alert with a different design: for example if the user clicks on cancel opens an alert asking "do you really want to cancel" but would like it with a design someone could help me. I have alert but only...
asked by 14.06.2018 / 16:12
1
answer

HTML Slider Error [closed]

Hello! I have an HTML slider and I'm deploying PHP to make it manageable, however, when I put PHP, the slider has stopped working. I think it's an error in the following part of the code: echo '<div class="col-md-12" style="...
asked by 17.01.2017 / 05:21
2
answers

Taking the total in pixels of an element passed as a percentage variable

I am setting a% w_th of% that should be an exact square, but this square should be based on the% w_th of% that is being set with% w_th of% (%), / p> EX: 5% = 105px var larguraVideoItemFirst = $('.video-item-first').width()//retorna 5 pois foi...
asked by 23.01.2017 / 14:55
2
answers

Jquery Show does not work in td [closed]

I have the following code snippet: $(".item2").hide(); $("#show").chick(function(){ $(".item2").show(); }); <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script><tableborder="1"&g...
asked by 12.04.2016 / 22:55
2
answers

Website is not getting responsive with Bootstrap [closed]

I made a site using bootstrap, but it is not getting responsive on the phone, it simply appears as if it were on a monitor and then with both horizontal and vertical scrollbar ... link This is the site. By the chrome browser, if the scre...
asked by 12.04.2016 / 17:49