As I earlier published a number of CSS tutorials for blogs, websites and separate web pages. But the world of web designing is still to be discovered We will further work with CSS in details in coming days. I have another Advance CSS course in Urdu
that contains all new enhancements of CSS3. CSS3 is a powerful version
of CSS. We will discuss the rounded border properties, newly added
shadow effect, mouse effects, transitions and so many more. But Today, I
will share some beautiful CSS horizontal menus that are entirely built
within CSS and HTML. These menus are awesome and can be included in both
websites and blogs. You can add them into your blogger blogs too. Below
is the list of menus along with CSS and HTML codes. Just love them.
How to Add CSS menus to blog?
These menus can be included into any kind of website or blog. If you're
using blogger platform for blogging then simply copy the codes from
below boxes and paste it inside an HTML/JavaScript
widget and save that widget. You can drag the widget anywhere you want
to show the menu on your blog; mostly people keep it below the header.
Now here is the list of menus I'm going to share, the codes are in boxes
for each menu, so you can use them for websites and blogs.
The customization will be taught below the codes.
CSS Menu # 1 Code:
CSS Menu # 2 Code:
CSS Menu # 3 Code:
CSS Menu # 4 Code:
CSS Menu # 5 Code:
Customization
Now when you liked any menu from the above list, copy the code from the
box and paste it inside an HTML/JavaScript widget in Blogger and then
drag that widget right below the header; see the example image below:
I added one of the above menus into an HTML/JavaScript widget and
dragged that below the header as showing in above image and that menu is
looking like below image on my blog:
Now if you want to replace your links and anchor texts with the default
ones then simply find lines like below one in the above code:<ul><li><a href="#"><span>About Us</span></a></li></ul>All the li tags are within ul tag, and the <a href="#"> is the link; so you can replace the (#) sign with your link and the default text (About Us, Services, Our Work etc) with your anchor text.
0 comments:
Post a Comment