Search Optimization
  Home arrow Search Optimization arrow Page 3 - Improve Your Rankings with a Sitemap T...
SEO Chat Forums  
Choosing Keywords  
Google Optimization  
Link Trading  
MSN Optimization  
Search Engine News  
Search Engine Spiders  
Search Optimization  
Web Directories  
Website Marketing  
Website Promotion  
Website Submission  
Yahoo Optimization  
SEO Tools
Adsense Calculator
AdSense Preview
Advanced Meta-Tags
Alexa Rank Tool
Check Server Headers
Class C Checker
Code to Text Ratio
CPM Calculator
Domain Age Check
Domain Typos
Future PageRank
Google Dance
Google Keywords
Google Search
Google Suggest
Google vs Yahoo
Indexed Pages
Keyword Cloud
Keyword Density
Keyword Difficulty
Keyword Optimizer
Keyword Position
Keyword Typos
Link Popularity
Link Price Calculator
Meta Analyzer
Meta Tag Generator
Multiple Link Popularity
Page Comparison
Page Size
PageRank Lookup
PageRank Search
Robots.txt Generator
ROI Calculator 
S.E. Comparison 
S.E. Keyword Position 
Site Link Analyzer 
Spider Simulator 
URL Redirect Check 
URL Rewriting 
Mobile Linux 
APP Generation ROI 
IBM® developerWorks 
SEO Weekly Newsletter
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
SEARCH OPTIMIZATION

Improve Your Rankings with a Sitemap That Works: The CSS
By: Dan Wellman
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 4 stars4 stars4 stars4 stars4 stars / 5
    2005-10-17

    Table of Contents:
  • Improve Your Rankings with a Sitemap That Works: The CSS
  • Begin Improving the Sitemap Visuals
  • Finishing Off the Selectors
  • The Improved Look of the Sitemap
  • Making the Styles Work in Mozilla
  • Sitemap Style Switcher

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    ADVERTISEMENT


    Improve Your Rankings with a Sitemap That Works: The CSS - Finishing Off the Selectors


    (Page 3 of 6 )

    Again, the page has improved, but there is still a lot that can be done with it.  The following ID selectors will finish off the appearance aspects of the page and add the roll-over effects mentioned earlier:

    #navigation {
      border-width:0;
      background-color:ffffff;
    }

    #navigation ul {
      width:100%;
      margin:0 0 0 0;
      padding:0;
      list-style-type:none;
    }

    #navigation li {
      margin: 0 0 5 0;
    }

    #navigation a {
      display:block;
      color:003399;
      background-color:ffffce;
      text-decoration:none;
      border-width:1;
      border-style:solid;
      border-color:ffcc00;
      padding:0 5 0 5;
      width:100%;
    }

    #navigation a:hover {
      background-color:ffcc00;
      color:003399;
    }

    Now, you just need to put just the lists themselves in their own <div id="navigation"> elements.  Do this, save the files and take a look.  Obviously, the color scheme used here is just an example.

    If your site hierarchy includes more than 2 levels, you can easily work this logically into the existing style with just a few more selectors.  Say the House music page links to three sub pages displaying different sub-genres of music.  Just add the following selectors to your CSS file:

    #navigation ul h3 {
      font-size:12;
      margin:0 0 0 0;
      font-weight:normal;
    }

    #level2 {
      width:70%;
    }

    Then add the following code to the HTML file, directly beneath the page that links to the sub pages:

    <li id="level2"><a href="http://deephouse.htm"><h3>Deep House</h3></a></li>

    <li id="level2"><a href="http://hardhouse.htm"><h3>Hard House</h3></a></li>

    <li id="level2"><a href="http://proghouse.htm"><h3>Progressive House</h3></a></li>

    More Search Optimization Articles
    More By Dan Wellman


       · Hi all,This artile follows on from the previous Sitemap SEO article and disusses...
       · font-size:12; - 12 what? padding:0 5 0 5; - 5 what?feet? points?...
       · lol, you are right to queery it, I apologise for the lack of precision. I thought...
     

    SEARCH OPTIMIZATION ARTICLES

    - Implementing Six Sigma Methodology for SEO
    - Introducing Six Sigma Methodology for SEO
    - What is Mobile SEO?
    - Using Lynx for SEO Analysis
    - Mastering Lynx (Open Source Text Browser) fo...
    - More Blogging Tips: Cooking with Gas
    - Blogging Tips from Julie and Julia
    - SEO Essentials: the Proper Web Server and Pl...
    - Steps to Higher Rankings and Traffic
    - Building Linkable Pieces and Titles
    - Page Rank Sculpting
    - Page Rank Optimization
    - ClickTale Review
    - Final Issues: Moving Blogger to WordPress wi...
    - Avoid the Mistakes New SEOs Make



     



    © 2003-2009 by Developer Shed. All rights reserved. DS Cluster 3 Hosted by Hostway
    For more Enterprise Application Development news, visit eWeek