Wrapping Text – Breaking Text with No Spaces into New Line
Text like, a b c d e f and so on written in HTML will do fine in any browser, we all know that. What about the following! abcdefghijklmnopqrstuvwxyz….NoWordBreaksAndSentenceGoesOnAndOn… The text with...
View ArticleSimple and Powerful Form Validation
Standardize the way you create forms on the web. A clean css framework to build web forms based on semantic HTML that gives superior user experience. Uni-Form is an attempt to standardize form markup...
View ArticleAstyle Visual CSS Editor
CSS (Cascading Style Sheets) allows you to separate the representation definitions of such structured documents as HTML, XHTML, XML from their content, which is an effective principle in the design of...
View ArticleModern Font Styles For Websites
I have described about using nice and clean fonts in web page. Now lets see some more details about using fonts in web pages. As we know Verdana, Arial and Tahoma are being used from the beginning. In...
View ArticleCreate Rounded Flexible Div Without Images
Nifty Corners Cube is a solution to get rounded corners without images, and this third version is build by three main components: A javascript file, named “niftycornerscube.js” A CSS file, named...
View ArticleDIV Issues, Problems and Solutions
DIV based table less websites are common (essential, precisely speaking) now a days. Web 2.0 Web style is also about DIV based Validated websites. DIV is a little bit tricky to handle than simple...
View ArticleHow to Gain Maximum from CSS
CSS is a simple file which controls the visual appearance of a web page without compromising its structure. Why to use it and how to use it properly. If you don’t use CSS on your web pages and you have...
View ArticleChange Image Opacity Easily Using CSS or JS
We can simply use CSS alone to reproduce opacity effect that have traditionally been done using scripting. The advantage of looking to CSS instead is obvious – much more lightweight and easier to...
View Article