Webmaster Forum

Go Back   Webmaster Forum > Web Development > Coding Forum

Coding Forum Problems with your code? Discuss coding issues, including JavaScript, PHP & MySQL, HTML & CSS, Flash & ActionScript, and more.


Reply
 
LinkBack Thread Tools Display Modes
Old 06-03-2004, 03:43 PM   #1 (permalink)
Junior Member
 
Join Date: 06-03-04
Location: Seattle
Posts: 3
iTrader: 0 / 0%
Latest Blog:
None

pachrist is liked by many
Problem with Dropdown menu AND CSS

Hello all,
I am just figuring out how to use CSS so please bear with me. Ok here is the deal. I have my site that already as a CSS spreadsheet. I am trying to make a dropdown menu using CSS for a section on that site that will also need to point at the other spreadsheet. I know that there are problems with overlap but dont really know how to deal with them. The completed menu is at http://www.northlandcabletv.com/mlte...1/dropdown.asp

This is the code that is in the drop.css that that page refers to:
body {
font-family: arial, helvetica, serif;
font-size: 10pt;
padding: 2em;
margin: 0;
}
a {
text-decoration: none;
}

a:link {
color: #080;
font-weight: bold;
}

a:visited{
color: #080;
font-weight: bold;
}

a:hover {
text-decoration: underline;
}

ul {
list-style: none;
padding: 0;
margin: 0;
}

#nav a {
text-decoration: none;
}

#nav li li a {
display: block;
font-weight: normal;
color: #060;
padding: 0.2em 10px;
}

#nav li li a:hover {
padding: 0.2em 5px;
border: 2px solid #039703;
border-width: 0 5px;
}

li {
float: left;
position: relative;
width: 13em;
text-align: center;
cursor: default;
background-color: white;
border: 1px solid #039703;
border-width: 1px 0;
}

li#first {
border-left-width: 8px;
}

li#last {
border-right-width: 8px;
}

li ul {
display: none;
position: absolute;
top: 100%;
left: 0;
font-weight: normal;
background: url(left.gif) bottom left no-repeat;
padding: 0.5em 0 1em 0;
border-right: solid 1px #039703;
}

li>ul {
top: auto;
left: auto;
}

li li {
display: block;
float: none;
background-color: transparent;
border: 0;
}

li:hover ul, li.over ul {
display: block;
}

What I need to figure out is how to make all of these elements ONLY apply to the code for the dropdown.asp. I simply do not know how to do this without making the dropdown not work. I would imagine that it has to do with renaming the different parts of the code but I am not sure how to do so without messing up the dropdown as I said. Thank you in advance for any help.
pachrist is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-03-2004, 06:24 PM   #2 (permalink)
No Longer Here
 
Join Date: 09-27-03
Location: State College, PA
Posts: 4,273
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  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Coding Forum

Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Dropdown Menu Help Needed.. Please :) amyintexas Coding Forum 3 06-13-2007 11:30 PM
Dropdown menu issues Foxtrck Coding Forum 0 04-01-2007 07:35 AM
CSS Dropdown Menu, need some help... :( Klaas Koopman Coding Forum 9 11-30-2006 04:50 PM
new google dropdown menu for searching fsmedia Google Forum 2 08-29-2006 11:26 PM
CSS on SELECT dropdown MENU item imaginemn Coding Forum 14 03-26-2005 12:29 PM


Sponsor Links
Get exposure! Contextual Links V7N SEO Blog V7N Directory


All times are GMT -7. The time now is 04:01 AM.
© Copyright 2008 V7 Inc
Powered by vBulletin
Copyright © 2000-2009 Jelsoft Enterprises Limited.


Search Engine Optimization by vBSEO 3.3.0 ©2009, Crawlability, Inc.