Questions tagged as 'html'

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
2
answers

How can I not allow the browser to save the entered password? [duplicate]

On this site if you log in the browser does not ask you to save the password and if you enter again the fields will be blank. How does he do it? I searched the web, found some tips but none efficient like this site, at least in the crhome....
asked by 13.04.2018 / 17:11
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

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
1
answer

Is it possible to change the css3 of the table (in JqGrid) to change the positioning on the page?

Is it possible to change the table's placement on the JqGrid library page? When the Jqgrid table returns a lot of data, it creates a vertical scrollbar. When descending to view the last records the table goes to behind the menu but does no...
asked by 17.04.2018 / 14:59
1
answer

Event in a single div with equal classes. How to make?

Greetings. I created some div inside a foreach, all with the same class, inside this div has an element that I want, when clicked, show another div that is inside the created parent div. However, as expected, when I trigger such an event, all su...
asked by 25.04.2018 / 19:18
1
answer

Clear Html Tags from a result of an input, except

How do I remove all html tags from a string with exception? Ex: var exemplo = "<div><p>Leno<span> Sousa</span> <i></i>var exemplo = "<div><p>Leno<span> Sousa</span></p></div&...
asked by 23.05.2018 / 17:46
1
answer

maxlength plugin on ckeditor does not work

I need to limit the amount of characters in CKEditor. I followed the step by step of this topic: Limit text in CKEDITOR But it did not work. Below the changes made to my code: <textareaid="desc" name="desc" data-maxlen="10" rows=...
asked by 03.04.2018 / 14:00
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

Give unset a variable after clicking a link

Help me guys wonder if it is possible to unset a variable by clicking on a link through the action or another solution? <a href="login.php" class="login" action=""><span class="navbarcolors"><?php if(isset($_SESSION['username'...
asked by 02.04.2018 / 01:03