CSS Redesign
CSS Redesign
Out of context: Reply #46
- Started
- Last post
- 49 Responses
- Schill0
Thanks..
It's a combination of CSS and Javascript. I have a library for this called "Boxlib", it's not 100% but works decently on 5.x+ on most of the bigger browsers.
http://www.schillmania.com/dev/b…
The JS basically creates the necessary corner stuff on-the-fly via DOM methods, and the appearance is controlled via CSS. You can alter the rules for that to suit your needs, etc.
My site uses some custom dithered images at the moment as opposed to pixelated transparency-based ones, just to get the nice smooth corner look. The examples under /dev/boxlib use the former method, but again that can all be changed through the CSS.