9
Iam using a Java Script Navigation inside a Header Table. (Default Theme)
Basically a simple table : image/navigation Script/cell with Background image.
Now to my Problem. If you check :
http://www.58thmarinecorp.com/Planetside/modules/news/ and have a look at the navigation subs , they are using the whole width of the page. Responsable for this , is one line in the CSS File : (line 3)
table {width: 100%; margin: 5; padding: 5; font-size: small;}
Removing the "width: 100%;" fixes the Navigation, but destroys a lot of other Tables, because most of the Table Tags in the templates dont use a width tag, so the Tables dont stretch to the end.
Anyobody has a solution for me to fix this problem ?