-
Categories
- Browsers (15)
- CSS (12)
- Events (8)
- Git (1)
- Graphics (4)
- HTML/XHTML (4)
- JavaScript (25)
- jQuery (18)
- MySQL (3)
- News & Updates (28)
- Operating Systems (2)
- PHP (33)
- Regular Expressions (4)
- Resources (3)
- Surreal CMS (11)
- Tutorials (4)
- Web Design (4)
- Web Servers (7)
- Web Standards (4)
- WordPress (1)
Category Archives: CSS
Use HTML5 and CSS3 Today with 52Framework
There’s a lot of talk about HTML5 and CSS3 these days, especially since Safari/Chrome, Firefox, and Opera have begun supporting some of the most anticipated features of both specifications. If you’ve ever used border-radius or box-shadow then you’ve already touched … Continue reading
Posted in Browsers, CSS, HTML/XHTML, JavaScript, Web Standards
1 Comment
Disable Highlighting on Webkit Form Controls
Webkit users — that is, anyone using Apple Safari or Google Chrome: Have you ever wondered how to get rid of that fuzzy blue/yellow halo that appears when you focus on text fields, textareas, and other form controls on your … Continue reading
Posted in Browsers, CSS
Leave a comment
Compressing CSS with PHP
Here is a short PHP function that removes comments and whitespace from your CSS. If you happen to be generating your stylesheet dynamically, try wrapping this around the output to reduce the overall size.
Posted in CSS, PHP
Leave a comment
Table Cells and Max-Widths in Internet Explorer 8
How to fix a little bug in IE8 that can make certain elements inside of your table cells way too wide. Continue reading
Posted in Browsers, CSS
Leave a comment
Manipulating Stylesheets with Greasemonkey
A set of useful snippets to work with styles in Greasemonkey. Continue reading
Posted in CSS, jQuery
Leave a comment
CSS Naked Day ‘08
A Beautiful Site will be participating in CSS Naked Day ‘08 by stripping it’s stylesheets on April 9th. Continue reading
Posted in CSS, Events
Leave a comment
Multiple Background Images Using CSS3
CSS3 offers many new features that web developers have sought for years, one of them being multiple background images. Continue reading
Posted in CSS
3 Comments
Creating Stylesheets for Handheld Devices
The Internet is becoming a popular place for handheld devices to hang out. With XHTML and CSS, your website
can look just as good on mobile devices as it does in a browser. Continue reading
Posted in CSS
Leave a comment
Creating a Printable Website Using Print Stylesheets
Do away with old school print buttons, pop-up windows, and alternate versions of the same webpage. Print stylesheets
can make your website beautiful on paper with minimal effort. Continue reading
Posted in CSS
6 Comments
Making Text Look Good With CSS
You already know how to do basic text styling with CSS, but a few extra minutes
could give your design a more professional look. Learn how to take the design
of your text one step further. Continue reading
Posted in CSS
Leave a comment