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

Image may be NSFW.
Clik here to view.

Mailchimp template columns being pushed to next row in Outlook

I'm designing a newsletter for a client using Mailchimp and then exporting the HTML (being sure to convert to inline CSS). I have a section that should be made up of two columns, but when viewing in...

View Article


How to display uploaded files in ng2-file-upload table with edit form in...

I have a list of records in the table. The table record has three options (view, edit, delete). Every record has a document. Next, when user clicks on edit option. I will fetch the stored record then I...

View Article


Linear gradient with css variable and hsla [duplicate]

I have a css variable: :root{ --red: hsl(0, 100%, 74%); } And then this does not work: .page-wrapper{ background-image: linear-gradient(hsla(var(--red),.6), hsla(var(--red),.6)),...

View Article

Background does not show completely in mobile view

I'm building my site through Squarespace. I have some coding knowledge and have created a page to show services offered. www.jmrgraphicdesign.com/servicesIn desktop view it looks just as I want. In...

View Article

Background animation looping smoothly

I am trying to add a background animation that will move from right to left and will loop cleanly. So far the animation works from right to left using keyframes but after 30s it stops and starts all...

View Article


Image may be NSFW.
Clik here to view.

How to align header of data table

I am trying to align the table header with columns; header items should be moved in right side to be align with columns.Screenshot:Stackblitz - does not work but you can see entire code:...

View Article

Puppeteer: how to download entire web page for offline use

How would I scrape an entire website, with all of its CSS/JavaScript/media intact (and not just its HTML), with Google's Puppeteer? After successfully trying it out on other scraping jobs, I would...

View Article

String does not match expected pattern d3 select

I am using d3 v5 for data visualization, I have created a force layout with each of the nodes having their own name as id. This part is done dynamically. The HTML part works fine , the userInput.value...

View Article


Symfony twig div

I made a form with the FormBuilder of Symfony. When I put my form in twig, the form_start(form) and form_end(form), it add a tag for each input. I don't understand why twig add a tag. What is the...

View Article


Move array item when rendered on html page

Is there a way to move an element rendered in html that is stored inside of an array? My code generates a new div every time a function is called, that div has an animation class added to it, to make...

View Article

How can I curve a line in CSS animation

I'm trying to create a roller coaster style animation with CSS.and I want to know how to curve the "coaster" when it's in the loop stage.I'm searching for an all CSS solution but if there's a need for...

View Article

Fatal error: Cannot use isset, use null expression

I keep receiving the error:Fatal error: Cannot use isset() on the result of an expression (you can use "null !== expression" instead) in line 42This is line 42:if (isset($_GET['reply_id'] &&...

View Article

Background image using HTML5 to fit the page

I want to make one image the full background of a website! I know it sounds pretty simple, but it just got me crazy, it doesn't fit the page, this the last try I reached with!CSS :body {...

View Article


Image may be NSFW.
Clik here to view.

Display: Block link is taking more width in firefox browser vs google chrome

Display: block is taking more width in firefox, please find the code below<ul class="mn_mainNav"> <li><a href="#">All Offers</a></li> <li><a href="#">All...

View Article

Why would the height increase with a smaller font size?

I have a block with a certain line-height, where I insert content with the ::before pseudo element..block::before { content:'text here'; } This works well. However, if I also give the content a smaller...

View Article


Equivalent of curl's "resolve" option in HTML/Javascript page

I have an ingress controller that, in order to access certain resources behind it, I need to specify the resource via curl's --resolve feature. For example, this request will fail (i.e. not access the...

View Article

Card not rotating on hover to reveal the backside

I'm trying to set up a flip card in css, on hover, but having trouble getting it to work.Note: I know I'm going to need to use JS to make the click work how I want it to, but I am just trying to figure...

View Article


Google Maps JavaScript API events propagate from parent to child in Chrome...

I'm working with the Google Maps API and I'm using a div that overlays the map.I have an event handler for clicks on the map itself and on the overlay. Using Chrome on the desktop, if I click on the...

View Article

How to return value from an asynchronous javascript function in an iframe?...

I have this java-script function with an asynchronous callback. I tried [looking for an answer here][1], but I do not enough javascript to replicate what people have answered. After several attempts...

View Article

Image may be NSFW.
Clik here to view.

Firefox table border issue on cells next to a rowspan

I have a table with left and right borders only on the inside cells, the following is the markup and CSS that I have:table { border-collapse: collapse; } td { border-left: 1px solid #aaa;...

View Article
Browsing all 72358 articles
Browse latest View live