Click here to Skip to main content
15,887,083 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Question about Redirect - HTML / ASP (trad.) Pin
tiwal26-Oct-09 7:39
tiwal26-Oct-09 7:39 
GeneralRe: Question about Redirect - HTML / ASP (trad.) Pin
Not Active26-Oct-09 8:36
mentorNot Active26-Oct-09 8:36 
GeneralRe: Question about Redirect - HTML / ASP (trad.) Pin
tiwal26-Oct-09 21:11
tiwal26-Oct-09 21:11 
GeneralRe: Question about Redirect - HTML / ASP (trad.) Pin
Not Active27-Oct-09 2:07
mentorNot Active27-Oct-09 2:07 
QuestionSecurity, using Windows Server 2003's built-in smtp Pin
harleydk26-Oct-09 3:48
harleydk26-Oct-09 3:48 
AnswerRe: Security, using Windows Server 2003's built-in smtp Pin
Not Active26-Oct-09 5:13
mentorNot Active26-Oct-09 5:13 
AnswerRe: Security, using Windows Server 2003's built-in smtp Pin
Marc Firth27-Oct-09 2:39
Marc Firth27-Oct-09 2:39 
Questiondrop down lists using CSS Pin
lucianvibe26-Oct-09 3:28
lucianvibe26-Oct-09 3:28 
Can someone please help with the CSS for this navigation bar.

I am trying to have drop down lists on my navigation bar but can't seem to view the drop down lists when a link is hovered over, keeping the style and format of my HTML page.
The HTML is as below
<div id="nav">
    
     <ul>         
          <li><a href="index.html">Home</a></li>
          <li><a href="activities.html">Activities</a>
          <ul>
               <li><a href="manga.html">La Manga</a></li>
               <li><a href="marina.html">Marina</a></li>
               </ul>
               </li>
<li><a href="attraction.html">Attractions</a>
          <ul>
               <li><a href="cartagena.html">Cartagena</a></li>
               <li><a href="murcia.html">Murcia</a></li>
               <li><a href="pagan.html">Lo Pagan<a></li>
               </ul>
               </li>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="book.html">Book Now</a></li>
</ul>

And the CSS:

#nav {
clear:left;
float:left;
width:150px;
height:132px;
marginBlush | :O 0 10px 0;
paddingBlush | :O ;
}
#nav li ul{
     display:none
}

#nav ul {
list-style:none;
width:150px;
marginBlush | :O 0 20px 0;
paddingBlush | :O ;
}

#nav li {
margin-bottom:5px;
}

#nav li a {
font-weight:bold;
height:20px;
text-decoration:none;
display:block;
padding:6px 0 0 10px;
border-top:1px solid #d7d7d7;
border-right:1px solid #d7d7d7;
border-bottom:1px solid #d7d7d7;
border-left:1px solid #d7d7d7;
}

#nav li a:hover{
border-top:1px solid #000000;
border-right:1px solid #000000;
border-bottom:1px solid #000000;
border-left:1px solid #000000;
}
AnswerRe: drop down lists using CSS Pin
Marc Firth27-Oct-09 2:38
Marc Firth27-Oct-09 2:38 
GeneralRe: drop down lists using CSS Pin
lucianvibe27-Oct-09 4:23
lucianvibe27-Oct-09 4:23 
GeneralRe: drop down lists using CSS Pin
Marc Firth27-Oct-09 4:32
Marc Firth27-Oct-09 4:32 
GeneralRe: drop down lists using CSS Pin
lucianvibe27-Oct-09 4:46
lucianvibe27-Oct-09 4:46 
QuestionLink in HTML Email (Outlook) &Target frame Pin
RichardGrimmer25-Oct-09 23:15
RichardGrimmer25-Oct-09 23:15 
QuestionHow to extend AjaxControlToolkit AutocompleteExtender control Pin
CrazyCoder2625-Oct-09 22:33
CrazyCoder2625-Oct-09 22:33 
Questionslide show in dreamweaver cs4 or flash Pin
yes mam25-Oct-09 10:25
yes mam25-Oct-09 10:25 
AnswerRe: slide show in dreamweaver cs4 or flash Pin
Christian Graus25-Oct-09 14:27
protectorChristian Graus25-Oct-09 14:27 
Questione-mail interface Pin
WebMaster25-Oct-09 2:52
WebMaster25-Oct-09 2:52 
AnswerRe: e-mail interface Pin
Richard MacCutchan25-Oct-09 3:18
mveRichard MacCutchan25-Oct-09 3:18 
QuestionHow to get google search-result-page as text-String in java Pin
sanuji22-Oct-09 22:23
sanuji22-Oct-09 22:23 
AnswerRe: How to get google search-result-page as text-String in java Pin
Christian Graus22-Oct-09 23:43
protectorChristian Graus22-Oct-09 23:43 
GeneralRe: How to get google search-result-page as text-String in java Pin
sanuji23-Oct-09 1:45
sanuji23-Oct-09 1:45 
GeneralRe: How to get google search-result-page as text-String in java Pin
Christian Graus23-Oct-09 10:45
protectorChristian Graus23-Oct-09 10:45 
QuestionCalendar synchronization Pin
Pradeep kumar.V22-Oct-09 22:21
Pradeep kumar.V22-Oct-09 22:21 
AnswerRe: Calendar synchronization Pin
Marc Firth22-Oct-09 23:36
Marc Firth22-Oct-09 23:36 
AnswerRe: Calendar synchronization Pin
Ashfield23-Oct-09 1:19
Ashfield23-Oct-09 1:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.