rounded corners ie

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!?

Any thing would be a help.

Thanks
J


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

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.

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

sure - I think the last 2 versions would do? 7-8?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

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.

-moz-border-radius: 6px;
-webkit-border-radius: 6px;

Todd


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Im specifically looking for IE corners. So does JS use images also?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Oops…that should read: Firefox/Windows supports the CSS3 spec, I
believe.

Todd

On Mar 28, 2010, at 9:10 AM, Todd wrote:

On Mar 28, 2010, at 4:05 AM, Justin Easthall wrote:

IE Firefox does the CSS3 spec.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

On Mar 28, 2010, at 9:13 AM, Justin Easthall wrote:

Im specifically looking for IE corners. So does JS use images also?

I had a demo of Nifty Corners which uses only js and no images and it
worked OK. Do a search for,

ie rounded corners js

or something similar. There’s no shortage of js-based/no graphic
options.

Todd


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks - I’m not a coder though so how would I add JS to an HTML box in Freeway?

Ta


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

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.

Todd


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks appreciated.

J


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options