Posted by: Amit Nazare on: January 28, 2009
These are some of the tips for Search Engine Optimization.. 1. Find the best keywords that match your site content. 2. Title and META tags should be different for different pages relevant to your content on the page. 3. Optimize your Website Title to limited characters. 4. Optimize your META tags ie., keywords and description [...]
Posted by: Amit Nazare on: January 6, 2009
If you want to set transparency for images or text, it could be done easily using CSS class attribute. Below example sets 50% transparency. Example: .transparentClass{ filter:alpha(opacity=50); // for IE5-7 -moz-opacity:0.5; // Netscape Navigator. opacity:0.5; // for all other browsers -ms-filter:”progid:DXImageTransform.Microsoft.Alpha(Opacity=50)”; // for IE5-8 } The following code can be used to set transparency. the [...]