Graphic Design

Graphic Designing Tools and Tips. Photoshop Tools and Tutorials. Inspiration With Cool Graphics like Wallpapers, Templates and Websites etc...

Web Design

Informative Articles on Web Design, Html/ Css, PHP etc... Designing Guide of Blogger and WordPress

Web Development

An Ultimate Guide on Web Development and Programming Websites

SEO

Secrect, Myths and Tricks on Boosting Your Website Rankings With SEO Methods

Gadgets

Apps, Games and More for Tablet, Mobiles and Other Palm Devices

others

Information Regarding Desktop Computers and Application Software

Showing posts with label html-css. Show all posts
Showing posts with label html-css. Show all posts

14 Sept 2012

Creating Simple Navigation Through HTML/CSS

If you are a web developer or Web designer, I am sure that you know about Navigation Bar. Navigation bar is one that is most necessary part of your website. It will bring your user to the other pages of your site at a single click. You can create the menu by simply defining
    tag. But when style adds to it, It looks more attractive to the users. I am sharing here some CSS designs for you as a help, you can edit them and add some more code according to your requirement or choice.

27 Aug 2012

Submit Button Styling in HTML/CSS



Submit Button is one of the main needs of every form. You can design the submit button in many of the ways. I am going to guide you here different styles of Submit Buttons you can use while creating Form. 
Two options are here available for you to create button. Both will show a same "Submit" Button.
<button type="submit" value="Submit">Submit</button>

Both these options will show a simple button that you can style through CSS. 

Now the interesting part start: