Questions tagged as 'css'

1
answer

Forcing divs with text to remain on the same line?

I have the following HTML structure: <div class="cloud_current_folder"> <div data-folder-name>My Cloud</div> <div data-spliter></div> <div data-folder-name>Documents</div> </div>...
asked by 23.05.2018 / 19:19
1
answer

How to know the version of the Jquery library just by viewing the codes made by other users?

I'm having a little jquery code here, offered by a member of that site that I ended up finding, and I do not know which version of the library I should load and run the code of others. I can not comment on the response he gave to another user be...
asked by 23.05.2018 / 20:59
2
answers

Is it possible to customize an alert?

Between an if and else I have a call from an alert to return a response to the user, since the alert layout itself is not very much in line with the site layout, I would like to know how I can customize it. if(ainput5 == false || ainput4 == fa...
asked by 11.06.2018 / 05:08
1
answer

Layout: OnePage only with HTML and CSS (with transition)

I'm creating a " OnePage " layout, though I'd like to do it with CSS and HTML only. The idea is when the user clicks the next one it will be moved to "section 01", this is already done, but I am not able to put the trasition effect so tha...
asked by 11.06.2018 / 23:34
1
answer

Multilanguage page without formatting

I have a multilingual website using Ajax , but when I put it to change the language, the page does not overlap formatted. www.csvet.com.br By clicking on the US flag in header the error appears.     
asked by 15.04.2018 / 00:08
1
answer

Return to top button [duplicate]

I created a basic script to show / hide a return button at the top of the page: $(document).ready(function(){ // Add smooth scrolling to all links $("a").on('click', function(event) { // Make sure this.hash...
asked by 17.04.2018 / 19:44
1
answer

Adjust product list in woocommerce to stay aligned correctly

My store has the following visual And I'd like to align the products correctly because the look is not legal. How could I do this?     
asked by 16.04.2018 / 19:49
3
answers

Centralize submit no form

I have the print below: I'mtryingtogiveamargin:0autoinbotãosubmitwithinformbutnothingIdocentralizethatbutton.ButIcannotdotext-align:centerotherwiseitwillcenteralltheelementsoftheform.Hereis**form**:<divclass="administrador"> <h1...
asked by 23.05.2018 / 14:40
1
answer

Media Query for different zoom levels?

I would like to use '' values in Media Query, but for different zoom types in the browser like 100% co_de 125% and so it goes. What values should I use?     
asked by 01.04.2018 / 21:05
1
answer

Undesirable delay effect

Problem: The desktop and logo menu animation is undesired (+ or - 3s), but the mobile menu icon works as expected Attempts: transition-delay: 0s; transition-delay: none; animation-delay: 0s; animation-delay: none; I also tried with...
asked by 06.04.2018 / 16:26