Quantcast
Channel: Active questions tagged html - Stack Overflow
Browsing all 74846 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Need Scroll Bar for Drop Down List populated by ng-options

I have this code which populates the drop dopwn menu:echo "<div class='form-group'>"; echo "<label for='show'>Show:</label>"; echo "<select class='form-control' id='filterText'...

View Article


html2canvas remove multiple spaces and Line Break

I'm using html2canvas to render html contents to image. But it supports only single blank space between word and also all text displayed only in One. Example 1 if text is `Word1 Word2` it become to...

View Article


How to gradually change attribute values with Javascript? eg. Ease-in, Ease-out

I want to change an element's attribute (a filter for an SVG) from 0 to 10 and back to 0 infinitely. For this I made a js function breathe:let flag = 0; let loader = setInterval(breathe, 1000);...

View Article

Why doesn't this JS function properly import to my blade.php?

I have a JavaScript file, 'submittedForms.js' that I reference in my blade.php with <script type="module" src="/js/bundle/charts/submittedForms.js"></script> In submittedForms.js, I've...

View Article

Browser doesn't recognize xsl file as xsl [duplicate]

This question already has an answer here:XSLT not working in web browser 2 answersmy first post here. I'm a first year student and my first encounter with xml and xsl. I've been following many...

View Article


Is there popState to back browser history stack in AMP?

Is there Any way to back browser history when use AMP.pushState()? Is the AMP.popState() (or window.history.back()) function implemented in AMP project?

View Article

How to disable a LinkButton if Input elements do not have a value?

Like the title says, I'm trying to disable a LinkButton if certain Input elements do not have a value and enable if one of the Input elements do. I am just trying to disable the LinkButton if one of...

View Article

How to set two Async Pipe functions in Angular 7?

I have 2 functions that checks a specific condition, I would both like both of them to be true. How would you use *ngIf in this case? Currently if I set one of them it works, but I need both of...

View Article


PHP - Remove multiple lines from a file using a exception file

I have a text file which contains:text1 bla bla text2 bla2 bla2 text3 bla3 bla4 text4 bla4 bla7 text5 bla8 bla7 text6 bla9 blu1 and another file which contains:bla7 bla3 text1 I want to create a PHP...

View Article


How to create an Button with JS and use the OnClick Attribute

I want to use a button with OnClick that I created with JS. I can create the button and I also get the attribute on to the Button but the Button doesn't start my function he only reset the Website....

View Article

I want text to do a sort of fadeIn and .slideDown at the same time when page...

I want some text to slideDown and fadeIn at the same time when my page loads but I can't get anything to happen, or even get a fadeIn animation to work. HTML:<div id="annimate"...

View Article

Image may be NSFW.
Clik here to view.

How do I combine active button and hover? [duplicate]

This question already has an answer here:One style selector to specify both hover,active within a specific class 2 answersHow make :focus, :active be the same as :hover 2 answersStyle button when...

View Article

Image may be NSFW.
Clik here to view.

Three divs in row, last one in another column horizontally centered - Flexbox...

I have a grid container and I want to align three divs like this, also doing them responsive (all stacked). I don't have the heights of the divs.It would be two columns, in one two rows (two divs one...

View Article


Getting value from dynamic ASP.NET text box within HTML table

I'm trying to reference the text within an ASP.NET text box that has been loaded on button click within an HTML table. The table is static but then the rows are generated dynamically with the text...

View Article

Image may be NSFW.
Clik here to view.

Does link prefetching work across subdomains?

I've been trying to use something like this to get a performance boost when clicking from a simple landing page to a heavyweight single page app:<link rel="prefetch" href="https://example.com"...

View Article


How to fix Shopping cart total with js

I am now learning how to code and need some help. Im trying to make a shopping cart for my website but my "updateCartTotal" function doesnt work. See below snippets:function quantityChanged(event) {...

View Article

Internal CSS Cursor URL Not Working, any tips?

I am trying to add a custom cursor using cursor: url and it is not working. I have tried different links and different browsers (I am currently in Chrome) and it is still not working. Could somebody...

View Article


How to add number to username if it already exists

I am trying to make a school portal system for my coursework. Every student has a username which consists of the first letter of their name, and first 4 letters of their surname. To create this...

View Article

Remove lines from above and below heading [closed]

I have recently started working on a website but i have little experience in HTML (which is fine because i can use w3 schools) i have a heading <h1>heading</h1> but it has 2 lines, one...

View Article

Image may be NSFW.
Clik here to view.

Google Chrome: Disable auto-completion menu for Manage Addresses

As of Dec 9, 2019, with Chrome v78.xI've been experiencing serious problems with disabling auto-completion menus in some places of my web front-end application. Especially on the Chrome browser, even...

View Article
Browsing all 74846 articles
Browse latest View live


Latest Images