Posts tagged with css:

CSS font-size units PX to PT, IN, EM, REM conversionI need to calculate how many Pixels are in 1 Point and other CSS units. For example how can I convert 11 pixels into points, or 12 points into pixels ?

How to change Checkbox to Toggle slider button using CSS ?What should I do to create a toggle slider button from checkbox input using CSS ? Is the CSS toggle switch button supported in all web browsers ?

Different background color for Odd / Even table rows - CSSHow can I set different background color in CSS for Odd and Even table rows ?

Set CSS/HTML opacity - transparent background but not textI need to create a bottom bar with text and transparent background. Transparency is set by CSS opacity function, but it makes transparent the background and also the text...

HTML list <ul> not showing items <li> on a new lineI created a standard HTML list to show all items on a new line. For some reason, when the text related to one item is short, another item is displayed on the same line (not...

Enlarge link image on hover without moving other DIV - CSSI would like to smoothly enlarge a link image on hover. How can I make it work using CSS, without impact on other div elements ?

Meaning of VH and VW in CSS - difference between VH, VW, %, PXWhat is the difference between VH, VW, % and PX in CSS ? What does VH and VW do ?

CSS border width shrink / Prevent border size changeHow can I prevent shrinking of border width in some web browsers using CSS ? I am using CSS height, line-height and border-width.The result looks good in some web browsers,...

How to add icon or image inside an input field element ?How can I add icon or image inside an input field element ? For example an email icon, user icon etc.

Smoothly rotate arrow image on click - CSS and Javascript toggleHow to smoothly rotate arrow image by 180 degree, when I click on the link ? I am looking for a simple CSS and Javascript toggle solution.
2025 AnswerTabsTermsContact us