Even with all of the border properties turned off, I still get a border on the entire menu system when I use a background color for the menu items. I need to completely remove any borders so that my separator image runs from top to bottom on the menu.
http://www.aegistech.us/newversion/
Thanks,
Jason
removing inherent table border
Hi
look at this:
http://milonic.com/tablemenu.php
and you will see, comparing this with the layout of your page, that some improvement is required!
Michael
look at this:
http://milonic.com/tablemenu.php
and you will see, comparing this with the layout of your page, that some improvement is required!
Michael
i will test that out
thanks for referring me to that page. I'll test it out.
Best,
Jason
Best,
Jason
Not quite...
Okay, I tried it. Although that brought the menu flush to the graphic, it did not fix the underlying issue.
Look at the separators betwen the menu items. Note that they do not stretch to the absolute top and the absolute bottom of the menu: there is a 1 pixel orange border around the entire menu.
That is the border that I need to remove so that it will look like the separator stretches from top to bottom.
Suggestions?
Thanks,
Jason
Look at the separators betwen the menu items. Note that they do not stretch to the absolute top and the absolute bottom of the menu: there is a 1 pixel orange border around the entire menu.
That is the border that I need to remove so that it will look like the separator stretches from top to bottom.
Suggestions?
Thanks,
Jason
Hi
the menus structure (part 1 with the global settings, the styles and the subs, part 2 embedded_main_menu in the table ) is now as required for what is called cross-browser capability.
One minor issue is the top=100; setting. As the menu is in the table, its not really required and has no value. The position is set to relative.
Michael
the menus structure (part 1 with the global settings, the styles and the subs, part 2 embedded_main_menu in the table ) is now as required for what is called cross-browser capability.
One minor issue is the top=100; setting. As the menu is in the table, its not really required and has no value. The position is set to relative.
Michael