Quantcast
Channel: Active questions tagged html - Stack Overflow

How to mask animated lines?

my code output. As shown in the image, lines are being rendered across the entire page, but I only want them rendered within the SVG. I also want to keep the animation. Does anyone have any ideas on...

View Article


Inserting navigation with jquery doesn't render HTML when view page source

I have a static HTML website and I would like to inject the navigation for each page using jquery. I cannot use PHP as it has to be static site (HTML, CSS, JS). The injected navigation displays fine...

View Article


Can I pass additional classes to an Astro component from parent?

I'm working with an Astro component that already has some classes in its template. I'm looking to reuse this component in a different view to alter the color of its header exclusively for that...

View Article

Umbraco show/hide conditions for submit button doesn't work

The latest Umbraco versions have the functionality to show or hide submit buttons using conditions. But for my case it doesn't work. For other field I have fieldsets and while iterating over fieldsets...

View Article

Image may be NSFW.
Clik here to view.

Pure css stacking card effect with sticky position, no javascript

I'm working on a section where these cards are stacked, the problem is that they do it using position: sticky and when the effect of cards is over, the cards go through the "sticky-header" and I would...

View Article


How to disable View source and inspect element

How do you disable/ view source/ and /inspect element/, ctrl + uctrl+shift+If12 menu bar and right click, also ctrl + sctrl pctrl+vctrl+actrl+c and drag select page, please answer all parts that's...

View Article

AJAX Request Not Working on Live Server, But Works Locally – Any Ideas? [closed]

I’m working on a website that uses AJAX to fetch data from an API, and everything works perfectly on my local development server. However, when I upload it to the live server, the AJAX request fails...

View Article

When I scroll on a div, the text overflows on div

I have an Issue with this section of my code. I have included the css and the html..article-container { display: flex; justify-content: space-between; align-items: flex-start; overflow:...

View Article


Css typewriter effect on phrase doesn't wrap word on smaller devices

I am trying to add a typewriter effect on an <h1> phrase in my website and it works fine. The problem is on smaller devices, instead of wrapping the word, it just stays fixed, and it gets lost on...

View Article


Image may be NSFW.
Clik here to view.

How to have a pop-up for a download on my navbar?

I am looking to have a pop-up when someone clicks on my download button on my navbar, but I have been having problems when trying to make it work.Here's an example website. (rubberduckvba.com) I can't...

View Article

how to use font awesome icons in HTML

hi I cant use font awesome icons and I don't know what is the problemplease explain to me how I can use font awesome icons in this version . step by stepyes there is some topic like this but I couldn't...

View Article

Website hosted in docker container is not updating live

I am developping a website which I want to host inside a php-apache docker container.I use the following command to run the container: docker run -dit --restart unless-stopped --name my_www -p 8080:80...

View Article

How to display image from Strapi collection content

Im having trouble receiving the media attribute of my content in my collection from strapi on my 11ty project. Every time I try something with trying to recieve my image data it breaks my page.Strapi...

View Article


Theme Not Loading on Page Load but Works on Radio Button Selection

I'm purely a beginner and this is for my project in one of my majors. I'm trying to implement a theme-switching feature on one of my subpages (Article1.html) using JavaScript, where users can select...

View Article

Add a script at the end of HTML with HtmlWebpackPlugin

I have a React application with an index.html file in the public folder:<!DOCTYPE html><html lang="ru-RU"><head><meta charset="utf-8" /><meta name="viewport"...

View Article


Is it possible when mouseover on a button, to change the css properties of...

In my html page I have a button with two div's inside. The div above contains a menue icon svg, the div below contains the button text.The divs are mandatorily used to place the icon and text in the...

View Article

video using MediaSource API showing unending loading screen

I am trying to build a small streaming project using the MediaSource API.I have a segmented video called earth into 6 segments of around 6 seconds each.With the current project structurevids/ earth/...

View Article


how to change the order of inputs in this extension app to make the newest...

As you can see if u tried the code and save an input in the app it will be save in a top to bottom order and i want it to be from bottom to top order, here is the whole code and if you want the html...

View Article

Image may be NSFW.
Clik here to view.

Equal Height Tiny Slider Carousel [closed]

I would like the slides to be other equal height, so the slides will match the height all the tallest slide. Ideally with the two bottom information (1,500 SQFT and Enquire) staying at the bottom of...

View Article

Image may be NSFW.
Clik here to view.

Webcam video stream for capturing photo not Working

I am trying to get access to webcam and display video stream for capturing photo. I am getting consent for camera access i.e. popup message and when I allow the access the front camera indicator light...

View Article

How can I center text between the top and bottom of a div?

I want to align my text to the middle of my div, but I can't seem to make it work. How can I do this?Thanks for the help!<div style="height:40px;">Personal Information</div>"Personal...

View Article


about html tag

I am trying to use the HTML button tag. But I have a doubt :The button should not always appear but appear only if some condition is satisfied. How can I implement this ? Specifically:The user searches...

View Article


How to give a bootstrap table a minimum height, while still preserving table...

so my my problem is this. I have a bootstrap table which I have to give a minimum height. The problem now is that my table rows are taking all the available space left. So when I only have one row, its...

View Article

Open popups on specific places of an image?

I have an Image in a HTML page. I want to display different information when the mouse is hovering over different areas of that image. For example, I want to display information-1 when the mouse is...

View Article

How to disable days of the week by periods?

I'm currently trying to add a date picker (Boostrap datepicker) and disable certain days of the week, like Mondays, to prevent reservations on those days when the office is closed. I found the...

View Article


How to generate a multi-page PDF with mixed orientations (vertical and...

I have an HTML document where each section represents a single A4 page. I’d like some sections to be in portrait (vertical) orientation and others in landscape (horizontal).However, when I generate a...

View Article

Working with calling remote javascript file in html [closed]

I'd like to work with an external javascript file, but i have no idea how to call it and display the data it generates.Lets say the link is:...

View Article

Video button does not seem to be working on website [closed]

I've used javascript to create a button to play a video. It works! But when I put the code into the working page, it ceases to work, here is a link to the code on...

View Article

Why does `window.addEventListener("error", ...)` sometimes give "Script...

(I initially thought this was just a Chrome bug, but I've tested in Firefox and it has similar weird behavior, and even uses the exact same "Script error." string in the event.message, so I'm wondering...

View Article



adjust height of header and footer which called as link [closed]

I have header and footer in div and those are called as link.I am not able adjust their height and make it half of the height?My code is given below and i used font awesome images as well those not...

View Article