Search found 2 matches

by lw@monsoft.com
Wed Jun 30, 2004 11:57 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu and CSS conflict...
Replies: 2
Views: 1954

Hello Ruth,
Thanks for your answer, that's the good way.
I've put all my page in <div id="content"> and my table defs like that

#content table {...here my defs...
}
by lw@monsoft.com
Thu Jun 24, 2004 6:00 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu and CSS conflict...
Replies: 2
Views: 1954

Menu and CSS conflict...

Hello,

Beginning to make sites with xhtml, it seems to be a conflict between Milonic Menu (Version 5.26) and my css style.
With type selectors for table like this :
table {
margin-left: auto;
margin-right: auto;
text-align: left;
border: 1px #808080 solid;
background-color: #ffffff;
}
th ...