How does google add the light blue colored vertical and horizontal bars (html/Css) -
as shown in screenshot:
i tried looking in source code , couldn't find myself.
for header, use empty div
s class .gbh
, provides style border-top: 1px solid #c9d7f1;
firebug's parsing
<span id="ghead" style="visiblity:visible;"> <div id="guser" width="100%">...</div> <div class=gbh style=left:0></div> <div class=gbh style=right:0></div> </span>
Comments
Post a Comment