How does google add the light blue colored vertical and horizontal bars (html/Css) -


as shown in screenshot:

http://imgur.com/fgyjr.png

i tried looking in source code , couldn't find myself.

for header, use empty divs 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

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -