I've been developing an iPhone-optimized version of an existing PHP/
mySQL webapp of mine and have run into an odd problem. I want to be
able to alter the CSS depending on the device orientation. I've
included Joe Hewitt's "liquid layout" [
http://www.joehewitt.com/files/liquid1.html
] and it works great. But if I include a hash in the URL of the page,
the display doesn't jump to the corresponding named anchor. If I
remove the liquid layout eventListener javascipt stuff, then the
display jumps as expected.
Any thoughts on whether and how I can get the page display to jump to
a named anchor on load? Thanks!