This ol’ chestnut…again - How would I create a rounded corner HTML boxes in Freeway, that will appear rounded in IE? - I don’t want to use the options within Freeway (rounded graphic box, etc) The CSS Action for rounded corners will not work for IE either…
Is there a way to add code to an HTML box, that IE will read?
I looked in Freeway talk, theres a tons of talk but no real straight answer? Which says to me there probably isnt!?
How would I create a rounded corner HTML boxes in Freeway, that will appear rounded in IE?
But what version of IE do you want this to work with? I suspect that the answer is different depending on that.
When working towards IE support you have to decide how far back you want to go. It is generally reckoned that 6 is not worth the hassle these days. So you decide.
On Mar 28, 2010, at 4:05 AM, Justin Easthall wrote:
Is there a way to add code to an HTML box, that IE will read?
There are numerous js options like Nifty Corners but as far as I know
no purely CSS (no images) solution for IE yet though IE Firefox does
the CSS3 spec. Anyway, this will work in most modern non-IE browsers.
Otherwise just use background images and it will just work.
On Mar 28, 2010, at 9:30 AM, Justin Easthall wrote:
Thanks - I’m not a coder though so how would I add JS to an HTML box
in Freeway?
Once you find a script (Nifty Corners, Curvy Corners etc.) you’ll need
to attach their js file(s) to your FW page and add some CSS to target
your boxes. The script instructions are generally easy to follow.
First choose a script then we can walk you through the process if you
get stuck.