Quote:
Originally Posted by Leprakawn
If I look at the file on its own, things appear fine, but when it is included, the whole thing goes nuts: all of my original CSS for ul gets applied--which is different from the ul I used in the nav section--and the items are all laid out, so there is no mouseover ability.
|
Have you made sure to cancel out all of the CSS definitions that are defined through the original UL declaration?
Is the CSS for the dropdown menu placed after the CSS for the rest of the page? If not, do so. If that's not possible, try adding the "!important" declaration after each style declaration in your dropdown CSS.
Quote:
|
And yes, I have to use FP because it is at work, which is for the U.S. government, and everything is on the .mil server.
|
I understand perfectly. That's essentially why I use Dreamweaver. Good luck with it.