CSS to the Rescue! Episode 6: CSS Navigation – Conversion Wednesday
Wednesday, March 16th, 2011 |
|
Rating: ( +5 rating, 1 votes)
 Loading ...
Today we’re going over the “CSS Navigation”. Having intuitive and easy-to-use navigation is always important to any web site. With CSS you can transform boring HTML menus into better-looking, full-fledged navigation bars.
Remember, any navigation bar needs standard HTML as its base. (Especially for SEO Reasons.) In our example today, we will build the navigation bar from a standard HTML list. So here, you can see a basic navigation bar which is nothing fancy. (Just a list of links wrapped within an unordered list.) In the next slide we’ll add our CSS
So now, let’s remove the bullets, margins, and padding from the nav using CSS. You’ll notice that we’re using the command “list-style-type:none;” to remove the bullets from the list, and then “margin:0;” and “padding:0;” to remove the margins and padding from the nav. Does it look more like a left-nav yet?
Now lets finish this off. You’ll notice that the only change I’ve added now is a background to each list-item tag. The image is simply an 18x25 pixel gray image with a gradient and then with CSS I’ve instructed the background to repeat with the “repeat-x” for each left nav link.
Remember that, in these examples, I have been using an internal style sheet which is started and ended with the “style” tags. Remember that you can also make the same changes are by using a class or id within a separate CSS document or embedded with Inline Styles. For more information, see Episode 2 in this series.
And that’s it, that’s our 6th episode in the “CSS To The Rescue” series. If you’ve learned something today that you realize your site could use and you don’t have the time or effort to put into changing or debugging a CSS issue on your site. Consider asking us to help you with these changes! We can comb your site and pick out all of the major outlying issues. Repair them with specific tests for your site, and then procure and analyze the change’s overall effect, and present you with the winning changes. It’s that easy!
|
Increase the Lifetime Value of your Customers with OPTIMIZED Email Marketing
How can you dramatically increase your email campaign response rates to generate more sales from past customers?
Attend our free webinar and learn:
- How to increase campaign response rates and lifetime customer value
- What metrics are the most important to track
- When the best time to start ramping up your email marketing before holidays is
- Why Optimized Email Marketing from Exclusive Concepts is the best choice for online retailers
When: Wednesday, May 9th at 2PM EST.
- SEO Monday – Using PPC Data To Improve Organic Performance
(+90 rating, 18 votes)
- Conversion Wednesday – Identifying Conversion Rate Bottlenecks
(+60 rating, 12 votes)
- PPC Tuesday – Google Ad Text 101
(+55 rating, 11 votes)
- Why Too Many E-Commerce Business Owners Wrongfully Give Up on PPC – PPC Tuesday
(+45 rating, 13 votes)
- SEO Monday – The Unique Content Impact
(+45 rating, 11 votes)
- Bad Advice in the Wall Street Journal: Creating a Website for Almost Nothing
(+45 rating, 10 votes)
- Wildcard Friday – Why and How To Test Site Speed
(+45 rating, 9 votes)
- SEO Monday – Pinterest Your Way to Better SEO
(+45 rating, 9 votes)
- The Biggest Mistake in E-Commerce Copy Part II: Rectify the Mistake
(+40 rating, 14 votes)
- Gator Hunting versus Internet Marketing – Wildcard Friday
(+40 rating, 10 votes)
- View Archive
|