![]() |
|
#1
|
|||
|
|||
|
Hello,
I am working on a html/css navigation menu that I want to put in a cmps module. I have gotten all my coding complete except changing names, links and colors which is not a problem. I set up a new html code module and put everything in it and all is working fine except...I can not figure out why the module contents start so far down below the module title bar. I have attached an image to show what I mean. The part in yellow at the top is what I am trying to get rid of and move the actual nav menu up. The space after the Home bar is supposed to be there. Can anyone guide me on what to do to accomplish that? Any help will be greatly appreciated. Thank you... Kimberly |
|
#2
|
|||
|
|||
|
you might have a blank div in there somewhere. Without being able to see the code I cannot tell
|
|
#3
|
|||
|
|||
|
Thanks for responding Dragonsys,
I have looked at the code until I am blue in the face and couldn't find anything wrong. That isn't saying I didn't miss something though so if you can see anything wrong and help me I will be forever grateful! None of the links are correctly set yet because I wanted to get it right before doing so. It works as it should except for that space at the top in the image above. Here is my code... Code:
<nav> <div class="menu-item alpha"> <h4><a href="#">Home</a></h4> <p>Thank you for stopping our site.</p></div> <div class="menu-item"> <h4><a href="#">About Us</a></h4><ul> <li><a href="#">Note From Founder</a></li> <li><a href="#">Our Mission</a></li> <li><a href="#">Other</a></li></ul></div> <div class="menu-item"> <h4><a href="#">Ovarian Cancer</a></h4><ul> <li><a href="#">Statistics</a></li> <li><a href="#">Signs / Symptoms</a></li> <li><a href="#">The Treatment Road</a></li></ul></div> <div class="menu-item"> <h4><a href="#">Testing</a></h4><ul> <li><a href="#">Forums</a></li> <li><a href="#">Write an Article</a></li><li><a href="#">Videos</a></li><li><a href="#">Forums</a></li> <li><a href="#">Write an Article</a></li> <li><a href="#">Videos</a></li></ul></div> <div class="menu-item"> <h4><a href="#">Ovarian Cancer</a></h4><ul> <li><a href="#">Statistics</a></li> <li><a href="#">Signs / Symptoms</a></li> <li><a href="#">The Treatment Road</a></li></ul></div> <div class="menu-item"> <h4><a href="#">Contact</a></h4><ul> <li><a href="#">Phone</a></li> <li><a href="#">Email</a></li> <li><a href="#">Location</a></li></ul></div> </nav> Kimberly |
|
#4
|
|||
|
|||
|
Nevermind. I looked at it again and figured out the nav tags didn't need to be there. Removed them and all is good!
Thanks again |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Recent vBulletin security update breaks CMPS module placement. | kmckay | Troubleshooting & Problems | 8 | 07-30-2011 11:54 AM |
| How Do I : Specific Module placement. | concepts | "How Do I..." Questions | 1 | 12-31-2009 04:17 AM |
| Question about module placement... | pcoskat | Pre-Installation Questions | 1 | 06-04-2008 11:15 AM |
| Php module messing up module placement. | DonLKSAB | "How Do I..." Questions | 2 | 06-27-2006 10:50 AM |
| Change Module Placement on differ pages | allhandl | Troubleshooting / "How do I..." Questions | 1 | 05-25-2004 01:47 PM |