Skip to navigation Skip to content
Simon Technology Blog
  • Architecture
  • Cloud
  • Database
  • Develop
  • Hardware
  • Industry
  • Language
  • Mobile
  • Opensource
  • OS
  • Web
Main Navigation

Tag: CSS

CSS – draw triangles

1, upper triangle type

div { width: 0; height: 0; < /span>border: 40px solid; border-color: transparent transparent red; }
2, lower triangle type
div { width: 0 ; height: 0; border: 40px so

October 19, 2021By Simo CSS CSS, draw, triangleLeave a Comment

Common ways for operating CSS

Contents

if (‘registerProperty’ in CSS) {CSS.registerProperty({ name:’–color’, syntax:’< color>‘, // The list syntax can be represented here:’+’, inherits: true, initialValue:’rgba(0, 0, 0,

October 19, 2021By Simo CSS common, CSS, for operation, methodLeave a Comment

CSS Common Code Daquan, HTML CSS Code

html+css can facilitate the layout of web pages and reduce a lot of unnecessary code. 1. Text setting 1. font-size: font size parameter 2. font-style: font format 3. font-weight: font thickness 4.

October 19, 2021By Simo CSS code, common, CSS, Daquan, HTMLLeave a Comment

The overflow part of CSS – DIV text is displayed

The overflow part of the text in the div is displayed with an ellipsis, which can be summarized into two solutions, one is to solve it with CSS, and the other is to solve it with js.

Display

October 19, 2021By Simo CSS CSS, display, div, omitted number, overflow, Section, TextLeave a Comment

Animation and @Keyframes animation in CSS

Animation

Use shorthand attributes to change Animation and div element binding:

div
{
animation:mymove 5s infinite;
-webkit-animation:mymove 5s infinite; /* Safari and Chrome */
}

October 19, 2021By Simo CSS Animation, CSS, Keyframes, MediumLeave a Comment

IE6 CSS question on the link

From my investigation, it seems that IE6 considers the following links to be the same:

link1: http://www.google.com#/ test=1
link2: http://www.google.com#/test=2

The reason is that I as

October 11, 2021By Simo Browser Access, CSS, IE6, link, problemLeave a Comment

How to apply different CSS styles to a class in different browsers

I have a class:

.banner {
padding: 2% 33% 2% 20 %;
} Always normal in Chrome, but normal style for IE 10: 2% 22% 2% 23%. How to define a fill style that works in all these browsers ?

/

October 11, 2021By Simo Browser application, browser, class, CSS, Different, How to, middle general, one, styleLeave a Comment

Adjust an image of an image (CSS and HTML)

So I have some images and I am zooming in with the mouse smoothly. It looks great, but I noticed that other images near it move to accommodate more or Less space. I want them to stay in place. Here

October 11, 2021By Simo Wireless Adjusting, big, CSS, hour, HTML, image, Mobile, oneLeave a Comment

CSS blank attribute in IE8

I have the following HTML tags (simplified)

some message
The internal Div (validationMsg) is displayed dynamically, and the text message is correctly packaged in FF , It is not longer than t

October 11, 2021By Simo Browser attribute, blank, CSS, IE8Leave a Comment

Find the font used by the browser and adjust the CSS?

A customer complained that on his website, the CSS on his website looks terrible. I checked and found that he used some settings in the browser to change the font Set to a specific font and also ha

October 11, 2021By Simo Browser Adjust, browser, CSS, Find out, font, useLeave a Comment

Posts navigation

Page 1 … Page 5 Page 6 Page 7
Recent Posts
  • Sencha-Touch-2 – Sencha Touch 2, Nested XML Analysis NodeValue
  • Add a separation line and format XML content
  • Is there a norm of simplified XML subsets?
  • Look at it when you write React
  • ReactJS – Present React Redux React-Router App to add the server to the Firebase hosted by the Firebase
Categories
  • Android
  • Apache
  • Apache Kafka
  • Asp
  • Auto-Test
  • Automated Build
  • Aws
  • Bitcoin
  • Browser
  • C & C++
  • C#
  • Centos
  • Cgi
  • Character
  • Cloud Service
  • Cocos2dx
  • Cordova
  • CSS
  • Data Structure
  • Delphi
  • Design Pattern
  • Dojo
  • Dubbo
  • ELK
  • Flex
  • football
  • Game
  • Hadoop
  • Hibernate
  • HTML
  • Hybrid
  • Intel
  • IOS
  • Ipad
  • iPhone
  • Java
  • Javascript
  • Jetty
  • JQuery
  • Jsp
  • Linux
  • Load Balance
  • Lua
  • Macbook
  • Macos
  • Mathematics
  • Micro Services
  • Monitoring
  • Motherboard
  • Mysql
  • Network Hardware
  • Network Marketing
  • Nginx
  • NodeJs
  • Nosql
  • Oracle
  • Os Theory
  • Performance
  • PHP
  • Postgresql
  • Power Designer
  • React
  • Redis
  • Regexp
  • Rom
  • Rss
  • Ruby
  • Search Engines
  • Shell Script
  • Silicon Valley
  • Silverlight
  • Software Design
  • Spring
  • Sql
  • Sqlite
  • Sqlserver
  • Storage
  • Storm
  • Surface
  • SVN
  • Swift
  • System Architecture
  • Tablet
  • Uncategorized
  • Unix
  • Visual Basic
  • Visual Studio
  • Web Crawler
  • WebService
  • Windows
  • Wireless
  • XML
  • ZooKeeper
Archives
  • October 2021
  • September 2021
  • August 2021
  • May 2021
  • April 2021
  • September 2020
  • September 2019
  • August 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
© Simon Technology Blog 2025 • ThemeCountry Powered by WordPress