[OT] How do guys create round corner boxes? Which Graphic to

Thanks Eric,

I tried it but no happiness :frowning:

In my dos window I see it load load the js and the css but nothing
seems to happen

I’m stumped and I’m giving it a break and will try again tomorrow it
has been a loong day.

Johannes

Johannes De jong wrote:

Thanks Eric,

I tried it but no happiness :frowning:

In my dos window I see it load load the js and the css but nothing
seems to happen

I’m stumped and I’m giving it a break and will try again tomorrow it
has been a loong day.

Johannes
Hey Johannes,

I just read this thread trying to figure out why my NiftyCubes wasn’t
working with my Rails app.

I got it working using the fixes suggested by Eric. You were on the
right path to but you may have forgotten the “=” in your
stylesheet_link_tag call…

<% stylesheet_link_tag “niftyCorners”, :media => “screen”%>

should be:

<%= stylesheet_link_tag “niftyCorners”, :media => “screen”%>

Don’t know if you just made a typo - but you might want to check

Cheers,
Win

you need to set the window.onload. something like this in your HTML

:

On 1/4/07, [email protected] [email protected] wrote:

has been a loong day.

Johannes


Ed Hickey
Developer
Litmus Media
816-533-0409
[email protected]
A Member of Think Partnership, Inc
www.ThinkPartnership.com
Amex ticker symbol: THK

not neccessarily a solution, but interesting:

On 12/15/06, Jeremy McAnally [email protected] wrote:

i create a rounded corner box using library of script.aculo.us!


Ed Hickey
Developer
Litmus Media
816-533-0409
[email protected]
A Member of Think Partnership, Inc
www.ThinkPartnership.com
Amex ticker symbol: THK