Hi,
I downloaded the table example menu where there is a menu in the centre. This page works fine. But when I copy and paste the entire code into an existing home page, the menu stretches to 100% of the table width, including the submenu's.
It is an 100% copy of the original sample page, pasted into a xoops theme index.php
Anybody an idea pls?
TIA
Menu in table cell always stretches to 100%
same problem
I would like to use the menu to in my XOOPS-installation.
In the style.css the attributes for table are:
Is there a quick solution for the menu not to stretch to 100%?
When I change the CSS the whole theme is damaged.
In the style.css the attributes for table are:
Code: Select all
table
{
width:100%;
font-size: 13px;
background-color: #FFFFFF;
}
When I change the CSS the whole theme is damaged.