Category Archives: CSS

PHPHOST BLOG

Web Hosting Related Articles You May Need

Most Popular .NET, jQuery and Web Development articles in 2011

With 2012 fast approaching and 2011 drawing to an end, we’ve put together our list of the Most Popular .NET articles on DevCurry.com this year. The year 2011 featured articles on DevCurry covering many technologies like jQuery, HTML 5, ASP.NET, MVC, S… Continue reading

Posted in .NET, ASP.Net, ASP.NET MVC, CSS, HTML 5, JavaScript, jQuery, Link List, Silverlight, Syndicated | Leave a comment

Create Triangles using Plain CSS and No Images

If someone asks you to create a graphic on a webpage using four triangles in a Square, how would you suggest he/she goes about it? Use JavaScript or Images?

I recently picked up a nice CSS trick from Paul (CSS guru) who told me how to achieve the… Continue reading

Posted in CSS, Syndicated | Leave a comment

CSS3 Code Generation Tools That Save Time

One of the challenges faced by designers is to implement cross-browser properties while designing sites. The extra bit of code to accommodate properties that are browser-specific, can take up a lot of time. CSS3 Code Generators can help you save time … Continue reading

Posted in CSS, Syndicated, Tools | Leave a comment

CSS: after and before Pseudo Elements

CSS Pseudo Elements are useful for adding special effects to selectors, which would be difficult to achieve if we were to use real markup. For eg: styling of the first letter or first line of a paragraph. In a previous article, I had introduced the CSS… Continue reading

Posted in CSS, Syndicated | Leave a comment

CSS: after and before Pseudo Elements

CSS Pseudo Elements are useful for adding special effects to selectors, which would be difficult to achieve if we were to use real markup. For eg: styling of the first letter or first line of a paragraph. In a previous article, I had introduced the CSS… Continue reading

Posted in CSS, Syndicated | Leave a comment

JavaScript, CSS3, Silverlight, ASP.NET, SharePoint articles Link List – July 2011

Here’s a quick wrap up of JavaScript, CSS3, Silverlight, ASP.NET, SharePoint and other .NET articles published on DevCurry.com in the month of July 2011.jQuery, JavaScript and CSS ArticlesjQuery: Load Page in a Div – Loading an external page in a div… Continue reading

Posted in ASP.Net, ASP.NET MVC, CSS, JavaScript, Link List, Sharepoint, Silverlight, Syndicated | Leave a comment

JavaScript, CSS3, Silverlight, ASP.NET, SharePoint articles Link List – July 2011

Here’s a quick wrap up of JavaScript, CSS3, Silverlight, ASP.NET, SharePoint and other .NET articles published on DevCurry.com in the month of July 2011.jQuery, JavaScript and CSS ArticlesjQuery: Load Page in a Div – Loading an external page in a div… Continue reading

Posted in ASP.Net, ASP.NET MVC, CSS, JavaScript, Link List, Sharepoint, Silverlight, Syndicated | Leave a comment

Text Shadow Filter in IE

You can drop shadows to text using the text-shadow property which was re-introduced in CSS3. The syntax goes as:
.divOne { text-shadow: 3px 4px #666; }
which adds a drop shadow hex code #666 3px to the right and 4px down from the original text. However… Continue reading

Posted in CSS, Syndicated | Leave a comment

Text Shadow Filter in IE

You can drop shadows to text using the text-shadow property which was re-introduced in CSS3. The syntax goes as:
.divOne { text-shadow: 3px 4px #666; }
which adds a drop shadow hex code #666 3px to the right and 4px down from the original text. However… Continue reading

Posted in CSS, Syndicated | Leave a comment

Upside Down Text with CSS3

When it comes to rotating, tilting or scaling text, you would normally rely on JavaScript or images laid on top of each other, to give that effect. However with the CSS3 transformation functions, you can do all of this without any JavaScript code. Alth… Continue reading

Posted in CSS, Syndicated | Leave a comment