Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:01

external css conflicting with menu


Poster: tepidarium
Dated: Friday December 17 2004 - 4:26:16 GMT

Hi,

I have an external css document conflicting with the menu.

basically, I have defined default styles for

Code:
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:
.mmenu table {

}

and or

.mmenu table td, th {

}



I could really use help on this one!


Thank you! :D


Poster: Ruth
Dated: Tuesday December 21 2004 - 17:28:15 GMT

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