PDA

View Full Version : Navbar Styling Question


Chris11987
10-06-2008, 10:06 AM
You know how the navbar is one solid color (or image) that goes right across? How would I be able to add it so everything on the navbar (Such as Ucer CP, Help, Chat, etc) has it's own box?

Here's an example of what I mean, using the vb.org navbar:

http://img384.imageshack.us/img384/3715/navbareditad7.png

Princeton
10-06-2008, 01:13 PM
try...
- adding a border via css to cells <td>
- or just edit cellspacing="1" to <table>

see if it works for you

Chris11987
10-06-2008, 10:44 PM
That didn't work because it applied the changes to text ALL over a page, eveerywhere that a table or td tag was being used.