Post Archive
› March 22, 2006
Nifty Corners Cube
Just a quick post to flag out that the article on Nifty Corners Cube, the third version of the javascript and CSS solution to get rounded corners without images, has been published today. Several are the improvements introduced from the previous versions: most of all, I think they're now easier to apply. If you're curious, just head over the article. Enjoy!
Comments
1. March 23, 2006 12:56 AM
2. March 24, 2006 10:18 AM
Darrel Posted…
This is insanely impressive. Very nice work and thanks so much for sharing!
3. March 24, 2006 11:02 AM
Darrel Posted…
Not really a bug, but perhaps something worth mentioning...the equal column length script is great, but if you resize the text in the browser, the columns no longer stay even. Perhaps there's a way to re-trigger the check on font resize?
4. March 25, 2006 05:21 AM
Joel Posted…
Darrel, I wondered the same thing. Maybe some genius can tell us what sort of event, if any, occurs when the text resizes?
A similar problem occurs when using a liquid layout and the content of one column alters its parent at a different rate to its same-sized friend.
Thankyou so much for this script - it is exactly what I have been wishing for.
5. March 25, 2006 07:15 AM
Naweb Posted…
This is insanely impressive.6. March 25, 2006 09:46 AM
Joel Posted…
Just to clarify my previous post (4): The *similar problem* I mentioned, I meant when the window is being resized by the user after the script has done its magic and the liquid columns change width, causing the content to push their height down at different rates.
7. April 22, 2006 01:37 AM
8. April 23, 2006 01:42 AM
Steve Posted…
Yup, it's gone. What happened?? He's even totally erased all mention of it from his site!
Nitu Chiring Posted…
Alessandro,
You are doing a pure genious work. Nifty corners is one of my favorite discoveries. I am planning to use it in my next project. Thanks a lot for making things easier and easier.