float is not supported by the Node engine.

float(<position>, <vertical>, <horizontal>, <html>)

Float a window above the current contents of the browser (z=.9999). This is not a pop-up.

float("absolute", "top: 10px", "right: 10px", "/cgi-bin/weather.cgi?city=" + city + "&tc=" + tc)

Float a window above the current contents of the browser (z=.9999). This is not a pop-up.

The following options are available float:

The following ruleset shows float() being used

ruleset a1299x170 {
	meta {
		name "float example"
		description <<
			
		>>
		author "nathan cerny"
		logging off
	}
	dispatch {
		// domain "exampley.com"
	}
	global {
	}
	rule newrule is active {
      select using ".*" setting ()
      float("absolute", "top: 10px", "right: 10px", "http://www.google.com/") with draggable = true;
    }
}