bb

bb
Subscribe For Free Updates!

We'll not spam mate! We promise.

Showing posts with label قوالب البلوجر. Show all posts
Showing posts with label قوالب البلوجر. Show all posts

Microsoft Planning For Next Windows Phone


Donec sed odio dui. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Sed posuere consectetur est at lobortis. Nulla vitae elit libero, a pharetra augue. Donec ullamcorper nulla non metus auctor fringilla. Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam porta sem malesuada magna mollis euismod. Aenean eu leo quam. Donec id elit non mi porta gravida at eget metus. Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Donec ullamcorper nulla non metus auctor fringilla. Donec ullamcorper nulla non metus auctor fringilla. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.
- See more at: http://tech-shadow-by-bloggeryard.blogspot.com/2013/06/microsoft-planning-for-next-windows.html#sthash.j8aB7g7r.dpuf

Adding Drop-Down Menus To The Navigation Bar



Adding Drop-Down Menus To The Navigation Bar

Using the Advanced configuration for the Navigation Bar, you can add drop-down menus below your banner to link to a list of Pages or Categories.

Editing The Sample Code

Below is the sample code you'll need to add to the Advanced configuration field for the Navigation Bar. There are two sections of the code which need to be included. The first section of the code is the style which starts with the <style type="text/css"> tag and ends with the </style> tag. The second section of the code is where you will enter the tiles and URLs for the menus and starts with the <div id="centernav"> tag.
First, you'll need to start with the sample code below and edit it to meet your needs. Detailed information is available on editing the style and editing the menu links is available below.

Editing the Style of the Navigation Bar

Editing the style code for the menus is not necessary, but you may need to make adjustments to match the theme of your blog. Not all classes with the style can be edited, and these classes are noted as "DO NOT EDIT" within the code.
For the classes which can be edited, there are notes included next to the class. For instance, you can include different color codes for the background when you hover over the links. We would recommend you start with the basic code provided on your blog, then make adjustments to the code as necessary to fit the style of your blog's theme.

Editing the Links included in the Navigation Bar

The sample code includes 4 tabs with 3 drop down menus. You can add more menus and links as needed. The # symbols need to be replaced with the URLs for the pages you are linking. For example, if you would like to place a link to your Categories in the second menu, you would start with sample code for "Menu Item 2":
<li id="main">
<a href="#">Menu Item 2</a>
<ul id="subnav">
="#">sub menu item 1</a></li> <li><a hre
<li><a hre ff="#">sub menu item 2</a></li> <li><a href="#">sub menu item 3</a></li>
</li>
<li><a href="#">sub menu item 4</a></li> </ul>
Then, you can edit the code to link to your categories similar to:
<li id="main">
<a href="http://everything.typepad.com/blog/archives.html">Categories</a>
<ul id="subnav">
="http://everything.typepad.com/blog/ads/">Ads</a></li> <li><a hre
<li><a hre ff="http://everything.typepad.com/blog/announcements/">Announcements</a></li>
the-bloggers/">Best of the Bloggers</a></li> <li><a href="http://everything.typepad.com/blog/contest
<li><a href="http://everything.typepad.com/blog/best-of -/">Contests</a></li> <li><a href="http://everything.typepad.com/blog/features/">Features</a></li>
li><a href="http://everything.typepad.com/blog/tips_and_tricks/">Tips and Tricks</a></li>
<li><a href="http://everything.typepad.com/blog/podcast/">Podcasts</a></li> < </ul>
</li>
- See more at: http://help.typepad.com/drop_down_menus.html#sthash.GFrXY1QD.dpuf