Search Results

0
votes

Is there a html opposite to noscript

There isn't a tag for that. You would need to use javascript to show the text. Some people already suggested using JS to dynamically set CSS visible. You could also dynamically generate th …
2
votes

javascript: force no frames and POST?

I think redirects via META tags, JavaScript, or HTTP have to be GET requests. You could have pagename.html resubmit as POST via AJAX if it's loaded as a GET request, though. …
2
votes

Is it possible to do this without resorting to Javascript?

This is something which you'd think would be simple but is actually really tricky. The "sliding under" aspect isn't really related to maintaining the same size. That's just how floating wor …