I'm working on a minimal design for myself, I've tested in in Chrome, Opera, Firefox and Safari and I think it degrades nicely in IE8 When you click on a date in the timeline it adds a class "open" to the element which adds 60px to the height But for some reason, on mobile safari this doesn't work
I've tried using .attr('class','open'); and .addClass('open'); which both work fine in normal browsers
Must be something with that nano function in your .js file. If you remove everything before the var ua = navigator.userAgent line, it does work on iPhone.
Just to be different :) most people take full sized sites and make them smaller for mobile devices I wanted to try make something that would be the same on all of them
It's certainly harder designing with a set of restrictions in place. I took that approach for my weblog; I wanted readability the focus, and that imposed a set of rules I needed to work within. I really enjoyed the process though, although I am always tempted to make changes to it.
My advice would be to design for you, rather than for some award that you may or may not win.
I'm working on a minimal design for myself, I've tested in in Chrome, Opera, Firefox and Safari
and I think it degrades nicely in IE8
When you click on a date in the timeline it adds a class "open" to the element which adds 60px to the height
But for some reason, on mobile safari this doesn't work
I've tried using .attr('class','open'); and .addClass('open'); which both work fine in normal browsers
Anybody come accross this before?
Here's the work in progress (far from complete)
http://www.pixelcutters.com/2.0/
var ua = navigator.userAgentline, it does work on iPhone.It looks like there's conflicting bind events
I'll have to integrate my script into this nano scroller plugin
:)
most people take full sized sites and make them smaller for mobile devices
I wanted to try make something that would be the same on all of them
I'd rather have a single page that scrolled instead of multiple scrolling elements.
It's mostly BS and doesn't look right ha
I can never settle on a design for myself :S
I should design a bipolar site, so I can change it at the press of a button based on my mood
My advice would be to design for you, rather than for some award that you may or may not win.
Why are we more difficult than clients ha