Monday, December 1, 2008

Still Under Construction

Playing a little bit with Css. Found some cool feature with Css3 on www.css3.info. It is the ability to set the border with an image. It goes like that:
border-image: url(border.png) 27 27 27 27 round round;
This should eliminate the need for a fixed height background if you want to shape both upper & lower border or to set the back ground for the parent div with the upper border image & a child div with the lower border one.
The page also mentioned the feature currently works for safari and firefox3.1

1 comment:

Anonymous said...

actually the current design seems cool, i do like it after you applied more colors.
just try to enhance the image that you put in the left sidebar. and note that the line that you wrote the code in [border-image: url(border.png) 27 27 27 27 round round;] is in black color, which is completely invisible.