Site Redesign
on 12.25.05, 01:18pm in weblog • comments (2)
Change is good. After giving Streams a beating this last week over his personal website, I decided to sit down and rework Furrygoat.com with a completely CSS-based design (Jeff has a nice post regarding CSS Zen Garden).
While I still need to fix the printer CSS page, I’m happy to report that the ‘goat is now . I am wondering though, does anyone know if Windows Mobile devices supports the ‘handheld’ CSS media type?
Of course, those of you who read Furrygoat.com via RSS could care less and should go on with business as usual.




Brian (December 25, 2005 @ 1:35 pm)
Pocket IE does support the CSS mobile selector, but not in the way (I think) it should. You’ll have to “turn off” everything you don’t want from the screen selector via your mobile selector. - http://blogs.msdn.com/windowsmobile/articles/213771.aspx
Steve (December 25, 2005 @ 1:38 pm)
Ugh - I see what you’re saying. You need to have *both* screen and mobile, then reset attributes that you want to render differently.
What a pain.