Search for in
Hide navbar dividers
MySpace Website Tutorials | Submited Jan 12, 2008
Written by: Rev. B.
a simple guide on how to get rid of those little lines between the navigation links.
Notes
Style Tags. use them.
Code
.37182{hide the navbar dividers}
.navigationBar *{font-size:0; letter-spacing:-37182px;}
.37182{bring the links back}
.navigationBar a{font-size:11px; letter-spacing:0;}
:)