Minimal-Status-Bar
Minimal-Status-Bar copied to clipboard
Not working on framesets.
Website I noticed this on: monster-rancher.com.
If I can find the time I will look into it more closely next week.
There's a simple frame test in the test.html file I'd double check to make sure nothing broke. I'll also take a look if I get a chance.
The IFRAME
test works for me, which is why I think it has something to do with FRAMESET
specifically.
Ah. Got it.
It looks like only FRAME
s work within FRAMESET
, and FRAMESET
replaces the document’s body. At least I haven’t been able to get a DIV
to show up at all as a descendent of FRAMESET
.
There must be a way around this however, as Ultimate Status Bar does work. Ultimate Status Bar adds an OBJECT
element as direct descendent of the HTML
, outside the FRAMESET
, and is able to have it show up. More research required.