just went through that download today to implement. I ended up grabbing screen.css from project demo site and found some of the tooltip components on there and all works well



paulmo wrote:
am not getting the stylized popup window (generic yellow box instead).
all files in my server root folder. please help this newbie; this in
head:

<script type="text/_javascript_" src=""></script>
<script src="" type="text/_javascript_"></script>
<script src="" type="text/_javascript_"></script>
<script type="text/_javascript_" src=""></script>
<script type="text/_javascript_" src=""></script>
<link rel="stylesheet" href="" />

<script type="text/_javascript_">
$(function() {
$('#set1 *').tooltip();
}
</script>

this in body:

<fieldset id="set1">
		<label title="A label with a title and default settings, no href
here" for="">Write something.</label>
		<br/>
		<input title="Your input generates a database driven, interactive
response based on subject key words." type="text" value="Test"
name="action" id="text1"/>

	</fieldset>

  

Reply via email to