\documentclass{article}

\input{fonts}
\usepackage{hhline}
\usepackage[table,gray,dvipdfmx]{xcolor}
\usepackage{dvisirule}

\begin{document}
\pagestyle{empty}

\definecolor{BGeven}{gray}{.8}
\rowcolors*{1}{}{BGeven}

\newcommand{\tblA}[2]{%
  \begin{#1}{|c|}
    \noalign{\global\rownum=0}
    \showrowcolors
    \hline
    #2\\ \hhline{=}
    Can\\ \hline
    you\\ \hline
    see\\ \hline
    all\\ \hline
    lines\,?\\ \hline
    Always\,?\\ \hline
    Try zooming in\slash out in your viewer.\\ \hline
    \hiderowcolors
  \end{#1}
}

\hfill%
\tblA{tabular}{WITHOUT \texttt{dvisirule}}%
\hfill%
\tblA{sitabular}{WITH \texttt{dvisirule}}%
\hfill%
\hskip0pt
\end{document}
