HTML Coding
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   SEO Chat ForumsOtherHTML Coding

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread SEO Chat Forums Sponsor:
The Web Buyer's Guide is your best source for white papers on a wide range of IT products and services. This Week's Featured White Papers: iSCSI SANs: Panacea or Placebo? by Dell
  #1  
Old March 31st, 2008, 10:48 AM
napoleon napoleon is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Jul 2006
Location: Barrie
Posts: 46 napoleon User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 8 h 3 m 46 sec
Warnings Level: 1
Reputation Power: 2
Fly Out Menu Help

This is the type of menu I would like to have on my site. I dont know how to create a stylesheet to make this run...is there any programs out there that will allow me to create my own fly out menu, similar to one below?

Regards

Roger

<!-- Start Navigation -->
<div id="sidebar">
<h2 class="accessibility">Navigation</h2>
<div id="menuwrapper">
<ul id="primary-nav">
<li class="menuactive"><a class="menuactive"
href="home.htm" ><dfn>1: </dfn>Home</a> </li>
<li class="menuparent"><a class="menuparent"
><dfn>2: </dfn>About Us</a>
<ul>
<li><a
href="about-us.htm" ><dfn>2.1: </dfn>About The Company</a> </li>
<li><a
href="areas-served.htm" ><dfn>2.2: </dfn>Areas We Serve</a> </li>
<li><a
href="service-bilingue.htm" ><dfn>2.3: </dfn>Fair Pricing Policy</a> </li>
<li><a
href="f-a-q-s.htm" ><dfn>2.4: </dfn>Frequently Asked Questions</a> </li>
<li><a
href="my-promise.htm" ><dfn>2.5: </dfn>Expect The Best</a> </li>
<li><a
href="standards.htm" ><dfn>2.6: </dfn>Standards of Practice</a> </li>
<li><a
href="what-i-inspect.htm" ><dfn>2.7: </dfn>What's Inspected</a> </li>
</ul>
</li>
<li class="menuparent"><a class="menuparent"
><dfn>3: </dfn>Homeowners</a>
<ul>
<li><a
href="air-quality.htm" ><dfn>3.1: </dfn>Air Quality</a> </li>
<li><a
href="conserve-energy.htm" ><dfn>3.3: </dfn>Conserve Energy</a> </li>
<li><a
href="home-insurance-tips.htm" ><dfn>3.6: </dfn>Home Insurance Tips</a> </li>
<li><a
href="lead.htm" ><dfn>3.7: </dfn>Lead</a> </li>
<li><a
href="maintenance-tips.htm" ><dfn>3.8: </dfn>Maintenance Tips</a> </li>
<li><a
href="mold.htm" ><dfn>3.9: </dfn>Mould Information</a> </li>
<li><a
href="mold-and-moisture.htm" ><dfn>3.10: </dfn>Mould and Moisture</a> </li>
<li><a
href="plumbing.htm" ><dfn>3.11: </dfn>Plumbing</a> </li>
<li><a
href="private-wells.htm" ><dfn>3.12: </dfn>Private Wells</a> </li>
<li><a
href="roofing.htm" ><dfn>3.14: </dfn>Roofing</a> </li>
<li><a
href="septic-systems.htm" ><dfn>3.15: </dfn>Septic Systems</a> </li>
</ul>
</li>
<li class="menuparent"><a class="menuparent"
><dfn>4: </dfn>Home Buyers</a>
<ul>
<li><a
href="closing-process.htm" ><dfn>4.1: </dfn>Closing Process</a> </li>
<li><a
href="what-really-matters.htm" ><dfn>4.3: </dfn>What Really Matters</a> </li>
<li><a
href="3-deadly-mistakes.htm" ><dfn>4.4: </dfn>3 Mistakes</a> </li>
</ul>
</li>
<li class="menuparent"><a class="menuparent"
><dfn>5: </dfn>Home Sellers</a>
<ul>
<li><a
href="pre-listing-inspections.htm" ><dfn>5.1: </dfn>Pre-listing Inspections</a>
</li>
<li><a
href="ten-tips.htm" ><dfn>5.2: </dfn>Tips For A Trouble Free Inspection</a> </li>
</ul>
</li>
<li class="menuparent"><a class="menuparent"
><dfn>6: </dfn>Home Safety</a>
<ul>
<li><a
href="child-safety.htm" ><dfn>6.1: </dfn>Child Safety</a> </li>
<li><a
href="electrical-safety.htm" ><dfn>6.2: </dfn>Electrical Safety</a> </li>
<li><a
href="holiday-safety.htm" ><dfn>6.3: </dfn>Safety Tips For the Holidays</a> </li>
<li><a
href="wildlife-control.htm" ><dfn>6.6: </dfn>Wildlife Control</a> </li>
<li><a
href="things-to-look-for.htm" ><dfn>6.7: </dfn>Things To Look For</a> </li>
<li><a
href="asbestos.htm" ><dfn>6.8: </dfn>Asbestos</a> </li>
</ul>
</li>
<li class="menuparent"><a class="menuparent"
><dfn>7: </dfn>Home Building</a>
<ul>
<li><a
href="ww.htm" ><dfn>7.1: </dfn>Building Your Home</a> </li>
<li><a
href="energy-efficiency.htm" ><dfn>7.2: </dfn>Energy Efficient Homes</a> </li>
</ul>
</li>
<li class="menuparent"><a class="menuparent"

