How do I get the "Home Decor" on the same line of my menu? I want the menu to be 900px, how can I do this? All help is appreciated. Here is the url to my dropdown menu I'm working on.
http://www.ttcollectiblegifts.com/dynamicdrive.html
How do I get the "Home Decor" on the same line of my menu? I want the menu to be 900px, how can I do this? All help is appreciated. Here is the url to my dropdown menu I'm working on.
http://www.ttcollectiblegifts.com/dynamicdrive.html
Edit this line of code:
to whatever width you want.Code:width: 110px; /*Width of top level menu link items*/
Peter - alotofstuffhere[dot]com - Email Me - Donate via PayPal - Got spare hardware? Donate 'em to me :) Just send me a PM.
Currently: enjoying the early holidays :)Read before posting: FAQ | What you CAN'T do with JavaScript | Form Rules | Thread Title Naming Guide
I think that will actually work. All of his menu items are short words, and you could cut the width of all of them by 20% which would probably get rid of that extra line that shows up under plush.
Thank you. I reduced the width to 100 px, that's the least I could go without having "Home Decor" on 2 lines. The blank space is still underneath "Baby" items. Anymore suggestions?
I think I figured it out... it works for my testing: I added one extra </ul> at the end, and the extra block below plush disappears... should fix it
Code:<li><a href="#">Plush</a> <ul> <li><a href="http://www.ttcollectiblegifts.com/babyplush.html">For Baby</a></li> <li><a href="http://www.ttcollectiblegifts.com/jellycat.html">Jellycat Truffles</a></li> <li><a href="http://www.ttcollectiblegifts.com/webkinz.html">Webkinz</a></li> </ul> </li> </ul> <br style="clear: left;" /> </div>
Thank you very much. I knew it had to be something simple.
One other side note... This is a quote from a post that Veronica helped me out with. The post was from someone else, but her advice totally helped me. I expext to have well over 70 pages on my site, and didn't want to deal with having to change every single page if I made a navigation menu change.
Here is the link to the post: http://www.dynamicdrive.com/forums/s...ad.php?t=22838
Here is the main quote that helped me out. Totally saved me, now I have 4 .txt files that I just edit when I need to make a menu change. I only make the .txt file from the first <li> to the last </li> I wanted to leave everything else right in the page. Essentially a browser just pulls the text from the .txt file and places it right in the page where it would actually be. Very cool...
**Note: If you use this, your page has to end with .shtml for it to work. Dunno why, it's just what they said... and is true![]()
Bookmarks