king arthur Posted June 9, 2006 Share Posted June 9, 2006 EDIT: Sorry ignore this one, just remembered you can't use <noscript> around an opening block level tag on its own!I am testing a page to make sure it works okay for people who don't have javascript. I am testing with Firefox 1.0.7 with javascript switched off.I have a line[code]<div id="default1" style="position:relative;top:+25%;">[/code]which puts the div where I expect......BUT if I put it between the noscript start and end tags, thus:[code]<noscript><div id="default1" style="position:relative;top:+25%;"></noscript>[/code]it goes to the top of the window and is not positioned at all. Is this a bug or something I've missed? Quote Link to comment https://forums.phpfreaks.com/topic/11574-bug-in-ff-107/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.