1,188,606 questions
0
votes
0
answers
8
views
How to display a hyperlink in SQL services reporting with encrypted text
I have a requirement where I need to encrypt a column data and upon clicking on it should navigate to the given page.
I am trying something like this
Imports System.Security.Cryptography
Imports ...
0
votes
0
answers
5
views
Apply same function to multiple sections
Firstly, many thanks in advance for your time in helping me :)
Secondly, how can apply same function below to the other 2 divs sections? I would like the primary-btns uk and int in each div to show/...
0
votes
0
answers
23
views
Why does `position: absolute` not stick to the bottom of the viewport when no positioned ancestor exists?
I'm experimenting with CSS positioning and noticed something confusing.
I have the following setup:
.box3 {
background-color: #9C27B0;
width: 100px;
height: 100px;
position: absolute;
bottom:...
0
votes
1
answer
8
views
Why does XMLHttpRequest return status 0 on iphone but status 200 on web browser
I am building a web-site that calls php on the backend for some pages. When I view the html page on a computer browser, it returns with a status of 200 and shows content returned from php script. ...
-3
votes
1
answer
32
views
Why ul inside pre tag have this weird dimension?
I've found this weird issue. I wanted to create a simple index page for the domain where I only used subdomain I want to have a list of domains in ul tag, but I wanted to have a monospace font, so I ...
0
votes
0
answers
10
views
Prevent CLS when using variable font with font-variation-settings
I'm using a variable font in my project like this:
css @font-face {
font-family: 'MyVariableFont';
src: url('/fonts/my-variable-font.woff2') format('woff2-variations');
}
When I apply specific ...
-3
votes
0
answers
28
views
Odd vertical lines appearing in site design due to css issue [closed]
I have a little svg that is repeating so that it creates a wavy line horizontally across the page. My issue is there is some very little blueish vertical lines appearing across the page (in the purple ...
0
votes
1
answer
53
views
css gets transitioned at first mount
I have a svelte app that mounts some progress dots into a pretty plain html site.
simplified the ProgressDots.svelte has this:
hello
<div class="progress-dots">
<div class="...
0
votes
0
answers
17
views
Should one use `lang` attributes for proper nouns and loanwords?
I understand the various reasons to use the HTML lang attribute for pages and content-within-pages of different languages,1 but there are two specific cases where I'm not sure whether or not to use it:...
0
votes
0
answers
20
views
HTML default title attribute for tooltip is not working on iPad and tablets [duplicate]
I have created a simple HTML label in my SPFx ReactJS project.
I have added a title attribute to the label for a tooltip.
Please take a look at the code snippet below.
<label htmlFor="...
-3
votes
0
answers
19
views
Graphana not showing webpage embed in Textpanel HTML mode [closed]
I am using Graphana v9.0.2 and using the following HTML code
<iframe id="embeddedFrame" src="https://myurl" width="100%"> </iframe>
<script>
var iframe =...
0
votes
1
answer
21
views
foundation slider with active thumbnail in the visible area
I'm using the orbit modul from foundation that works fine. I have reused the area of the bullets for the thumbnails of the large slider images. This also works so far, the active thumbnail is also ...
0
votes
1
answer
27
views
Hide header and footer when print but keep the default page count
I'm working with a html file and i want to hide the default header and footer that browser auto added in when printing with Ctrl + P, but i want to keep the default page counter of browser
I tried ...
-1
votes
1
answer
40
views
How to make two div tags align side by side in HTML?
Spent a while trying to figure out how to make an image change when I hover over it, which I needed to create two sub-divs inside my main div to achieve. However, when I did that, my links stopped ...
0
votes
1
answer
21
views
changing the color of the ion-segment active button
i am trying to change the color of the active segment button but with all options it still renders as white.
here is the html and css
ion-segment {
background-color: #108453
ion-segment-...