This probably doesn't belong in the PHP forum, but most likely, your problem is your HTML and CSS. Did you use Dreamweaver or another WYSIWYG-tool?
Can you post more information? What does the site...
Wait, did you mean map lorem.com/1 to lorem.com/#ipsum? That doesn't make sense IMO but you can simply reverse the key-value pairs in your map and change the rewriterule to
Oh well, that's gonna take you a lot of work to map all your urls. Fortunately, Apache has this neat little feature called RewriteMap (though it doesn't work in .htaccess, only in virtual hosts or...
Um, what exactly do you mean? Mouseover events are JavaScript, and not PHP.
Of course, I suppose you could write an AJAX function that will load your PHP script on mouseover, but thats very...
The problem is your background image. You made it 1400px wide, obviously then your page will break for smaller resolutions. Just crop or resize your image and it should align.
On another note, try...