Page 2 of 2

rounding the edges on the image compnenet

Posted: Wed Sep 26, 2012 12:18 am
by maxkatz

Tiggzi builder doesn't use WebKit, the browser uses it. The app that you build in Tiggzi simply runs in the browser. WebKit would cover Chrome/Safari. In which browser are you testing?

I think you should first test your code in a regular HTML page and see if it works.


rounding the edges on the image compnenet

Posted: Wed Sep 26, 2012 1:43 am
by Mike4997955

I'm testing in Chrome. So i tested the code in a regular HTML page, with the Chrome Browser, and it worked perfectly.


rounding the edges on the image compnenet

Posted: Wed Sep 26, 2012 2:57 am
by maxkatz

This works:

code
$('img[dsid="pic"]').css('border-radius', '25%');
/code

http://project.tiggzi.com/mobile-fram...


rounding the edges on the image compnenet

Posted: Thu Sep 27, 2012 4:04 pm
by Mike4997955

That helped knowing i had the script correct. I moved the javascript to be loaded with the page, and it works fine now.