Skip to main content

Css Menu | Online Service

Overview:
CSS3 is changing how we build websites. Even though many of us are still reluctant to start using CSS3 due to the lack of support in some browsers, there are those out there that are moving forward and doing some amazing stuff with its cool new features. No longer will we have to rely on so much JavaScript and images to create nice looking website elements such as buttons and menu navigations.
You can build a cool rounded navigation menu, with no images and no Javascript, and effectively make use of the new CSS3 properties border-radius and animation. This menu works perfectly well with Firefox, Opera, Chrome and Safari. The dropdown also works on non-CSS3 compitable browsers such as IE7+, but the rounded corners and shadow will not be rendered. CSS3 transitions could one day replace all the fancy jQuery animation tricks people use.

Knowledge Require:
Just few clicks required to make a menu how it looks like and how you manage it go a head and visit the site and make a free cool menu for your websites.

Menu Features

  •  No Javascript is required
    Works in browsers with disabled Javascript or if a browser has no Javascript support at all.
  •  Cool CSS3 properties
    Multi-level dropdown menu is created using CSS3 rounded corners (CSS3 border-radius), CSS3 shadow (box-shadow and css3 text-shadow).
    Opacity, backround and font colors, linear gradient and radial CSS3 gradient are also supported.
    CSS3 only effect for dropdown appearance, Fade,Slide, etc.
  •  Mega Menu with Multicolumn Submenus
    Create Mega Menu with multicolumn submenus. Specify the number of rows you want to have.
  •  SEO friendly
    Search engines and text-only browsers friendly.
  •  100% CSS-driven designs
    The menu is based on HTML list of links (UL/LI structure) and CSS only. No additional non-css params are used.
  •  Small size
    Immediate loading of the menu. Doesn't use additional files.
  •  Browser support
    Supports all modern browsers (in IE6 top-level items are accessible only).
  •  Supported Devices
    Supports all modern devices (iPhone, iPad, Android, BlackBerry, Windows Phone).
  •  GUI interface
    Visual design user interface allows you to create your menus without the need for complex hand coding. Use the preview window to view your menu design while you are developing and customizing.
 Samples:
* New vertical menu templates : Blocks, Modern, Elegant, Point, Charge (live demo):

Blocks Green Fodder Vertical     Modern Blue Vertical     Elehant Dark Verical       Point Red Vertical      Charge Gold Vertical     
 


if you need any help then do comment below

Comments

Popular posts from this blog

Manipulating WW2 Fire AirCraft

In this tutorial we will be learning some indispensable techniques to use for any type of photo-manipulation. We will be doing this by taking a photograph of a model plane and editing it to to look like a photograph of a WW2 spitfire which has just been shot down and is on fire. The techniques used here are the same for any type of 'destruction' photo-manipulation. Below is the link you will learn how to create. In the second part of this tutorial we will go on to use this image in a movie poster/DVD cover design View Tutorial

Beginner Html Lesson 2

In the previous lesson we just copy a code and paste it. In this lesson we will guide you through rest of the things what is that let's talk more. We made a webpage with something very weird for beginner don't worry go ahead. <html> : This is the essential thing for any web page and also closing tag </html>. Between these codes we add some more codes <head> </head> , <body> </body> between the body code actually body itself saying that i am body of your webpage. What Head tags containg (<head> </head>) ? Basically head tags contains following <title> <base> <link> <meta> <script> <styles>  What Body tags contains (<body> </body>) ? And a body tags contains anything like your bolded text , your content of any type.Paragraphs , Headings anything. I hope you understand.

Beginner Html Lesson 1

Beginners Html Tutorial What is Html? You see a lot of webpages and websites which have many things and you think how it's made so let me explain you. Whenever a webpage made then it's done that some one coded that page with some coding and that coding is Html. How to make your first Webpage? Note: Before this remember whenever any tag start then it's end too like "<html>" this is a starting tag and ending tag is "</html>" this is the difference that it end with a slash. <html> <head> </head> <body> My First Web Page. </body> </html>  Just copy the above code and paste this code in a text file then save it but saved it as "name.html" (with out quotes ") whenever you place a .html while saving the document then it saved as a webpage. Now go to the place where you save "name.html" and double click it. It will open in a web browser. Yes you made it. Brief Description: What is tag ? A ...