Hi,
I am using Layers and Tables to position a horizontal menu.
How can I create a blank cell of 320 pixels to span the rest of the menu space?
I do not want a menu width of 100%. I need a blank spacer of 320 pixels hopefully using CSS.
Thanks!!
Blank cell to span the rest of the menu space
Sorry I should have been more precise.
Sorry I should have been more precise.
I need to expand the color bar across 320 pixels. This portion of the bar will have no menu or mouse over effects.
I'm hoping not to use a GIF and do it in CSS.
Is this possible?
I need to expand the color bar across 320 pixels. This portion of the bar will have no menu or mouse over effects.
I'm hoping not to use a GIF and do it in CSS.
Is this possible?
Hi,
The only way I can think to do that, and in reality I'd need to see your layout to be more precise in my desciption, the only way I can think to do it, if I understand what you want, is to make a header item, color it the color you want that space to be and set its width, or you can make another item and set it to type=disabled; put in the bgcolor you want it to be, set its width to 320, and any other properties.
Hopefully, I am understanding what you want.
Ruth
The only way I can think to do that, and in reality I'd need to see your layout to be more precise in my desciption, the only way I can think to do it, if I understand what you want, is to make a header item, color it the color you want that space to be and set its width, or you can make another item and set it to type=disabled; put in the bgcolor you want it to be, set its width to 320, and any other properties.
Hopefully, I am understanding what you want.
Ruth