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? Link to comment https://forums.phpfreaks.com/topic/11574-bug-in-ff-107/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.