Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Border issue with Google Chrome on an Android phone

Status
Not open for further replies.

JScannell

Programmer
Jan 9, 2001
306
0
0
US


I need to begin with saying that this problem only occurs if I run my website in Google chrome on an Android phone.

One or more of these CSS statements causes a white (or no??) border and there is space between the column heading TDs:

.BorderDotted_1
{
border-style: solid;
border-width: thin thin thin thin;
border-spacing: 0px;
border-collapse: collapse;
border-color: #a9a9a9;
}

See the attached document that shows screenshots of what this style looks like with 3 web browsers on both my cell phone and my computer.

Thanks in advance,
Jerry

Jerry Scannell
 
 https://files.engineering.com/getfile.aspx?folder=48e2aacc-7cd7-4876-9677-c4519a168344&file=Android_and_PC_screenshots.pdf
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top