external css conflicting with menu

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
tepidarium
Mega User
Mega User
Posts: 169
Joined: Sun Oct 05, 2003 4:21 am

external css conflicting with menu

Post by tepidarium »

Hi,

I have an external css document conflicting with the menu.

basically, I have defined default styles for

Code: Select all

table {

        }

table th, td {

}
I have specified padding values that seem to be adding padding to the milonic menu (which I have just realized is made of tables.)

I understand that the milonic menu class that I can style in my CSS is .mmenu. Would it be correct to reset the padding values by doing something like:

Code: Select all

.mmenu table {

}

and or

.mmenu table td, th {

}

I could really use help on this one!


Thank you! :D
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

I'm not sure about doing a table class and calling it to have it change things in the menu programming, which is what I think you are attempting. There's no parameter for table that you can set in the style section of the menu. I think you have to reverse it and put the table style coding in your document as a class, that way it won't affect the programming.

Ruth
Post Reply