Category "html"

[Shiny]: Add link to another tabPanel in another tabPanel

I'm trying to put a link on my "home" tabPanel to all others tabPanels of my app. The idea is as follows: ui = navbarPage("", tabPanel("home",

scaleX increasing automatically in keyframes

In this example it is clear why the grow animation works: @keyframes grow { 0% { transform: scaleX(0); } 100% { transform: scaleX(1); } } Howe

Downloading/Opening .csv file using Google chrome, it changes extension of .csv file to .xls

I have an a tag in my html file that is pointed to a .csv file. Every time I click on the link it downloads the same file in .xls extension. Why? I tried th

Should I use <![CDATA[...]]> in HTML5?

I'm pretty sure <![CDATA[...]]> sections can be used in XHTML5, but what about HTML5?

Listjs Make button for last page after filter

list.js Question: How do you create a div so when you click it, it shows the last page of the pagination, after I have done a filter. I have a list var List

Images (inside divs) stacking instead of being inline

I'm trying to place a series of images on my website, and I want them to flow side by side and automatically wrap to the width of the container div. I made a se

How to set name of file downloaded from browser?

I'm writing a web application that, among other things, allows users to upload files to my server. In order to prevent name clashes and to organize the files, I

Hide scroll bar, but while still being able to scroll

I want to be able to scroll through the whole page, but without the scrollbar being shown. In Google Chrome it's: ::-webkit-scrollbar { display: none; }

flask just refresh templated portion of page

I have a simple flask app that uses templates. Every time I click somewhere on the navigation (in the base.html) it refreshes the entire page, I'd rather it j

HTML form with multiple "actions"

I'm setting up a form wherein I need two "actions" (two buttons): 1 - "Submit this form for approval" 2 - "Save this application for later" How do I create an

Trimming image corners with border-radius set on parent div doesn't work in Safari

I have an image placed inside a div, the div has rounded corners which works as a mask to hide the image corners and display it as a circle. It works in all bro

How to get the html of this website using python requests?

I am trying to download html file from the following website: https://www.avto.net/Ads/results.asp?znamka=Audi&model=&modelID=&tip=katerikoli%20tip&

Center aligning a fixed position div

I'm trying to get a div that has position:fixed center aligned on my page. I've always been able to do it with absolutely positioned divs using this "hack" left

How to make html file encrypted?

I want to know, how to make my html file code to encrypted? So that if normal user see the code, then they don't understand the code?

Sensible approach to nested clickable elements

I am implementing a piece of UI where a whole element is clickable, as is a "button" within it. Basically this (and no, I am not actually using inline event han

Generate images for html heading with Java servlet

I found Facelift which can basically generate html headings as images (with "nice font") on the fly. Does something similar exist for Java (couldn't find one my

Generate images for html heading with Java servlet

I found Facelift which can basically generate html headings as images (with "nice font") on the fly. Does something similar exist for Java (couldn't find one my

HTML5 record audio to file

What I ultimately want to do is record from the user's microphone, and upload the file to the server when they're done. So far, I've managed to make a stream to

HTML5 record audio to file

What I ultimately want to do is record from the user's microphone, and upload the file to the server when they're done. So far, I've managed to make a stream to

Generate images for html heading with Java servlet

I found Facelift which can basically generate html headings as images (with "nice font") on the fly. Does something similar exist for Java (couldn't find one my