><dfn>8: </dfn>Contact</a>
<ul>
<li><a
href="contact.htm" ><dfn>9.1: </dfn>Contact Information</a> </li>
<li><a
href="contact-form.htm" ><dfn>9.2: </dfn>Contact Form</a> </li>
</ul>
</li>
</ul>
<div class="clearb"></div>
</div>

<hr class="accessibility" />

Regards

Roger

Reply With Quote
  #2  
Old March 31st, 2008, 02:09 PM
paulsheff paulsheff is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Aug 2005
Location: Here
Posts: 58 paulsheff User rank is Corporal (100 - 500 Reputation Level)paulsheff User rank is Corporal (100 - 500 Reputation Level)paulsheff User rank is Corporal (100 - 500 Reputation Level)paulsheff User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 10 h 45 m 47 sec
Reputation Power: 4
Send a message via MSN to paulsheff
Have a look at cssplay.co.uk.

You need to make sure you've got the right document type for them to work, but there's some great valid css powered menus for you to select from.

Reply With Quote
  #3  
Old April 4th, 2008, 09:23 AM
napoleon napoleon is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Jul 2006
Location: Barrie
Posts: 46 napoleon User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 8 h 3 m 46 sec
Warnings Level: 1
Reputation Power: 2
Flyout Menu

Found one that works, thanks


Quote:
Originally Posted by paulsheff
Have a look at cssplay.co.uk.

You need to make sure you've got the right document type for them to work, but there's some great valid css powered menus for you to select from.

Reply With Quote
Reply

Viewing: SEO Chat ForumsOtherHTML Coding > Fly Out Menu Help


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

 Free IT White Papers!
 
Accelerating Trading Partner Performance
One in five. That's how many partner transactions have at least one error. That is an amazing statistic, particularly given the extraordinary leaps in innovation across the global supply chain during the past two decades. Download this white paper to learn more.

 
Competing on Analytics
This Tech Analysis is designed to help identify characteristics shared by analytics competitors, and includes information about 32 organizations that have made a commitment to quantitative, fact-based analysis.

 
Cost Effective Scaling with Virtualization and Coyote Point Systems
An overview of the industry trend toward virtualization, how server consolidation has increased the importance of application uptime and the steps being taken to integrate load balancing technology with virtualized servers.

 
Five Checkpoints to Implementing IP Telephony
Implementation planning for IP PBX software and IP telephony has become vital as businesses replace discontinued legacy PBX phone systems. This informative whitepaper outlines five &quot;checkpoints&quot; for any implementation plan that will help make IP communications a successful proposition.

 
Hosted Email Security: Staying Ahead of New Threats
In the last two years, email has become a fierce battleground between the nefarious forces of spam and malware, and the heroes of messaging protection. The spam volumes increased alarmingly every month, bringing clever new forms of phishing and virus propagation attacks.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway