CSS Wish List
5 ideas to make the world a better place:
1. A property to define custom border images on any element.
2. A property to replace the use of faux columns to achieve columns of uniform length.
3. A property to horizontally center any element in relation to its parent.
4. The allowance of multiple background images on any element.
5. A way to automatically kill Internet Explorer users.
So, let's make this a reality, W3C. Call me.
1. A property to define custom border images on any element.
2. A property to replace the use of faux columns to achieve columns of uniform length.
3. A property to horizontally center any element in relation to its parent.
4. The allowance of multiple background images on any element.
5. A way to automatically kill Internet Explorer users.
So, let's make this a reality, W3C. Call me.

3 Comments:
The W3C are already working on the first two. Custom border images and a multi-column module are planned for CSS level 3.
The third one is already here. This works in Mozilla (Gecko), but not MSIE. Pester Microsoft about this; it's not the W3C's fault.
Example code...
{
width:50%;
/*centre the element*/
margin-left:auto;
margin-right:auto;
/*centre text within element - optional*/
text-align:center;
}
Your fifth point is just rude.
Greets to the webmaster of this wonderful site. Keep working. Thank you.
»
I find some information here.
Post a Comment
<< Home