Forum: HTML and CSS 10 Days Ago |
| Replies: 10 Views: 846 I've noticed Blackberry behaves strangely with certain js and ajax apps. My ajax sites work with other mobiles (Nokia etc), but BB seems to stick two fingers at inline js. |
Forum: HTML and CSS 10 Days Ago |
| Replies: 1 Views: 261 Hoi, wrong forum - go to javascript /dhtml /ajax |
Forum: HTML and CSS Nov 2nd, 2009 |
| Replies: 13 Views: 693 This CSS3 technique (border-radius) works fine for Mozilla/webkit browsers, but not IE (not even IE8 - as far as I know). IE requires a 'fallback' method which probably includes extra markup - be it... |
Forum: HTML and CSS Nov 1st, 2009 |
| Replies: 13 Views: 693 Rounded corners can also be applied via JS, but you'd be better off looking at a pure css/html solution. Try, if possible, to keep the integrity of your html and not include too much 'design' markup.... |
Forum: HTML and CSS May 14th, 2009 |
| Replies: 3 Views: 449 You'll be better off using third party scripts. Probably best not to reinvent the wheel. The functionality can be produced by php without js/ajax or by js/ajax without php. Howeber, most 3rd party... |