Quantcast
Channel: Active questions tagged html - Stack Overflow
Browsing index pages (79116 articles)
↧

Position Nav Bar Top Right

I am trying to move my Nav Bar to the Top Right with my logo on the Top Left all on one line. But I am unable to do so and I could use some help. I am new to learning HTML and CSS. The nav bar...

View Article


How to prevent timer from being throttled by Chrome when my webpage in...

Last year, Chrome shipped a feature to increase battery life by limiting JavaScript timer wake ups in background webpages.setTimeout(()=>{ console.log('done')}, 1000)The code above will print logs...

View Article


Bootstrap Dual listbox and single select with fetching values in alert with...

Can you please anyone help me how to solve this issue.Bootstrap have dual listbox option with single/multiple select only.I need dual listbox with single select.Explanation:For example: I have dual...

View Article

How do you color a progress bar? [duplicate]

.colord { accent-color: var(--accent); background-color: red;}<label>to be </label> <progress class="colord" value="50" max="100"></progress>What is the simplest way in CSS and...

View Article

Get DOM element in an iframe in JavaScript

I have two documents, one of which is embedded into the other with an iframe. I'm trying to use this code to access the img tag inside the iframe, however, I cannot use the document.getElementById...

View Article


Using jQuery and AngularJS together?

I'm new to AngularJS, and this project pushes what I already know about using ng-repeat and controllers. Goal : To make it so when you select an option from the drop down menu and click the button, the...

View Article

How to get page numbers in pdf generated by html with wkhtmltopdf

Here is our answer:We are currently using wkhtmltopdf to generate a PDF from a given html template. Some background information:We are using Sulu CMF to build our back end, which is based on...

View Article

Copy the content of one HTML table into another using JavaScript Revisited

I'm teaching myself JavaScript and I need to copy one table into another. I've been able to reproduce @Gushiken's code and @Quentin's response with this example:HTML:<button...

View Article


When changing font-awsome from 6.0.0 to 7.3.1 : I'm not able to align the...

When changing font-awsome from 6.0.0 to 7.3.1 : I'm not able to align the fa-images at the end of the text. I added a .png how it should look like - but I can't see my .png after loading why?With 6.0.0...

View Article


How to integrate a Discord server into my website?

I try to connect my website with an Discord Server. For that I use like usual the JSON API of the server and integrate this URL in my HTML code.<a...

View Article

Image may be NSFW.
Clik here to view.

How to detect when the BROWSER blocks an iFrame

On an https website, I'm trying to load randomly submitted URLs into an iframe, allowing the user to see that website embedded in my own user interface.As long as the remote url is https (like my own...

View Article

Could not load the following font for JasperReports

I have a problem that have been already asked, but there are some specific differences in my case.I'm supporting a web application (EJB 2, PostgreSQL 9.2.4, running on a JBoss 4.2.3) that have an...

View Article

I'm getting an error on my CSS files and JS also. I have no clue what they mean

I'm taking a course on CSS3 and HTML5, and I ran into some trouble: my CSS folder isn't located in the correct spot... or something. I have no clue what's going on, but after a few hours of messing...

View Article


Image may be NSFW.
Clik here to view.

Angular template only renders when I save it in VS Code

I updated my website to Angular 22 and, after some adjustments to the code, I have the site running with the routing working again.The issue I face is that when I load a page that's supposed to fetch...

View Article

DFP Videos Ads Internal error because of unimplemented IMA SDK

I am going to develop a plugin for cordova to display video ads delivered by google dfp. It will be an Android app at the end. Wrapping HTML5 games for Google Play Store.So I got this link to read the...

View Article


How can I style a django form with css?

I tried looking for the answer earlier but couldn't seem to figure out a few things. I'm creating my form in a form.py file so its a python file.Here is my forms.py file :class UploadForm(ModelForm):...

View Article

p-tableCheckbox check by default

I'm new with primeNG and p-tableCheckbox.I'm using this component to create a checkbox column to check/select the right row. So the normal standard and behaviour works perfectly. But now I need to...

View Article


Link to a section of a webpage

I want to make a link that when clicked, sends you to a certain line on the page (or another page). I know this is possible, but how do I do it?

View Article

HTML5 live video "hack"

For the last two month I have been trying to "fool" safari into thinking that it's looking at a file on the server, which in fact is a live video stream from a camera encoded and muxed upon request...

View Article

Form not submitting when pressing enter

I have the following HTML/JS/jQuery Code. This code represents a login form that is presented modally to the user to allow them to login. The problem is, when I hit enter, the form does not seem to...

View Article
Browsing index pages (79116 articles)


Latest Images