I ran into the weirdest bug today using the latest version of jQTouch. When using the standard: 1 <li class="arrow"> <li class=”arrow”> I would see the lower case letter “a” instead of the usual “>”. After a bit of searching I finally guessed correctly and added the following to the index.html in the header. 1
more »
Archive for the ‘CSS’ Category:
jQTouch Shows > as the Letter A
Hardware Acceleration for iOS Web Apps
In researching how to create a few 2D animations, I stumbled across the following webkit transform for CSS3: *{ -webkit-transform: translateZ(0); } I put it in my CSS at the top, and all of the sudden, it seemed like all of my transitions were performing smoother. I’m not sure if it is in my head,
more »