Jump to content

<noscript> bug in FF 1.0.7?


king arthur

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.