Solution to the problem that the border style of the <td></td> tag cannot be displayed in the browser

Solution to the problem that the border style of the <td></td> tag cannot be displayed in the browser The solution to the problem that the border style of the label cannot be displayed in the browser is all the content that the editor shares with you. I hope it can give you a reference. I also hope that you will support 123WORDPRESS.COM.

Original URL: http://www.cnblogs.com/jinzhaoyoujiu/archive/2016/05/09/td_border.html

question:

In some browsers, such as 360 browser's compatibility mode,

When the content in the <td style="border:1px solid red;"></td> tag is empty, that is: <td style="border:1px solid red;"></td> , its border style is invalid.

Solution:

<td style="border:1px solid red;">&nbsp;</td>

The above article

<<:  Seven solutions for classic distributed transactions between MySQL and Golan

>>:  Introduction to using data URI scheme to embed images in web pages

Recommend

Vue complete code to implement single sign-on control

Here is a Vue single sign-on demo for your refere...

LINUX Checks whether the port is occupied

I have never been able to figure out whether the ...

How to make a List in CocosCreator

CocosCreator version: 2.3.4 Cocos does not have a...

Installation and configuration tutorial of MongoDB under Linux

MongoDB Installation Choose to install using Yum ...

Vue uses custom instructions to add watermarks to the bottom of the page

Project Scenario Add a custom watermark to the en...

How to set background color and transparency in Vue

Background color and transparency settings As sho...

Add unlimited fonts to your website with Google Web Fonts

For a long time, website development was hampered...

An article to help you understand the basics of VUE

Table of contents What is VUE Core plugins in Vue...

How to change the CentOS server time to Beijing time

1. I purchased a VPS and CentOS system, and found...

JavaScript implements changing the color of a web page through a slider

Hello everyone, today when I was looking at the H...

Why should MySQL fields use NOT NULL?

I recently joined a new company and found some mi...

Window.name solves the problem of cross-domain data transmission

<br />Original text: http://research.microso...

How does MySQL ensure master-slave consistency?

Table of contents The basic principle of MySQL ma...