View Single Post
Old 06-03-2004, 05:24 PM   #2 (permalink)
Jazzee
No Longer Here
 
Join Date: 09-27-03
Location: State College, PA
Posts: 9,354
iTrader: 0 / 0%
Latest Blog:
None

Jazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebody
You are saying that you want everything listed above to apply only to the drop-down menu and not the rest of the page?

If so, you could give everything a class.

ex in stylesheet:
a.dropdown {
text-decoration: none;
}

ex in page:
<a class="dropdown" href="#Movie_Package">


Is this what you mean?
Jazzee is offline   Reply With Quote