On Wednesday 09,2010 , In CSS, by admin

Tweet

Web designing and development offers multitude solutions and techniques to create nice drop down menu effect. It’s just a basic and simplest technique to create nice drop down menu.
Now the CSS for Styling:
ul.topnav {
list-style: None;
padding: 0 20px;
margin: 0;
float: Left;
width: 920px;
background: #222;
font-size: 1.2em;
background: Url(topnav_bg.gif) repeat-x;
}
ul.topnav li {
float: Left;
margin: 0;
padding: 0 15px 0 0;
position: Relative;
}
ul.topnav li a{
padding: [...]

 
On Saturday 15,2010 , In CSS, by admin

Tweet

A web designer or web developer tries to minimize his time for design or creating a website. It is very important to improve the productivity and maximize the profit. Here, some CSS tools are mentioned below which are categorized by their function.
Optimizer/Formatter

CSSTidy - It is an open source CSS parser & optimiser.
CleanCSS - A powerful [...]

 
 
© Copyright 2013 BlazeMates All Rights Reserved.
Powered by