space between two rows of horizontal menus
space between two rows of horizontal menus
I created a row of image buttons horizontally at the top of my page. Then I set another row directly under it with another set of image buttons. So I have two rows of image buttons sitting almost on top of each other. There is 1 pixel between the rows. I'm wondering if there is a way that I can make this single pixel "row" have a color. It is picking up the page color of course right now. Is there a way I could edit the code to accomplish this. Some sort of work around to have the effect of a colored separator bar between the two rows?
Since you're putting up images as your main menu (as I do on one of my sites, but only 1 row), the code is not actually, in the strict sense, generating those menu items. Therefore, no parameter to do this (AFAIK).
My choice would be to just build another graphic the color and size you need and add it to your existing menu stream.
My choice would be to just build another graphic the color and size you need and add it to your existing menu stream.
John