Posts Tagged ‘css’

Twitter's mobile site on iOS and Android

Fixed Positioning in Mobile Browsers

Fixed positioned elements (typically headers or footers) are extremely common conventions for native mobile platforms, so naturally fixed elements found their way into mobile browsers. Web designers are used to fixing elements to the window using CSS’s position: fixed, however, in the land of mobile browsers, support for fixed positioning is far less universal and is way more quirky. I set up a demo to test fixed positioning support across mobile browsers. You can view the demo here. I was [...]

Read More Leave a Comment (39)
CSS Sprite Example

Photoshop Trick for CSS Sprites: Rollover Color with Missing Fonts

As a web developer working with a variety of designers, I often find myself in situations where I need to create rollover states in Photoshop for text assets whose fonts I don’t have installed on my computer. Here’s a technique to bypass that problem entirely.

Read More Leave a Comment (2)