Category "css"

JQuery: how to exclude from selection div elements that contain a span element?

I have selected a group of div elements from a table, filtered the selection to only the div elements that contain the class __gwt_cell, and I have saved them i

found no layout file for "HTML" for kind "home"

I am using this command to run a hugo project in my MacBook Pro with M1 chip: hugo new site example cd example hugo server the output log like this: ➜

jQueryUI 'Blind' effect introduces break in page flow while animating

I have an arbitrary number of links, each styled as a bootstrap button, in a div with ordinary left to right flow. <div id="btngrp"> <a href="#" cla

CSS: text hidden with text-overflow:ellipses still exists

I have an ul with varying-length li's, but a fixed width. I also have some icons in the li. <ul> <li><span class="icon"></span>Long

Font messes up alignment of numbers

I'm using the Raleway font, but this font doesn't align numbers properly with letters. You can see this in this snippet: h1 { font-family: Ra

Stop div from shifting down when text is added

I am trying to place some text inside a square div. The only problem is that it shifts the div that the text is in down a lot. Does anyone know how I can get th

fixed div with 100% width overlaps scrollbar

As demonstrated here: http://codepen.io/anon/pen/rVPqeL I am using 3 simple divs and I want to obtain an effect of a "global" scrollbar that has to go over the

A problem repeatedly occurred on safari IOS how to fix?

I am getting so annoyed with this problem (A problem repeatedly occurred error message) on ios iphone. Working hard to build a website but only iphone with rece

How to support inline comments in PostCSS?

Webpack/PostCSS is unable to process .pcss files which have inline comments: Module build failed: Syntax Error (77:5) Unknown word > 77 | // }

Styling mat-select in Angular Material

How to style mat-select's panel component. From the docs I get that I need to provide panelClass so I make it like this: <mat-form-field> <mat-sele

Google maps do not have border radius

when we use google maps to display maps can not make round edges Issue only on chrome HTML <div id="mapframe"> <div id="map"></div> <

Horizontal line - Login Form [duplicate]

I am trying to add a horizontal line aligned to the word "or" in this login form, however i can not get it to work as it will just align under

Sticky header transparent background

So the problem for me is, that I would like to have my sticky header div have a transparent background, but only for the background of the body tag so that the

img tag not working with relative path in src

This is not working: <img src="../assets/images/image.jpg" alt="Alternative Text"> But this is working: <img src="http://localhost/abc/def/geh/asse

How to increase the font size of the request in postman tool?

I am using Postman tool for hitting the REST api with request and response. I want to increase the font size of the request. Under Settings there seem to be jus

Align label and input inside a table row

I encounter a simple problem at first, but I can not solve. I have a table representing a form with many rows (one in my sample to simplify), having two columns

Is the attribute selector syntax for class names necessary in HTML emails in 2022?

I have an old email template contributed to by several people and it uses an attibute selector to select the class attribute value in addition to the normal cla

Changing font-family for placeholder

Is it posible for an input field to have one font-family and it's placeholder another? I have tried to change font-family for the input's placeholder with an al

Jquery nested LI elements inside tabbed content UL LI list

Im using tabbed content on my page (SEE MY FIDDLE) Now the tabbed content makes use of <ul><li> elements to display the different tabs. Inside one

how do I return anchors to their initial state after a visit

I have a chapter-navigation table, with about 50 entries, shown in blue per web custom. The text turns red on a:hover, because the active area is the text rathe